linux operating systems

I made some changes to the /etc/squid/squid.conf file and issued the command /sbin/service squid restart. However, this command takes way too much time to restart the server. How do I tell squid to just reread the config file and apply new changes under Linux operating systems?

{ 2 comments }

Linux: Mount Disk Partition Using LABEL

by Vivek Gite on September 22, 2011 · 1 comment

How do I mount the filesystem (disk partition) using the filesystem label on the ext3/ext4 file system located on USB disk or hard disk under Linux operating systems?

{ 1 comment }

How do I Install Slackware Linux version 13.13 using a bootable USB stick under Unix or Linux operating systems?

{ 1 comment }

I‘d like to skip first two or three fields at the the beginning of a line and print the rest of line. Consider the following input:

This is a test
Giving back more than we take

I want my input file with the following output:

a test
more than we take

How do I printing lines from the nth field using awk under UNIX or Linux operating systems?

{ 1 comment }

Linux: Delete / Remove User Account

by Vivek Gite on June 16, 2011 · 1 comment

How do I remove a user’s access from my server? How do I delete a user account under Linux operating systems?

{ 1 comment }

How do I find out my CPU architecture information under Linux operating systems?

{ 11 comments }

How do I determine the manufacturer of a PCI device under Linux operating systems?

{ 0 comments }