Posted on June 26, 2010, 12:27 pm, by Dhaval Thakar.
Mozilla provides Linux packages for Firefox / Thunderbird, but many of users prefer using packages available with distro. As a result you need to wait until your favorite disto release latest rpm / deb or find alternative repo to get latest packages. Rather hunting you may start using TAR packages available at mozilla. You can [...]
Posted on June 24, 2010, 3:03 pm, by Dhaval Thakar.
Once you are done setting-up PXE Server, you might need few OS booting from network / pxe for rescue purpose. Ubuntu 10.04 can be configured to boot from network & can be used for system rescue. Following is the procedure to boot Ubuntu 10.04 using PXE. Mount ubuntu live iso on pxe server mkdir /mnt/iso [...]
Posted on May 14, 2010, 2:02 am, by Dhaval Thakar.
Many of you must have faced slow ssh auth in Ubuntu or any other linux client. To eliminate delay you may change following in /etc/ssh/ssh_config. from #GSSAPIAuthentication yes to #GSSAPIAuthentication no GSSAPI (Generic Security Service Application Programming Interface) is a function interface that provides security services for applications in a mechanism-independent way. [...]
Posted on May 1, 2010, 7:26 am, by Dhaval Thakar.
This is same as Root login on Ubuntu 9.10. all you need to do is to assign root password. sudo passwd root Logoff & logon with other user, here use root credentials. // Share|
Posted on May 1, 2010, 7:15 am, by Dhaval Thakar.
http://www.linuxreaders.com/2010/03/02/recover-ubuntu-win7-after-upgrading-from-xp/