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.

    :: Setup PPTPd VPN on Linux

    By blackonsole - February 27 2012 03:51 AM

    :: What is PPTP The Point-to-Point Tunneling Protocol (PPTP) is a method for implementing virtual private networks. PPTP uses a control channel over TCP and a GRE tunnel operating to encapsulate PPP packets.

    Perl fastcgi on nginx

    By blackonsole - March 31 2011 05:07 AM

    || how to setup perl fastcgi on nginx | installing nginx ...

    Linux :: su: cannot set user i...

    By blackonsole - January 11 2013 02:27 AM

    :: How to fix su: cannot set user id: Resource ...

    Nagios :: Checking memcached m...

    By blackonsole - July 30 2013 02:08 AM

    :: What's Nagios Nagios is system monitoring, network monitoring and infrastructure ...

Ubuntu :: Install Ubuntu Tweak

Posted by blackonsole on January 20th, 2013 03:15 AM | No Comment
:: What is Ubuntu Tweak Ubuntu Tweak is an application to config Ubuntu easier for everyone.   :: How to install Ubuntu Tweak in Ubuntu 12.10 $ sudo add-apt-repository ppa:tualatrix/ppa $ sudo apt-get update $ sudo apt-get install ubuntu-tweak   :: How to run Ubuntu Tweak $ ubuntu-tweak   :: Links + ...
Read More

cPanel :: Install ruby

Posted by blackonsole on November 14th, 2012 09:43 PM | No Comment
:: How to install ruby on cPanel /scripts/installruby whereis ruby ruby: /usr/bin/ruby /usr/lib/ruby /usr/share/man/man1/ruby.1   + Google + cPanel
Read More

cPanel :: How to install flvtool2

Posted by blackonsole on November 14th, 2012 09:41 PM | No Comment
:: how to install flvtool2 on cPanel server wget //rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz tar -xzf flvtool2-1.0.6.tar cd flvtool2-1.0.6 ruby setup.rb config ruby setup.rb setup ruby setup.rb install + checking flvtool2 flvtool2 -v   :: Link + Google
Read More

Linux :: Compiling MP4Box

Posted by blackonsole on August 2nd, 2012 07:11 AM | No Comment
:: How to compile MP4Box in Linux + download wget //sourceforge.net/projects/gpac/files/GPAC/GPAC%200.5.0/gpac-0.5.0.tar.gz/download wget //sourceforge.net/projects/gpac/files/GPAC%20extra%20libs/GPAC%20extra%20libs%200.4.5/gpac_extra_libs-0.4.5.tar.gz/download + extract and compiling tar -xzf gpac-0.5.0.tar.gz tar -xzf gpac_extra_libs-0.4.5.tar.gz cd gpac_extra_libs cp * ../gpac/extra_lib cd ../gpac ./configure make lib && make apps make install lib && make install cp bin/gcc/libgpac.so /usr/lib + checking MP4Box whereis MP4Box   :: Links + Google + WowTutorial
Read More

CentOS:: Install and configure LAMP

Posted by blackonsole on July 16th, 2012 03:09 AM | No Comment
:: How to install LAMP on CentOS yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml   :: How to configure MySQL mysql_secure_installation   :: Add httpd and mysqld on init.d chkconfig httpd on chkconfig mysqld on   :: Starting httpd and mysqld /etc/init.d/httpd start /etc/init.d/mysqld ...
Read More

PHP:: enable pcntl extension from source

Posted by blackonsole on July 6th, 2012 04:06 AM | No Comment
:: Compile pcntl extension wget //museum.php.net/php5/php-5.3.6.tar.gz tar xvf php-5.3.6.tar.gz cd php-5.3.6/ext/pcntl phpize ./configure make && make install :: Configure pcntl extension on php.ini vi php.ini ; add line like: extension=pcntl.so :: Checking pcntl module php -m | grep pcntl :: Applying pcntl on httpd /etc/init.d/httpd restart :: Links + Google + StackOverFlow
Read More

:: PHP : Installing APC from source

Posted by blackonsole on June 2nd, 2012 04:16 AM | No Comment
:: How to install APC from source wget //pecl.php.net/get/APC tar xzf APC cd APC phpize ./configure --enable-apc --enable-apc-mmap make && make install   :: Setup APC on php.ini vi php.ini ; add APC extension on php.ini, some like these: extension=apc.so apc.enabled=1 apc.shm_segments=1 apc.shm_size=128M apc.ttl=7200 apc.user_ttl=7200 apc.num_files_hint=1024 apc.mmap_file_mask=/tmp/apc.XXXXXX apc.enable_cli=1   :: Checking and apply php -m | grep apc /etc/init.d/httpd restart   :: Link + Google + WebHostingNeeds
Read More
Older 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.