How do I install mysql database server under Debian Linux operating system running on HP server?
{ 1 comment }
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 }
by Vivek Gite on September 3, 2010 · 4 comments
by Vivek Gite on February 24, 2009 · 3 comments
How do I find out file size under UNIX / Linux operating system and store the same to a variable called s?
{ 3 comments }
by Vivek Gite on April 20, 2008 · 2 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 }
by Vivek Gite on November 30, 2007 · 6 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 }
by Vivek Gite on November 15, 2007 · 36 comments
How do I format and connect to an iSCSI Volume under Debian / Ubuntu Linux?
{ 36 comments }
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 }
