Perl Module For LWP
Perl Module For LWPHTML-Parser
HTTP-Date
HTTP-Message
libwww-perl
Net-HTTP
URI
find (name/size/type/access or modified date) ..argument ..argumentfind /etc/ -name *.conffind /etc/ -type d -name *conffind /home/xyzuser/ -name *.doc -atime -1Syntax : find /path/ -mminfind /etc/ -mmin -10find /etc/ -mmin +10find /etc/ -mmin +10 -mmin -20find /etc/ -mtime -2find /etc/ -type f -user xyzfind /home/xyz.com/public_html/ -type d -exec chmod -v 755 {} \;xinput listFor Disable
xinput set-prop {ID Touchpad} "Device Enabled" 0For Enable
xinput set-prop {ID Touchpad} "Device Enabled" 0
rm -rf ~/.bash_history
history -c
echo "unset HISTFILE" >> /etc/profile
echo "unset HISTFILE" >> /home/USER/.bash_profileGood Luck ~
© Copyright 2014 Kittinan |