Whois info via GeekTools
whois -h whois.geektools.com g33kinfo.com
whois -h whois.geektools.com g33kinfo.com
#!/bin/bash cd /var/cpanel/users for user in * do chown -R $user.$user /home/$user/public_html/* done
tidy -asxhtml -numeric < index.html > index.xml
A fun thing to do with ram is actually open it up and take a peek. This command will show you all the string (plain text) values in ram sudo…
#script This will make a log of a terminal session Create a specific log of a session in a file called typescript or specify the filename with: script filename Exit…
usage: namei namei -m /path/to/file/or/dir This will show the permission bits of each file type for every directory up to the last file or directory that you provide. Super handy…