Cisco VPN on Ubuntu 14.04

To get started, search for and install network-manager-vpnc package from Ubuntu Software Center. Or, do a: Once installed, you can follow below steps to setup Cisco VPN for Ubuntu: 1.) Move your cursor to right-top corner system tray area, click on Network Manager icon and choose VPN Connections -> Configure VPN 2.) In next window, … Read more

Atomic repo php Upgrade error

Servers popping up that are having php failures or issues with php_admin_value or php_admin_flag when apache restarts. This is occurring on servers running PHP 5.3.26. It appears when this update was pushed out, mod_php is no longer being loaded by default. The symptoms are outlined here: http://forum.parallels.com/showthread.php?287767-SOLVED-Latest-php-5-3-26-yum-update-from-art-breaks-apache https://www.atomicorp.com/forum/viewtopic.php?f=12&t=6891&sid=a2317265ae0523eb9273d9d6001f10ed You should be able to add the … Read more

Manage Processes

If you connect to the server via SSH and run the command: php Plesk server using resources – process is pigz. This is a process used like gzip or zip and is part of the backup process. http://download1.parallels.com/Plesk/PP11/11.5/release-notes/parallels-plesk-panel-11.5-impacts-for-linux-based-os.html Compression with pigz Panel now uses the pigz library instead of gzip to compress backup data. This … Read more

Troubleshoot Postfix Spam

RE: http://kb.parallels.com/en/114845 [stextbox id=”info”]Symptoms: Many email messages are sent from PHP scripts on the server. How can I find the domains on which these scripts are running if I am using Postfix?[/stextbox] [stextbox id=”warning”]Note:  This article is for Postfix.  If you are using the Qmail mail server, see this: http://geekdecoder.com/troubleshoot-qmail-spam/[/stextbox] Resolution Many email messages are sent from … Read more

Fastcgi Error

[stextbox id=”warning”]Connection reset by peer: mod_fcgid: error reading data from FastCGI server[/stextbox] Connection reset by peer: mod_fcgid: error reading data from FastCGI server [Thu Jul 31 13:05:21 2014] [error] [client 99.xxx.xx.xx] Premature end of script headers: cron.php Edit fastcgi.conf and add the following:

PHP Spam Scripts

PHP Spam Scripts I finally decided this topic deserves its own page. To find the script sending spam Plesk Ver -11.0 Ver 11.5+ WHM cPanel View the results Joomla This file often appears in /tmp/sysNNNNNNNN.php file 1. /tmp is 777 2. the sysNNNNNNNN.php is usually accompanied by a .zip file 3. .php and .zip are … Read more

Zero Out Log File

or if you want to be more eloquent, will empty logfile (actually they will truncate it to zero size). You can also use to be perfectly explicit or, if you don’t want to, (applications usually do recreate a logfile if it doesn’t exist already). However, since logfiles are usually useful, you might want to compress … Read more