How To Set File Attributes In Linux Using Chattr Command
Chattr is a command used to set / unset file attributes in Linux. Using chattr it is possible to make a file immutable. That is, even a root user will be prohibited from deleting the file.The trick lies in setting the appropriate...
How to Back Up and Restore a MySQL Database From Command Line
If you’re storing anything in MySQL databases that you do not want to lose, it is very important to make regular backups of your data to protect it from loss. This tutorial will show you two easy ways to backup and...
Install Additional Yum repo for Centos
Adding additional source of packages (software) for Centos will greatly reduce the need to recompile OSS packages. Epel provides open source software that is free for use. This includes clamav, atop, cacti, Here are step to add a common repository....
How to edit the hosts file in Mac OS X
Introduction The hosts file is a text file that maps hostnames to IP addresses. Upon typing a url address on the browser, the system is checking if there is a relevant entry on the hosts file and gets the corresponding...
Increase size of /tmp folder on CentOS under Cpanel
Any dedicated server hosting some websites that get meaningful traffic will quickly grow Cpanel’s default /tmp folder size of 512MB. It houses PHP session files, temporary file uploads, your database temporary files, your web server’s cache including the one from...
Introducing First Largest Web Hosting Data Center in Bangladesh by XeonBD
We are very excited and proud to introduce XeonBD’s first Bangladesh based data center with world-class engineering. Thus the era of BDIX Hosting has now begun. To meet our clients’ demand we have been working and experimenting on the whole datacenter...
Htaccess – best uses with some important settings and configurations of htaccess file
The title of this article should be .htaccess. The initial letter is capitalized due to technical restrictions. .htaccess (Hypertext Access) is the default name of Apache’s directory-level configuration file. It provides the ability to customize configuration directives defined in the...