Posts

Showing posts with the label options

Startup Manager A Utility to Edit GRUB Boot loader related Options Easily in Ubuntu

Image
Startup Manager A Utility to Edit GRUB Boot loader related Options Easily in Ubuntu Startup-Manager is a graphical tool thats written in the GTK+ toolkit which was developed for letting the users of Debian GNU/Linux OS to easily edit few "boot-related" options such as GRUB menu delay, Splash screen, other security related settings, etc. But since Ubuntu is based on the awesome Debian ;-), SturtupManager can also be installed and used to edit few of those settings in Ubuntu as well. The reason I said, "few of those settings" is because, as you can see with the below screenshots, the first one is the original application image running in Debian with lots of settings (tabs) but the second one is from my Ubuntu 11.04 Laptop and has only two tabs thus fewer options than in Debian. Its running in Debian As you can see, somewhat "reduced" under Ubuntu... But still, even though its a bit "restricted" under Ubuntu, if you want to do things like... *...

Sorting select options in alphabet order

Sorting select options in alphabet order Pretty handyyyy: Reference: http://stackoverflow.com/questions/12073270/sorting-options-elements-alphabetically-using-jquery http://me.dangtrinh.com download file now

Solution svn OPTIONS of http yyy org yy could not connect to server http yyy org

Solution svn OPTIONS of http yyy org yy could not connect to server http yyy org change the following in  ~/..subversion/servers towards the end under [global] uncomment and update your proxy Note: Remove the # and space at start , else svn will complain every time when you check out  :( ============================================= ex. [global] # http-proxy-exceptions = *.exception.com, www.internal-site.org http-proxy-host = localhost http-proxy-port = 3128 # http-proxy-username = defaultusername # http-proxy-password = defaultpassword # http-compression = no download file now