Lean thinking is prevalent from a very long duration of time. The foundation was laid down in the starting of the 20th century. The lean system was originally initiated by Toyota in the mid 70s and...
Automating repetitive processes can give real value to software development projects. In this article, we will explore the values of automation, should we carry out automation or not. If yes, what ...
This command will show you if your bash is vulnerable. # env x='() { :;}; echo vulnerable' bash -c "echo not vulnerable" If you get " vulnerable " then you need to upgrade and if you get " not ...
Here is the command to use apache memory apache2 -V | grep -A 2 'MPM:'
Follow this Steps: This may help you Step1. Lets install csf firewall 1.1 Download CSF Firewall Code: wget http://www.configserver.com/free/csf.tgz 1.2 Extracting downloaded files Code:...
Here are the steps of how to ready mysql binary log file. 1) Loging to server 2) go to /var/log/mysql 3) Use this command mysqlbinlog binlog.000001(bin filename)
Login to your server using SSH Then you need to enter in to screen mode using command #Screen If this command is not available in your server you can install by just using " yum install scree"...
You may need to find mails older than some specific days like 100 days of 125 days because you may need to delete it as its not possible to delete it from outlook. You can use this command to find ...
Steps to assign NS in Cpanel 1) Login to WHM 2) Go to basic Cpanel & WHM Settings. 3) At the right page go to bottom of page. 4) assign Nameserver 1, Nameserver 2, Nameserver 3 and Namese...
Here are command to check DDOS attack on your server 1. To find the number of HTTP connections to a particular IP address, use the following command. netstat -nee | grep "\:80" | awk ' { prin...
You need to use htaccess to make a single file password protected and add these lines in to it. <FilesMatch file.php> AuthName "Restricted Area" AuthType Basic AuthUserFile /path/to/.ht...
To login (from unix shell) use -h only if needed. # [mysql dir]mysql -u username -p Create a database on the sql server. mysql> create database [databasename]; List all databases on the sql...
If you get message "qmailadmin was not found on this server" while browsing qmailadmin then it must be something with script alias. add this in your httpd.conf and restart the service ScriptAl...
1. Download the perl from below command wget http://www.cpan.org/src/5.0/perl-5.14.2.tar.gz 2. Unzip it tar -xzf perl-5.14.2.tar.gz 3. Change working directory to perl cd pe...
1 login to user in which you want to set command completion. 2 after that check its shell by typing following command echo $SHELL 3 If you get /bin/sh than you need to change its shell and...
Here are the quick steps to install clamav on Debian. 1) Login to your server 2) Edit /etc/apt/sources.list and add this line at the bottom of the file. deb http://volatile.debian.org/debi...
Problem configuring mssql 2005 backup schedule. TITLE: Microsoft SQL Server Management Studio ------------------------------ Property accessor 'ScheduleDates' on object 'Microsoft.SqlServer...
Here are the steps. Login to your server. # vi /etc/mysql/my.cnf Then add these lines in the config line. max_connections = 100 max_user_connections = 10000 Save and exit from the c...
1) Login to your cpanel control panel. 2) You will find a main tab called "Databases" 3) Under that you will find a link called "Mysql Databases". Just click on it and it will take you to the nex...