In Red Hat based linux the package file extension comes in .rpm format .(RPM means Red Hat Package Manager).Sometimes there are some package which are available in rpm file. Hence for installing these package in Debain based OS we have to convert rpm file into deb file.
How to stop/restart xinetd on linux
To restart xinetd service type the command:
# /etc/init.d/xinetd restart
To stop xinetd service type the command:
How to start and restart samba in Linux
Login as root.
# service smb start
# service smb stop
# service smb restart
Starting and Stopping Directory Server from the Command Line
Login as root.
# service dirsrv {start|stop|restart} instance
Passing the instance name stops or starts only that instance; not giving any name starts or stops all instances.
How to install subversion in linux
Subversion is a free/open source version control system (VCS). That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine.”
How to Change TCP established timeout value in Linux
This article shows you how to change the TCP established value in Linux systems
The default value for the “TCP Established timeout” on a Linux server is 5 days. To bring down this value (in this example, we are changing the value to 5 hours), do the following steps:
How to recovery a deleted file in Linux
The following are generic steps to recover text files.
1.First use wall command to tell user that system is going down in a single user mode:
# wall
System is going down to …. please save your work.
How to schedule shutdown or reboot on Linux
How to use Dig command in Linux
dig (domain information groper) is a network administration command-line tool for querying Domain Name System (DNS) name servers.
How to Create FTP accouts in DirectAdmin
To create FTP accounts, first click on the “FTP Menu” icon in the main control panel screen.
First, select a FTP username. In the above example, we chose “test.” Next, enter a password. Then, select the access level of the FTP account.