How do I install TrueType fonts under Debian GNU/Linux desktop operating systems?
How do I stop a process under Ubuntu Linux using command line and GUI tools?
How do I install latest Firefox version 4.0 in Linux operating systems?
by Vivek Gite on November 14, 2010 · 1 comment
When I try to restart my BIND 9 server under Ubuntu Linux using service bind9 restart or service bind9 start command, I get the following error:
resolvconf: Error: /etc/resolv.conf must be a symlink
How do I fix this problem?
by Vivek Gite on November 12, 2010 · 1 comment
How do I change my current login shell from bash to ksh under Linux or UNIX or Apple OS X operating systems?
How do I reload the partition table in Ubuntu Linux without rebooting the systems?
This happens lot of times. I login as a normal user and start to edit httpd.conf or lighttpd.conf or named.conf in vim / vi text editor. However, I’m not able to save changes due to permission issue (all config files are owned by root). How do I save file without creating a temporary file (/tmp/httpd.conf) and then move the same (mv /tmp/httpd.conf /etc/httpd) as root using vim / vi itself?