linux operating system

Debian Linux Install MySQL Database Server

by Vivek Gite on January 23, 2012 · 1 comment

How do I install mysql database server under Debian Linux operating system running on HP server?

{ 1 comment }

HowTo: UNIX / Linux Open TCP / UDP Ports

by Vivek Gite on September 3, 2010 · 4 comments

How do I open the TCP or UDP ports under UNIX / Linux like operating systems?

{ 4 comments }

How do I find out file size under UNIX / Linux operating system and store the same to a variable called s?

{ 3 comments }

How do I find out if a file is more than one hour old in a UNIX shell and take action on all matching file such as delete or move files.

{ 2 comments }

Q. Accidentally, I had created a file called -foo. Now how do I remove a file with a name starting with ‘-’ under UNIX or Linux operating system? A. Use standard UNIX rm command, as follows: rm command Use rm command to remove files or directories as follows rm ./-foo rm ./-filename rm — -foo [...]

{ 6 comments }

How do I format and connect to an iSCSI Volume under Debian / Ubuntu Linux?

{ 36 comments }

List or Check Installed Linux Kernels

by Vivek Gite on October 11, 2007 · 3 comments

Q. How do I list all installed kernel on Linux operating system? How do I find out current kernel version? A. You can use standard package listing command to list installed kernels. RedHat / CentOS / RHEL / Fedora Linux user You need to use standard rpm command to list installed software. Type the following [...]

{ 3 comments }