Explore Syslint Community

Comprehensive guides for devs and sysadmins

Unable to open pty: No such file or directory

This issue comes with openvz nodes. After the creation of VE, we may face an issue like following, # vzctl enter 101 enter into VE 101 failed Unab....

Read More

Red5 Flash media server development: How to install and configure ?

Red5 Flash media server development: How to install and configure ? What is red5 server ? Red5 is an Open Source Flash Server written in Java that....

Read More

csf + lfd firewall configuration in vps (virtuozzo /openvz)

Introduction: In general csf is giving good compatibility with cpanel servers . But in a vps (openvz or Virtuzzo) the csf configuration is somethi....

Read More

How to reset mysql root password ?

1. Stop/ kill the mysqld # service mysql stop #pkill -9 mysqld 2) Start the mysql in safe mode as follows # mysqld --skip-grant-tables --user=root....

Read More

Upgrading Python in Cpanel Servers without breaking yum

It is little difficult for upgrading Python in cpanel servers. Because if you upgrade python directly , the yum package manager will not work. So ....

Read More

Installing mod_geoip on Apache 2.2

Downalod the latets GEOIP  package from  http://geolite.maxmind.com/download/geoip/api/c/ and install it # wget -c  http://geolite.maxmind.com/dow....

Read More

How to configure wireless lan in Lenovo s10 or s20 in Ubuntu

It is really easy to configure wireless lan card in your lenovo s10. Its default driver won’t work properly in Linux. So do the following command.....

Read More