How do I restart Apache web server under UNIX operating systems using command line or over the ssh session?
{ 0 comments }
How do I install webmin control panel for my FreeBSD server?
{ 22 comments }
Q. How do I change ip address in Linux? A. There are different ways to change IP address in Linux (a) Command Line tools (b) Modify configuration files (c) Use GUI tools Task: Display current IP address and setting for network interface called eth0 Use ifconfig command: # ifconfig eth0 Output: eth0 Link encap:Ethernet HWaddr [...]
{ 70 comments }
How do I turn on or off color syntax highlighting in vi or vim text editor under UNIX or Linux?
{ 46 comments }
Linux / UNIX View Only Configuration File Directives ( uncommented lines of a config file )
by nixCraft on May 29, 2008 · 6 comments
Most Linux / UNIX configuration files are documented using comments, but some time I just need to see line of configuration text in a file. How can I view just the uncommented configuration file directives from squid.conf or httpd.conf file?
{ 6 comments }