Article 4
The chmod calculator is the script to have handy when setting permissionsChmodPermissionOwnerGroupOtherReadWriteExecuteThis free script provided byHistory Linux Kit
View ArticleSetup Vmware Workstation 2.8 on Linux CentOS 6.0 i686 release
[root@moon ~]# uname -aLinux zeus 2.6.32-71.29.1.el6.i686 #1 SMP Mon Jun 27 18:07:00 BST 2011 i686 i686 i386 GNU/Linux[root@moon ~]#yum install -y gcc-c++ kernel-headers kernel-develYou have to get...
View ArticleHow to duplicate a MySQL database
Let's say the original database is dbSouce and the duplicate is dbDestinatio.- Login in MySql, Create a new database, dbDestination- Set permissions new database.- Run this command in console, for...
View ArticleChange Default User Login Shell Permanently
To change the default linux shell type every time a new user is created, simply modify linux file /etc/default/useradd. Edit /etc/default/useradd, the default linux shell is explicitly defined. You can...
View ArticleHow to stop a running mysql query
login in mysql[root@sol ~]#mysql -u username -pSHOW PROCESSLIST;KILL <thread_to_be_killed>;Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 4Server version:...
View Article