December 29, 2009
FreeBSD
actsupp-r0cks
0
Copy from /usr/share/zoneinfo/Etc or /usr/share/zoneinfo/<continent>/<city>, the timezone, that coresponds to your city/GMT setting to /etc/localtime Once the timezone is set in the FreeBSD server, run the [...]
Blade Frame
Blade Servers I would say that the name ‘Modern Computers’ are now referred to as ‘Blade Servers’. The Blade Servers have been around only for a [...]
Converting MySQL query results into a CSV file
To dump data from the database into an Excel file, SELECT query can be used to convert data to CSV formatting. All needs to be done [...]
How to change the client prompt in MySQL?
Change MySQL's prompt by using the prompt command: mysql>prompt mysql (\d)> Once executed, the currently selected database will appear in the prompt, like so: mysql (mydatabase)> [...]
Linux modules and libraries
Dynamically linked libraries are linked and loaded at run time, either by "ld.so" or "ld-linux.so", depending on how it was compiled: in a.out or ELF format. [...]
RPM – RedHat Package Manager
What does a RPM Package contain? RPMs (*.rpm) typically include 1) the compiled programs and/or libraries needed for the package, 2) documentation 3) install, verify, and [...]