HostOnNet Blog

Author Archives: admin

Ubuntu nobody cared (try booting with the “irqpoll” option)

Ubuntu PC randomly crashed with some graphics errors, had to do hard reboot after this occur. On /var/log/syslog, i have following error. To fix the problem, edit Find line Replace with Now run


Installing kernel 4.x on Ubuntu 14.04 Server

To install latest kernel from Ubuntu 16.04 on Ununtu 14.04 LTS, run Before upgrade After upgrading kernel to latest Hardware Enablement Stack (HWE)


Grub

grub2-install Password Protect Grub 2 in Ubuntu/Debian If your system do not show grub menu, hold down SHIFT key on system start to show grub menu. To press c to enter grub command line. Show grub command prompt results paginated,


open3: exec of ipset flush failed at csf

On CentOS 7 (CloudLinux 7) Server starting csf firewall got following error I checked if command /usr/sbin/ipset exists, but was not found. So checked which package provide this command. Problem is fixed by installing package ipset with yum


Postfix

Deleting all mail from postfix mail queue Installing postfix mail server on ubuntu apt install postfix If you want to sent out email from this server, select Internet Site on Postfix Configuration screen. To see postfix configuration, run postconf -d


Upload files to Amazon S3 from Linux Command Line

awscli s3cmd Amazon provide awscli command line tool to upload files from Linux command line to Amazon S3. This is a python package, so you need pip installed for installing awscli, if you dont have pip installed, install it with


Install Pure-FTPd in Ubuntu

To install Pure-FTPd in Ubuntu, run To enable system users login to FTP, run Now restart pure-ftpd To create a user, run For Example Once user is created, you need to set password with command passwd.


Install vsftpd in Ubuntu 14.04

Install vsftpd on CentOS To install vsftpd on ubuntu, run Now you need to edit vsftpd config file You need to add After chroot_local_user.


ftp

Install Pure-FTPd in Ubuntu Install vsftpd in Ubuntu 14.04 FTP Limiting 2000 file listing on Cpanel server Amazon Ec2 Cpanel FTP I won’t open a connection to X (only to Y)


Install Webmin on Ubuntu 14.04

Webmin is a free open source control panel (mainly for system admin tasks, not a hosting control panel). To install webmin on Ubuntu 14.04, run Now you will be able to access webmin on port 10000 via https.