Help In Linux

Linux Technical Blog

Skip to content
  • Apache
  • AWS
  • cPanels
  • Installations
  • Linux
  • MySQL
  • Other *Nix
  • scripts
  • Security
  • VPS

linux

cpanel exim stop spam

by Siru // November 1, 2012 // 1 Comment
  Hello, The following cPanel/Exim configuration will help you stopping spam in the server. 1. Login to WHM control panel 2. Goto Main >> Service Configuration >> Exim Configuration Manager 3. Enable RBL filtering by Basic Editor >> RBLs >>... Continue reading →

Command Line FTP Upload Recursive Linux | Directory | Folder

by Siru // August 6, 2012 // 1 Comment
  Hello,   The following command will help you to upload all the files/folders from local to remote server, make sure that you have installed ncftp rpm in your server. ncftpput -R -u ftpuser -p ftppassword ftpserver.com /remote/path/. /local/path Reference... Continue reading →

Linux Logical Volume Extend Size

by Siru // June 29, 2012 // 1 Comment
  Hi,   You can extend a volume size in linux by just following the commands below If you want to extend a size of volume /dev/mapper/volume-var to 400GB you need enter the following command. lvextend -L400GB /dev/mapper/volume-var O/P Extending... Continue reading →

deleted /dev partition linux

by Siru // June 18, 2012 // No Comments
Hello, If you have accidentally deleted /dev partition then you will face issues in ssh for sure, so you may try the following fixes via console so that ssh may start. Try restarting sshd /etc/init.d/sshd restart if you receive the... Continue reading →

Sample perl script to print hello world

by Siru // May 8, 2012 // No Comments
  Hi,   This post is a simple perl script to print the sentence “Hello World”.   #/usr/bin/perl -w print "Hello World \n";   Output: Hello World   Here I have added \n to make the perl compiler to end... Continue reading →

Increase Swap Size in Linux

by Siru // February 24, 2012 // 1 Comment
Hi, Would you like to increase swap size in Linux. You may follow the below steps to do that.   Here I am increasing the swap size from 2GB to 4GB.   The free -m command shows that the swap... Continue reading →

Blank Page in Whmcs

by Siru // February 18, 2012 // No Comments
Hi,   Are you getting blank page in whmcs after migration or installation ? All you need to change the permission for order/templates_c to 777 with recursively option using the command below. Which will fix the issue. chmod 777 order/templates_c... Continue reading →

Nginx Htpasswd Directory

by Siru // February 16, 2012 // 1 Comment
  Hi,   Are you using Nginx and searching for an alternative for htpasswd.?.  Here you go, all you need to do is add the below lines in your virtual host configuration file.   location ~ /downloads { root /path/to/reach/downloads/directory/;... Continue reading →

Redis install Linux

by Siru // December 9, 2011 // 1 Comment
Hi,   The following steps will help you install redis in your Redhat/centos servers. #yum install redis #vi /etc/redis.conf and edit the bind address from 127.0.0.1 to <server IP> Then open your running php.ini file and add the following entries.... Continue reading →

Bookmarks in phpMyAdmin

by Siru // December 9, 2011 // No Comments
  Hi,   Are you trying to enable bookmarks in your phpMyAdmin page.?.. The following steps will help you to enable it. Login to mysql CREATE USER 'pma'@'localhost' IDENTIFIED by 'pmapass'; GRANT ALL PRIVILEGES ON phpmyadmin.* TO 'pma'@'localhost' IDENTIFIED BY... Continue reading →

Post navigation

← Older posts
Newer posts →

Follow me

Sponsored Links

Search blog here

Proudly powered by WordPress | Theme: Sugar & Spice by WebTuts.