Installing the latest version of Nginx from source on Debian and Ubuntu.
In a previous post I showed you, how to install nginx on debian, see "Install Nginx, FastCGI, PHP5, MySQL on Debian and Ubuntu.". This step by step guide shows you how to install the latest version of nginx without using the package manager apt-get or aptitude.
This post is intended for more advanced users who want to install the latest version of nginx on Debian or Ubuntu Server.
Some packages could not be installed...
If you are trying to install some packages and get this error message:
"Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming."
Run this command:
How to change apache port?
vi /etc/apache2/ports.conf
Find this line:
NameVirtualHost *:80 Listen 80
How To Change Default SSH Port? (Linux & Unix)
Edit the default SSH configuration file, using this command:
/etc/ssh/sshd_config
Install GD on Debian and Ubuntu.
The GD Graphics Library is a graphics software library by Thomas Boutell and others for dynamically manipulating images. Its native programming language is ANSI C, but it has interfaces for many other programming languages. It can create GIFs, JPEGs, PNGs, and WBMPs. Support for drawing GIFs was dropped in 1999 when Unisys revoked the royalty-free license granted to non-commercial software projects for the LZW compression method used by GIFs. When the Unisys patent expired worldwide on July 7, 2004, GIF support was subsequently re-enabled.
Recent posts
- Installing the latest version of Nginx from source on Debian and Ubuntu.
- Some packages could not be installed...
- How to change apache port?
- How To Change Default SSH Port? (Linux & Unix)
- Install GD on Debian and Ubuntu.
- Countdown shell script.
- Release cache memory by using a shell script on debian and Ubuntu.
- Install DHCP server on Debian and Ubuntu.
- nginx Log Files.
- Hide PHP Version Information on Web Server.
- Change IP on a linux (or UNIX) server.
- Install Nginx, FastCGI, PHP5, MySQL on Debian and Ubuntu.
- Cron log in debian and Ubuntu?
- Apache Log Files (Fedora, CentOS and Red Hat).
- Apache Log Files (Debian and Ubuntu).
Randomized posts
