How to enable mod_rewrite for Apache
How to enable mod_rewrite for Apache a2enmod rewrite then restart apache2 server: /etc/init.d/apache2 restart or service apache2 restart
How to enable mod_rewrite for Apache a2enmod rewrite then restart apache2 server: /etc/init.d/apache2 restart or service apache2 restart
SoX the Swiss Army knife of sound processing SoX (Sound eXchange), the Swiss Army knife of sound processing programs. SoX is a cross-platform command line utility, that can convert various formats of audio files in to other formats. Installing SoX… Continue Reading
Installing 3rd-party Open VM Tools Open VM Tools is the open source implementation of VMware Tools and consist of a suite of virtualization utilities that improves the functionality, administration, and management of virtual machines on VMware hypervisors. VMware recommends using… Continue Reading
How do I resolve /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory issue On CentOS: sudo yum install glibc.i686 or sudo yum install glibc.i386 On Debian or Ubuntu: sudo apt-get install ia32-libs
How to forward root emails to external email To forward Linux root emails create in root home directory file : .forward, put into this file email address Or putting email address into /etc/aliases, and then run newaliases command
Understanding the Linux du Command: Estimating File Space Usage Effectively When managing a Linux system, monitoring file space usage is essential for ensuring efficient storage management. The du (Disk Usage) command is a powerful tool that helps users assess how… Continue Reading