How to stop the annoying domain lookup on a Cisco switch.

This is a very annoying feature on a Cisco switch… Router>en\ Translating "en\"…domain server (255.255.255.255)Router>en\ Translating "en\"…domain server (255.255.255.255) But, this is how to turn this behavior off. Run this command in privileged exec mode. arya(config)#no ip domain-lookuparya(config)#no ip domain-lookup And this behavior will no longer occur. arya#help2 Translating "help2" % Unknown command or computer … Read more

Install a Windows 3.1 styled theme on Lubuntu.

How to have a Win 3.11 styled Linux theme on a Linux desktop. Firstly, download this theme and save it to your Computer. Extract the theme to your ~/.themes directory: http://gnome-look.org/content/show.php/Win3x?content=169112. This Classic `95 icon theme will provide Windows `95 styled icons to help complete the classic Windows look: http://gnome-look.org/content/show.php/Classic95?content=157298. Put this into your ~/.icons … Read more