A bug is reported to Debian related to systemd. [crayon-63e3219c2facf221830780/] [crayon-63e3219c2fad3170294816/] [crayon-63e3219c2fad4617394570/] [crayon-63e3219c2fad5577469265/] [crayon-63e3219c2fad6638850196/] … [Read more...]
Debian – Systemd to kill all user processes after logout in release/version 230
My Experience with Amazon Web Services (AWS)
Recently I opened account with Amazon Web Services, to test and work aws. Amazon offers 12 months of free subscription, which includes 750 hours per month of resources which means you can create a linux/windows micro instance and run it for whole month free of cost, for 12 months. But if you make 2 x micro instances then you can use them free for 15 days and you would be charge for hours beyond … [Read more...]
The Glibc GHOST Vulnerability – How to Patch your Linux Server/VPS?
A very serious security problem is just found in GNU C library, Glibc, announced yesterday, Jan 27, 2015. This is a critical vulnerability that almost every linux Machine is going to effect by it. Accoding to qualys What is glibc? The GNU C Library or glibc is an implementation of the standard C library and a core part of the Linux operating system. Without this library a Linux system will … [Read more...]
How to Install PHP5.4 and MariaDB 5.5 on Debian 6.x Squeez
In this tutorial, I will explain "How to Install PHP5.4 and MariaDB 5.5 on Debian 6.x Squeez?" MariaDB is a drop-in replacement for MySQL. MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server. MariaDB provide repository for all famous linux distros. I'm going to use MariaDB repo for Debian 6.x Edit … [Read more...]
How to install pureFTP with Nginx Autoinstaller – LNMP Server
Nginx Autoinstaller provide script to install pureFTP with MySQL support and a GUI, where you can create ftp accounts easily. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version PhpMyAdmin with Nginx Autoinstaller [crayon-63e3219c301df175001845/] [crayon-63e3219c301e2185558035/] FTP GUI is in … [Read more...]
PhpMyAdmin with Nginx Autoinstall – LNMP
Nginx Autoinstaller install PhpMyAdmin with it, which can be accessible using http://Ip_address/phpmyadmin How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version … [Read more...]
Upgrading PHP to latest in Nginx Autoinstaller – LNMP
Nginx Autoinstaller is a ready made script to install a server with Nginx webserver, MySQL and PHP. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version LNMP Nginx autoinstall also provide script to upgrade php to latest version in the same way it provide for Nginx. Procedure: Check latest version number of php from php.net We are … [Read more...]
Upgrading Nginx to latest version in LNMP – Nginx Autoinstaller
Nginx Autoinstaller is a ready made script to install a server with Nginx webserver, MySQL and PHP. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller Default LNMP comes with Nginx 1.0.0, however LNMP-Nginx Autoinstaller provide a script to upgrade Nginx to latest available version. Procedure: Check latest version number from nginx download page. Currently latest version … [Read more...]
[ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0
Recently I had problem with apache after upgrade, and after checking log files, I found that error was [crayon-63e3219c307f9774670373/] This is because ionCube must be loaded before any of the Zend extensions are. So if you have the Zend extension/optimizer loaded, your php.ini should look like this to get ionCube to work: [crayon-63e3219c307fd741166787/] … [Read more...]