Linux Tutorial
Linux Administrator | Server | Virtualization

Linux Tutorial

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

    KVM/Archipel enable ttyconsole...

    By blackonsole - June 13 2016 10:51 PM

    Debian Jessie Guest VM + Enable and start serial console systemctl enable ...

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

    :: PHP : apc.shm_size now uses...

    By blackonsole - May 3 2012 04:39 AM

    :: PHP error php -v PHP Warning: PHP Startup: apc.shm_size now ...

    Install WordPress Mobile Editi...

    By blackonsole - March 30 2011 08:36 AM

    || how to install WordPress Mobile Edition plugins | download WordPress ...

    :: vsftpd jail users

    By blackonsole - November 17 2011 09:26 AM

    :: What is vsftpd vsftpd is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports IPv6 and SSL. - wikipeda

scp :: transfer data remote to remote server

Posted by blackonsole on November 10th, 2014 03:19 PM | No Comment
:: How to transfer data from remote to remote server + file scp -3 host1:/path/to/file host2:/path/to/file + directory scp -r -3 host1:/path/to/folder host2:/path/to/folder   :: Ref + Google + man scp
Read More

Linux :: SSH via SSH Tunnel

Posted by blackonsole on January 30th, 2013 02:03 PM | No Comment
:: How to Login SSH via SSH Tunnel in Linux Ubuntu + Create SSH Tunnel run in background sudo ssh -fN -CL 2222:destination.server.to.login:22 [email protected] + Login to destination.server.to.login via ssh tunnel ssh -p 2222 [email protected]   :: Links + Google + ManiyFinds
Read More

Linux :: su: cannot set user id: Resource temporarily unavailable

Posted by blackonsole on January 11th, 2013 02:27 AM | No Comment
:: How to fix su: cannot set user id: Resource temporarily unavailable issue + error $ su - su: cannot set user id: Resource temporarily unavailable $ + How to fix vi /etc/security/limit.conf # add / change on these line: * ...
Read More

:: Linux : socks proxy via ssh

Posted by blackonsole on May 29th, 2012 02:30 AM | 1 Comment
:: How to connection socks proxy via ssh + setup proxy connection ssh -D 8080 [email protected] 8080 = local proxy port username = your ssh username 192.168.0.1 = your ip address server + enable socks proxy connection in firefox Edit - Preferences - Advanced - Network - ...
Read More

:: Speed up SSH Login Prompt

Posted by blackonsole on December 27th, 2011 04:03 AM | No Comment
:: Problem SSH login prompt is slowly   :: How to fix
Read More

:: Installing sshd on Linux Debian

Posted by blackonsole on August 9th, 2011 07:16 AM | No Comment
:: What is ssh Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. The two major versions of the protocol are referred to as SSH1 or SSH-1 and ...
Read More

:: deny login users and groups on openssh

Posted by blackonsole on June 18th, 2011 04:16 AM | No Comment
:: how to deny user and groups login on ssh # vi /etc/ssh/sshd_config ### add this line to deny users and groups DenyUsers username username DenyGroups groupname groupname :: restarting sshd # /etc/init.d/sshd restart :: links + google + cyberciti
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.