Using the ZIP command on Linux
zip is used to compress the files to reduce file size and also used as file package utility. Create TAR …
zip is used to compress the files to reduce file size and also used as file package utility. Create TAR …
Solr Installation :- Apacha Solr requires Tomcat, so the first step, install the Tomcat server: apt-get install tomcat6 want to …
MySQL is the most popular open-source and widely used relational database management system, MySQL is a free and open-source …
Server Ip : 10.10.10.1 Client Ip : 10.10.10.2 An NFS server on linux requires 3 services to be running in …
Download and Install: Check if both Postfix and Dovecot is not yet installed in your system. # rpm –q postfix …
Create Replication User REPLICATION SLAVE privilege: #mysql -uroot -p#CREATE USER ‘user_vishal’@’localhost’ IDENTIFIED BY ‘pass_123’;#GRANT REPLICATION SLAVE ON *.* TO ‘user_vishal’@’Slave …
how to install SVN (Subversion) server on Fedora , Red Hat (RHEL). Install Packages:- # yum install mod_dav_svn subversion …
Installation Steps: 1. Sign up for the Jive Apps Developer Community. 2. Install Git & Ruby $ sudo apt-get -y …
htop is just like top, but on steroids. Once you are used to htop, you’ll never go back to top …
Add a Swap Partition: you have created a partition say /dev/sda7 having size 1GB. [root@den ]# mkswap /dev/sda7 Setting up …