run the following command to enable the " check for updates" option under help:
$ gksudo firefox
Now you can update firefox under Ubuntu.
Sunday, August 3, 2008
Thursday, July 31, 2008
Public Free DNS servers
Thanks to http://www.tech-faq.com/public-dns-servers.shtml
Public DNS Servers
Level 3 Communications (Broomfield, CO, US)
4.2.2.14.2.2.2
4.2.2.3
4.2.2.4
4.2.2.5
4.2.2.6
Verizon (Reston, VA, US)
151.197.0.38151.197.0.39
151.202.0.84
151.202.0.85
151.202.0.85
151.203.0.84
151.203.0.85
199.45.32.37
199.45.32.38
199.45.32.40
199.45.32.43
GTE (Irving, TX, US)
192.76.85.133206.124.64.1
One Connect IP (Albuquerque, NM, US)
67.138.54.100OpenDNS (San Francisco, CA, US)
208.67.222.222208.67.220.220
Exetel (Sydney, AU)
220.233.167.31VRx Network Services (New York, NY, US)
199.166.31.3SpeakEasy (Seattle, WA, US)
66.93.87.2216.231.41.2
216.254.95.2
64.81.45.2
64.81.111.2
64.81.127.2
64.81.79.2
64.81.159.2
66.92.64.2
66.92.224.2
66.92.159.2
64.81.79.2
64.81.159.2
64.81.127.2
64.81.45.2
216.27.175.2
66.92.159.2
66.93.87.2
Sprintlink (Overland Park, KS, US)
199.2.252.10204.97.212.10
204.117.214.10
Cisco (San Jose, CA, US)
64.102.255.44128.107.241.185
check rDNS
3 options to check rDNS
To test IP of 100.100.100.1
1) dig -x 100.100.100.1
2) host 100.100.100.1
3) nslookup 100.100.100.1
To test with specific DNS servers:
1) dig @dns_server_ip -x IP_of_server_to_lookup
To test IP of 100.100.100.1
1) dig -x 100.100.100.1
2) host 100.100.100.1
3) nslookup 100.100.100.1
To test with specific DNS servers:
1) dig @dns_server_ip -x IP_of_server_to_lookup
Wednesday, July 23, 2008
Linux Permissions simplified for me
r = Read permissions = 4
w = Write permissions = 2
x = Excute permissions = 1
Total = 7
3 parts to permissions:
Part 1 = User
Part 2 = Group
Part 3 = World
So "rw-r--r--" = 644
and "rwx-r--r--" = 744
and "rwxrwxrwx" = 777
and "rwxr-xr-x" = 755
w = Write permissions = 2
x = Excute permissions = 1
Total = 7
3 parts to permissions:
Part 1 = User
Part 2 = Group
Part 3 = World
So "rw-r--r--" = 644
and "rwx-r--r--" = 744
and "rwxrwxrwx" = 777
and "rwxr-xr-x" = 755
Wednesday, July 9, 2008
Create Random password
Linux and Mac-
Type:
$openssl rand -base 64 6
the last digit "6" will be the length of the password.
Type:
$openssl rand -base 64 6
the last digit "6" will be the length of the password.
Friday, July 4, 2008
Tuesday, July 1, 2008
Cooking
Cooking corn on the grill:
Peel all but the last layer of husks off of the corn. Cook on grill over high to medium heat. turn corn every 2 minutes for total of 10 minutes.
Very good corn!!!
Peel all but the last layer of husks off of the corn. Cook on grill over high to medium heat. turn corn every 2 minutes for total of 10 minutes.
Very good corn!!!
Subscribe to:
Posts (Atom)