Posts

Image
Installation System Requirements: 2 GB of hard disk space 128M or more memory, OpenVZ recommended 192MB or more (small memory Do not use the 64-bit systems) Linux is case-sensitive, enter the command Note! Installation steps: 1, landing putty or similar SSH tools; After landing run: screen-S lnmp If you are prompted to screen command does not exist can be executed: yum install screen or apt-get install screen installation, detailed screen tutorial click here . 2 Download LNMP a key installation package: You can choose to use the download version (recommended foreign or American VPS) or the full version (recommended domestic VPS use) For the download version execute the command: wget-c http://soft.vpser.net/lnmp/lnmp0.9.tar.gz For the full version execute the command: wget-c http://soft.vpser.net/lnmp/lnmp0.9-full.tar.gz of After the download is complete LNMP a key installation package will be downloaded to your server or VPS (ge...
Image
How to set-up a VPS with nginx, PHP, mysql, phpMyAdmin, mail server, FTP, Webmin, Memcached and EAccelerator and then install WordPress Here I explain how to set up a VPS with the features above and install WordPress on Ubuntu 10.04 LTS. It is always best to use a LTS (Long Term Support) version of Ubuntu since then you get security updates for 5 years, instead of 18 months. I got my VPS from IntoVPS , with 1024 MB of burstable RAM (512 MB guaranteed), 30GB disk space and 500GB monthly traffic for 10$/month. The steps I take here worked for me on this server, but if you have any problems either leave a comment or post in the forum. 1. Initial setup First we have to get the server ready. I am assuming you have already logged in using PuTTY as root. First update the package repositary listing: apt-get update Now install any updates: apt-get upgrade Just in case: apt-get install wget make Now were ready to install nginx. 2. NGINX nginx (pr...
How to set up a Pirate Bay proxy   Jump to: Windows proxy - linux proxy instructions - Mac OS X proxy instructions - PHP script - submit, help, and share Looking for a list of working proxies? See http://about.piratereverse.info/proxy/list.html - updated daily! Background This article will be explaining how to set up your own pirate bay proxy, as some ISPs in the UK have been ordered to block it by the High Court. In addition to this we will also be explaining how it is a good and low cost investment with a great outcome - we must fight censorship, we cannot let this continue. For most of the article we'll be using a web server called nginx . It has been tested on Red Hat based and Debian based distributions but it works on pretty much all UNIX-based systems. Your server should not have anything else running on port 80 though, and of course it needs sufficient bandwidth. Don't use a precompiled binary from yo...
Image
How to Install Linux, nginx, MySQL, PHP (LEMP) stack on CentOS 6 About Lemp LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest. Step One—Install the Required Repositories We will be installing all of the required software with Yum. However, because neither nginx nor php-fpm are available straight from CentOS, we need to download two extra repositories first. sudo rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm sudo rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm Step Two—Install MySQL The next step is to begin installing the server software, starting with MySQL and dependancies. sudo yum install mysql mysql-server Once the download is complete, restart MySQL: sudo /etc/init.d/mysqld res...
Image
External Proxy Server for Mikrotik - fazar.net External Proxy Server for Mikrotik Mikrotik routerboard has a built-in proxy in it, but it has main constraint : very limited storage capacity. Therefore, most network administrators whom using mikrotik will use an external proxy to overcome this constraint. Here you can found an easy ways to implementing external proxy server for Mikrotik. Squid is the most widely used proxy daemon for linux (including its derivative such as lusca). Some several advantages in the implementation of external proxy are : Easy to adjust the configuration to suite your needs The use of access control lists (ACLs) that can be used for specific purposes Squid (especially version 2.7) can be “armed” with a url redirector. In some condition, url redirector can be used to force squid to cache dynamic content (such as Youtube videos). Greater storage capacity as the general computer or server use the harddisk as data storage. In this p...