RedHat Linux command to reload or restart network (login as root user): # service network restart OR # /etc/init.d/network restart
Category Archives: OS
IE8 & ADOBE FLASH PLAYER FIX
Hello, you either have JavaScript turned off or an old version of Adobe’s Flash Player. Get the latest Flash player. Since Javascript was enabled, in order to check whether this was a problem of Youtube’s site only, I browse to other sites that I know use flash tech to find that I was really unable …
How to uninstall the Adobe Flash Player plug-in and ActiveX control
http://kb2.adobe.com/cps/141/tn_14157.html Due to recent enhancements to the Adobe Flash Player installers, you can now remove the player only by using the Adobe Flash Player uninstaller. To remove Flash Player, simply download and run the appropriate uninstaller for your system using the steps below. Download the Adobe Flash Player uninstaller: Windows: uninstall_flash_player.exe (205 KB) (updated 7/30/09) …
Continue reading “How to uninstall the Adobe Flash Player plug-in and ActiveX control”
Installing mcrypt – what to do to work with php
After a lot of research, as I couldn’t find answers on forums and other places. I found on sourceforge.net they released some rpm packages to integrate mcrypt and mhash with php. First we need to install mcrypt and mhash as follows: 1) Install mcrypt & mhash yum install mcrypt* yum install mhash* answer y to …
Continue reading “Installing mcrypt – what to do to work with php”
Shoucast tutorial
How do I change maximum attachment size in Horde?
Resolution By default, PHP limits uploaded files size to 2 MB, and this limit applies to all PHP application including Webmail. Edit the following options in /etc/php.ini file on the Plesk server and set the values that match your needs, for example: upload_max_filesize = 32M post_max_size = 32M Restart Apache after the php.ini file modification. …
Continue reading “How do I change maximum attachment size in Horde?”