sudo command

Debian Linux Install Truetype Fonts For Xorg

by Vivek Gite on January 11, 2012 · 0 comments

How do I install TrueType fonts under Debian GNU/Linux desktop operating systems?

{ 0 comments }

Ubuntu Linux Stop a Process

by Vivek Gite on April 23, 2011 · 0 comments

How do I stop a process under Ubuntu Linux using command line and GUI tools?

{ 0 comments }

HowTo Install firefox-4.0.tar.bz2 in Linux

by Vivek Gite on March 23, 2011 · 9 comments

How do I install latest Firefox version 4.0 in Linux operating systems?

{ 9 comments }

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?

{ 1 comment }

How do I reload the partition table in Ubuntu Linux without rebooting the systems?

{ 9 comments }

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?

{ 39 comments }