Linux Tutorial
Linux Administrator | Server | Virtualization

Linux Tutorial

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

    Block / deny ip on nginx

    By blackonsole - April 7 2011 01:09 AM

    || what is nginx please take a look this || how to ...

    :: Linux : socks proxy via ssh...

    By blackonsole - May 29 2012 02:30 AM

    :: How to connection socks proxy via ssh + setup proxy ...

    Install jdownloader on linux d...

    By blackonsole - April 11 2011 12:28 PM

    || what is jdownloader please take a look this || how to ...

    :: Clear BlackList Authenticat...

    By blackonsole - April 19 2012 02:59 AM

    :: Issue If you enter wrong logins number of times for ...

    :: Setup Attachment Size Limit...

    By blackonsole - December 31 2011 02:51 AM

    :: What is Postfix Postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail. It is intended as a fast, easier-to-administer, and secure alternative to the widely-used Sendmail MTA. - WikiPedia   :: How to setup attachment size limit

chown :: Change User / Group Only

Posted by blackonsole on November 13th, 2012 04:37 AM | No Comment
:: How to change user owner only using chown chown myuser: hello.txt hello/   :: How to change group owner only using chown chown :mygroup hello.txt hello/   :: Link + Google + man chown
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

WordPress :: Using OS cron job

Posted by blackonsole on July 20th, 2012 04:29 AM | No Comment
:: How to change wp cron to os cron job + add cron job on os cron crontab -e # add a line like this: wget -q -O /dev/null //yourhostname.tld/wp-cron.php?doing_wp_cron >/dev/null 2>&1 + disable wp-cron vi wp-config.php # add this line: define('DISABLE_WP_CRON', true);   :: Links + Google + WPDaylyBits
Read More

:: WP MU :: Slow After Upgrade

Posted by blackonsole on July 19th, 2012 07:58 AM | No Comment
:: How to fix WordPress MU slowly after upgrade try to upgrade database table for wordpress using this url: //domainname.tld/wp-admin/upgrade.php   :: Links + Google + KartikShasti
Read More

:: Sudo without password

Posted by blackonsole on May 21st, 2012 07:57 AM | No Comment
:: How to setup sudo without password prompt visudo add this line for setup sudoer without password your_username ALL=(ALL) NOPASSWD: ALL   :: Links + Google + Maestic
Read More

:: phpMyAdmin : Enabe / Disable Root Login

Posted by blackonsole on May 21st, 2012 03:15 AM | No Comment
:: How to enable root login in phpMyAdmin vi config.inc.php on /* Authentication type */ add this line: $cfg = TRUE; :: How to disable root login in phpMyAdmin vi config.inc.php on /* Authentication type */ add this line: $cfg = FALSE;   :: Links + Google + MikeRoberto
Read More

:: Cron: Auto restart daemon if it down

Posted by blackonsole on May 7th, 2012 04:20 AM | No Comment
:: How to create script for auto restart daemon if it down + create auto restart daemon script (nginx) cat > alwaysup.sh add the script, like these: #!/bin/bash alwaysup=`ps aux | grep -v grep | grep -c nginx` if then ...
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.