Monday, July 6, 2009

More Stuff!!



Change the Upsplash Theme!!

and HERE.



Great list of games for Ubuntu

https://help.ubuntu.com/community/Games


Article on Remastersys

Blasphemy!!

If you EVER load Ubuntu and can only see Google pages, . .

Edit the interfaces file.

$ sudo gedit /etc/network/interfaces

Make it look like this, . .

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
pre-up /sbin/ifconfig $IFACE mtu 1492
# only for static
#mtu 1492

The problem seems to be with automatically detecting DHCP

If you don't know what that means, you had better stick to Windows.