Linux Tutorial
Linux Administrator | Server | Virtualization

Linux Tutorial

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

    :: Nginx: wordpress permalinks...

    By blackonsole - April 30 2012 11:25 AM

    :: How to setup wordpress permalinks on nginx + edit virtualhost ...

    :: Speed up SSH Login Prompt

    By blackonsole - December 27 2011 04:03 AM

    :: Problem SSH login prompt is slowly   :: How to fix

    iRedMail :: Recipient address ...

    By blackonsole - July 31 2013 11:51 PM

    :: What's iRedMail iRedMail is an open source full-featured mail server ...

    Block / deny ip on nginx

    By blackonsole - April 7 2011 01:09 AM

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

    wp-db fatal error – allo...

    By blackonsole - April 15 2011 06:16 AM

    || fatal error wp-db.php on wordpress Fatal error: Allowed memory ...

CentOS :: /etc/bashrc read-only

Posted by blackonsole on November 23rd, 2012 01:56 AM | No Comment
:: How to fix /etc/bashrc read only issue on CentOS + error permission denied # echo "alias ftp='/usr/bin/ftp'" >> /etc/bashrc -bash: /etc/bashrc: Permission denied # ls -l /etc/bashrc -rw-r--r-- 1 root root 1708 Sep 22 2009 /etc/bashrc + check and change attribute file # lsattr /etc/bashrc ----i-------- ...
Read More

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

:: 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

:: 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

:: Upgrade MySQL on WHM/cPanel

Posted by blackonsole on April 15th, 2012 02:26 AM | No Comment
:: How to upgrade MySQL in WHM/cPanel Cli /usr/local/cpanel/scripts/mysqlup WHM Main - Software - MySQL Upgrade   :: Link + Google + cPanel
Read More

:: Setup Attachment Size Limit on Postfix

Posted by blackonsole on December 31st, 2011 02:51 AM | 2 Comments
:: 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
Read More

:: CSF on WHM / cPanel

Posted by blackonsole on December 27th, 2011 12:14 PM | No Comment
:: What is csf csf is ConfigServer Security&Firewall made by configserver   :: How to install and integrated to WHM / cPanel + download and install
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.