Category: Others

Common Project Structor of React Project

Common Project Structure of React Project Creating a clear and organized file structure is crucial for maintaining a React.js...

How To Add and Delete Users on a CentOS Server

How To Add and Delete Users on a CentOS  Server Adding Users If you are signed in as the root user, you can create a new user at any time by typing: adduser username If you are...

How To Set Up vsftpd on CentOS 6

 How To Set Up vsftpd on CentOS 6 As ftp is not secure protocol  for any server so everyone want to go with very secure ftp. Her i am trying to explain basic step: 1. first login...

Apache 2.4.x Manual install on CentOS – 6.4

Apache 2.4.x Manual install on CentOS – 6.4   1. First Download Apache which you have to install [root@localhost src]# cd /usr/src [root@localhost src]# wget...

Shell script to remote uploading of backup files

Shell script to remote uploading of backup files In my old articles i explained how to create folder backup and Mysql database backup. Now I am sharing simple shell script to upload...

shell script to create Mysql database backup

shell script to create Mysql database backup On linux machine to create daily backup of selected database we can write a simple script and can add this script in daily cron. 3....

Shell script to create backup or backup tar

Shell script to create backup or backup tar On linux based server many time we need daily backup of particular folder. Her i am writing simple script which make a tar of your folder...

Does CloudFlare impact Google AdSense?

Does CloudFlare impact Google AdSense? In these days CDN is growing a lot. CloudFlare is one services provider who is providing basic services free of cost. For wordpress based site...

Excluding directory when making a .tar on Linux

Exclude directory while making tar tar command basically used on Linux to compress/uncompress  any folder. Normally if we want to make a tar of whole folder then we can use follow...

How to install Linux Malware Detect(LMD)

Installing LMD on centos Download the LMD package from rfxn site Login with ssh/putty with root access go to your tmp folder or create own folder where you want to download this...