Linux Tutorial
Linux Administrator | Server | Virtualization

Linux Tutorial

  • Home
  • TOC
  • Contact Us
  • Privacy Policy
  • Random Posts

    :: Allow outgoing MySQL connec...

    By blackonsole - March 15 2012 01:13 AM

    :: What is csf CSF firewall commonly known as Configserver Security and Firewall has become one of the popular firewall not just because of its easy of use it also provides a cpanel interface and can be easily installed and tuned by any novice users. If you are running cpanel without firewall then CSF firewall is very much recommended, considering the security aspects of your server.

    :: Enable mod rewrite on Apach...

    By blackonsole - January 15 2012 11:53 PM

    :: What is Mod_rewrite Mod_rewrite provides a powerful way to do URL manipulations and made more user friendly, by configuring rewrite rules, rather than modifying the webserver software.   :: How to enable mod_rewrite on apache

    :: installing flashplayer on 6...

    By blackonsole - April 29 2011 02:17 PM

    :: download flashplayer 10 for 64bit linux distro # wget //download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz :: ...

    rsyslog :: Could not open outp...

    By blackonsole - December 9 2014 10:32 AM

    :: rsyslog error in Ubuntu If you got some error log ...

    :: Upgrade MySQL on WHM/cPanel...

    By blackonsole - April 15 2012 02:26 AM

    :: How to upgrade MySQL in WHM/cPanel Cli /usr/local/cpanel/scripts/mysqlup WHM Main - Software - ...

:: Apache: Change Prefork MPM to Worker MPM

Posted by blackonsole on May 27th, 2012 01:03 AM | No Comment
:: Determine which MPM running in apache apachectl -l if you see worker.c, your apache running worker mpm, if you see prefork.c, apache running prefork.   :: Determine has apache worked mpm compiled httpd.worker -l make sure you see worker.c on there.   :: How to change apache ...
Read More

:: Configure non www to www in htaccess

Posted by blackonsole on April 17th, 2012 03:00 AM | No Comment
:: How to configure non www to www domain name in htaccess + edit .htaccess file vi .htaccess + add these lines: RewriteEngine On RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ //www.%{HTTP_HOST}/$1   :: Links + Google + Dense13
Read More

:: Setup www to non www in .htaccess

Posted by blackonsole on April 16th, 2012 06:54 AM | No Comment
:: How to setup domain name with www redirect to without www in htaccess + edit .htaccess file vi .htaccess add these line: RewriteEngine On RewriteCond %{HTTP_HOST} ^www.(.*)$ RewriteRule ^(.*)$ //%1/$1   :: Links + Google + StackOverFlow
Read More

:: Enable mod rewrite on Apache

Posted by blackonsole on January 15th, 2012 11:53 PM | No Comment
:: What is Mod_rewrite Mod_rewrite provides a powerful way to do URL manipulations and made more user friendly, by configuring rewrite rules, rather than modifying the webserver software.   :: How to enable mod_rewrite on apache
Read More

:: Installing ioncube loader on Linux

Posted by blackonsole on January 11th, 2012 03:23 AM | No Comment
:: What is ioncube loader ionCube loader is the PHP extension that decodes encrypted PHP files at runtime. It is freely available and installation is very easy.   :: How to install ioncube loader on linux distro
Read More

:: Install mod_evasive on cPanel

Posted by blackonsole on January 10th, 2012 03:41 AM | No Comment
:: What is mod_evasive mod_evasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. - zdziarski   :: How to install mod_evasive on cPanel / WHM
Read More

:: Install DBMail Administrator on CentOS

Posted by blackonsole on December 2nd, 2011 10:14 AM | 1 Comment
:: What is DBMA DBMail is an open source, Unix IMAP/POP3 mail storage and retrieval system which together with an MTA (Mail Transfer Agent) like Postfix enables vastly scalable mail systems with SQL database (RDBMS) storage (i.e.: MySQL, PostgreSQL) and retrieval of all e-mail and user data. - dbma  
Read More
Older Entries «
» Newer Entries
  • Categories
    • cPanel (4)
    • How to (1)
    • Linux (28)
    • NGINX (4)
    • Tutorials (188)
    • Ubuntu (3)
    • Uncategorized (1)
  • Tags
    apache bash blog centos cms command configuration cpanel database debian desktop dns email error ftp how to howto httpd install lighttpd linux monitoring mysql nginx opensuse openvz php security server ssh system tips trick trik Tutorial ubuntu vhost virtual virtualization web web server whm wordpress wp xen
Balackonsole, Linux Administrator
Copyright © 2021 Linux Tutorial. All Rights Reserved.