Linux Tutorial
Linux Administrator | Server | Virtualization

Linux Tutorial

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

    :: Setting up /tmp mount: you ...

    By blackonsole - April 13 2012 03:05 AM

    :: Error mounting /tmp when increase the size in /scripts/securetmp Use ...

    WordPress :: Using OS cron job...

    By blackonsole - July 20 2012 04:29 AM

    :: How to change wp cron to os cron job + ...

    :: Installing Git SCM on Debia...

    By blackonsole - June 23 2011 05:22 AM

    :: What is Git Git is distributed version control system focused ...

    :: Install NicTool on Linux De...

    By blackonsole - August 8 2011 02:11 PM

    :: What is NicTool NicTool is a free DNS management suite ...

    :: change date and time on xen...

    By blackonsole - May 12 2011 12:27 AM

    :: how to change date and time on xen vm + ...

CentOS :: Setting Varnish, Nginx for WordPress

Posted by blackonsole on July 15th, 2013 03:01 AM | 1 Comment
:: How to setting Varnish and Nginx for WordPress cms in Linux CentOS + Enable Varnish and Nginx repository rpm --nosignature -i //repo.varnish-cache.org/redhat/varnish-3.0/el5/noarch/varnish-release-3.0-1.noarch.rpm rpm -Uvh //nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm   + Installing Varnish and Nginx yum install varnish nginx php-fpm   + Configure Nginx for WordPress make sure change Nginx port ...
Read More

Ubuntu :: Enable mod_rewrite in Apache2

Posted by blackonsole on July 11th, 2013 08:00 AM | No Comment
:: How to enable mod_rewrite Apache2 on Ubuntu + enable rewrite module sudo a2enmod rewrite + restarting apache2 sudo service apache2 restart   + Google
Read More

Apache :: MP4 Streaming

Posted by blackonsole on March 2nd, 2013 01:14 AM | No Comment
:: How to Enable mp4 Streaming in Apache + Installing mod h624 streaming wget //h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -xzf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7/ ./configure --with-apxs=`which apxs2` make && make install + Configure mod-h624-streaming in Apache vi /etc/httpd/conf/httpd.conf # add these line: LoadModule h264_streaming_module modules/mod_h264_streaming.so AddHandler h264-streaming.extensions .mp4 + Restarting Apache /etc/init.d/httpd restart   :: Links + Google + h264
Read More
  • 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.