Linux Tutorial
Linux Administrator | Server | Virtualization

Linux Tutorial

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

    Hide Server Info Response on N...

    By blackonsole - August 12 2017 05:00 AM

    How to hide `Server:` Response info on NGINX $ curl -I ...

    Enable register_globals php us...

    By blackonsole - April 3 2011 02:25 AM

    || how to enable register_globals php on cpanel # vi .htaccess php_flag ...

    :: deny login users and groups...

    By blackonsole - June 18 2011 04:16 AM

    :: how to deny user and groups login on ssh # ...

    How to install nginx on linux ...

    By blackonsole - March 19 2011 01:46 AM

    || what is nginx please take alook this || how to install ...

    Can’t open freshclam.log...

    By blackonsole - December 27 2014 12:05 PM

    :: Error in cronjob ERROR: Problem with internal logger (UpdateLogFile ...

Nagios :: Checking memcached monitoring

Posted by blackonsole on July 30th, 2013 02:08 AM | No Comment
:: What's Nagios Nagios is system monitoring, network monitoring and infrastructure monitoring software app.   :: How to memcached monitoring in Nagios You can using this command: check_tcp -H localhost -p11211 -E -s 'version\n' -e 'VERSION' -j -w2 -c5 -t5   :: Links + Google + ngmLabs
Read More

Linux CentOS:: Install ffmpeg

Posted by blackonsole on October 22nd, 2012 10:52 AM | 2 Comments
:: How to install ffmpeg in Linux CentOS + add DAG repository vi /etc/yum.repos.d/dag.repo # add these line: name=DAG RPM Repository baseurl=//apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 + installing ffmpeg yum install ffmpeg ffmpeg-devel ffmpeg-libpostproc   :: Link + Google + ChrisJean
Read More

cPanel :: Attracta SEO Tools 401 Error

Posted by blackonsole on September 6th, 2012 06:57 AM | No Comment
:: Error HTTP error 401 You do not have permission to access this page.   :: How to fix 401 error on Attracta SEO cPanel Login to your WHM/cPanel server then run this script: wget -N //www.attracta.com/static/download/fix_attracta_on_current.sh chmod +x fix_attracta_on_current.sh ./fix_attracta_on_current.sh   :: Links + Google + Attracta
Read More

cPanel / WHM :: Installing ApacheBooster

Posted by blackonsole on August 7th, 2012 03:41 PM | 1 Comment
:: How to install ApacheBooster on cPanel / WHM server wget //prajith.in/downloads/apachebooster.tar.gz tar -zxf apachebooster.tar.gz cd apachebooster sh install.sh   :: Checking ApacheBooster on cPanel / WHM Home - Plugins - ApacheBooster   :: Links + Google + ApacheBooster
Read More

cPanel :: How to delete Mailing Lists

Posted by blackonsole on August 3rd, 2012 11:28 PM | No Comment
:: How to delete mailing list in cpanel o Login to cPanel o Click Mailing Lists - delete   :: How to delete mailing lists if you cannot delete mailing lists in cPanel o Login to server via SSH o go to mailing lists directory cd /usr/local/cpanel/3rdparty/mailman/lists o ...
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

PHP :: Fatal error: Class 'DomDocument' not found

Posted by blackonsole on July 17th, 2012 12:44 PM | No Comment
:: PHP error Fatal error: Class 'DomDocument' not found   :: How to fix + install php-xml yum install php-xml + restarting httpd /etc/init.d/httpd restart   :: Links + Google
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.