Linux

How to enable hardware virtualization features in VMware workstation 8

During installation process of vSphere ESXi 5 as a virtual machine I got warning message HARDWARE_VIRTUALIZATION WARNING: Hardware Virtualization is not a feature of the CPU, or is not enabled in the BIOS I talked to myself, what the hack, I did enabled INTEL-VT in the BIOS. I skipped warning message and finished installation.

How to enable hardware virtualization features in VMware workstation 8 Meer lezen »

MusicBrainz Picard

MusicBrainz Picard is een cross-platform (Linux / Mac OS X / Windows) applicatie geschreven in Python en is de officiële MusicBrainz tagger. Picard ondersteunt de meeste audio-bestandsformaten, is in staat om met behulp van audio vingerafdrukken (PUID’s, AcoustIDs), het uitvoeren van cd-lookups en disc-ID inzendingen, en het heeft een uitstekende ondersteuning voor Unicode. Daarnaast zijn

MusicBrainz Picard Meer lezen »

Optimaliseren highLoad server

Performance issues is een probleem voor elke systeembeheerder. Hieronder staan wat handige tips om een web cluster te optimaliseren in Linux. Hier wordt een cluster met websites en mysql bedoeld. Elke website is uniek en heeft zijn eigen bottlenecks. Hieronder staan tips, echter er is geen garantie dat je website sneller wordt.

Optimaliseren highLoad server Meer lezen »

Linux Check Password Strength With Cracklib-check Command

Using the same password on different servers allows attackers to access your accounts if cracker manage to steal your password from a less secure server. This is true for online website accounts too. So solution is to create unique passwords for server accounts like your email, sftp and ssh accounts. General guideline to create a

Linux Check Password Strength With Cracklib-check Command Meer lezen »

PHP handlers DSO vs. CGI vs. suPHP vs. FastCGI

This is one of the most common topics that I see customers will ask about. As highly important as PHP handlers are, they often the least understood. They seem complicated, but its not too hard to understand. You don’t have to know that exact science of how it all works, but one should learn the

PHP handlers DSO vs. CGI vs. suPHP vs. FastCGI Meer lezen »

installing Nginx with php fast-cgi on Ubuntu

Nginx is an awesome webserver and reverse proxy that is feature rich and super fast. Perwiki.nginx.org here is the description of the server: ———————————————————————————————————- Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev started development of Nginx in 2002, with the first public release in 2004. Nginx

installing Nginx with php fast-cgi on Ubuntu Meer lezen »