Create primary key in MySQL
It is often very useful for each row in a MySQL database table to have a unique primary key. The easiest way to implement this […]
It is often very useful for each row in a MySQL database table to have a unique primary key. The easiest way to implement this […]
To obtain a complete list of mysql variables it is best to have the mysql service started. Then log in via the command line and […]
To install a VNC server on linux you can use a built-in package manager to perform the initial install. On Cenots linux it is Tiger […]
There are many tools that can record linux desktops and convert them into screen casting or videos. The quickest and easiest tool to use is […]
It used the be the case in previous versions of CentOS that one could install a gnome desktop or kde desktop by using yum groupinstall. […]
In early 2011, Microsoft announced that Windows 8 would have support for ARM microprocessors. This is a great step since many mobile devices such as […]
The previously “Sun Grid Engine” (SGE) now “Oracle Grid Engine” is a useful job scheduler that will allow one to effectively dispatch jobs to compute […]
Cron is a great feature which can allow you perform tasks on a scheduled basis. For example, if one wanted to execute some script, each […]
MySQL has a considerable number of optimizations available. The easier way to modify mysql to set limits or expand available resources is by the “/etc/my.cnf” […]
pgrep is a useful tool that can allow one to grep a process by name and return it’s id. From the pgrep manpage it will […]
Copyright © 2024 | WordPress Theme by MH Themes