RSSCategory: LINUX HOWTO

How To Create or Display Hidden Files / Folders in Linux

May 7, 2013 | By | Reply More
How To Create or Display Hidden Files / Folders in Linux

Here we will discuss how to create and display hidden files and folders in linux/Unix Operating Systems. Mostly our favorite ‘ls’ command doesn’t display hidden files or folders in linux. If any file’s name starts from ‘.’ prefix (for ex: .test) then that will call as hidden file and ‘ls’ or ‘ll’ command will not [...]

Read More

How To Change Time Zone In MYSQL

May 2, 2013 | By | Reply More
How To Change Time Zone In MYSQL

This article is all about changing time zone in MySql. If mysql time zone is not correct, if different from your time zone, you can change it by following steps. Check current mysql time zone You should check the current time as below Login to mysql with root user, run below command #mysql or #mysql [...]

Read More

Linux Word Count wc Command With Example

March 18, 2013 | By | Reply More
Linux Word Count wc Command With Example

The wc command (as defined in the man page) print newline, word, and byte counts for each file, and a total line if more than one file is specified. Wc is widely used in bash shell scripting. Shell scripting is itself a different topic and is out of scope. Shell scripting is used to automate [...]

Read More

Setup Samba For Windows File sharing On CentOS 6.3

March 12, 2013 | By | Reply More
Setup Samba For Windows File sharing On CentOS 6.3

Samba is a free software re-implementation of the SMB/CIFS networking protocol, provides file and print services for various Microsoft Windows clients and can integrate with a Windows Server domain. In the end of this tutorial you will be able to install and configure samba to work in Microsoft workgroup environment. Requirements  A computer with [...]

Read More

How To Install DC++ In Linux

February 26, 2013 | By | Reply More
How To Install DC++ In Linux

Linux DC++ is direct connect client for Linux based DC++, what is DC++, it’s a Direct Connect peer to peer file sharing protocol implementation for Linux/Unix platforms. Direct Connect is a file sharing network made up by hubs, to which clients can connect. Once connected to a hub, the user can search for files on [...]

Read More