A security issue affects the following Ubuntu releases:
Ubuntu 6.06 LTS Ubuntu 8.04 LTS Ubuntu 8.10 Ubuntu 9.04 Ubuntu 9.10
This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.
The problem can be corrected by upgrading your system to the following package versions:
Ubuntu 6.06 LTS:
sudo 1.6.8p12-1ubuntu6.1
sudo-ldap …
Results > Posts Filed Under > Ubuntu
sudo vulnerabilities in Ubuntu
APT/dpkg – Ubuntu / Debian Package Manager
Ubuntu / Debian Package Manager:
dpkg:
Ubuntu/Debian package management. (equivalent to rpm in functionality.)
Command
Description
dpkg -l
List all packages installed on system. Often used with grep: dpkg -l | grep partial-name-of-package
dpkg -l package-name
Query version of package and if package is installed.
dpkg -L package-name
List all files on the system associated with the package.
dpkg -S file-name
List the package name to which this file is associated.
dpkg -p file-name
Print package information. See /var/lib/dpkg/available
dpkg -i package-name.deb
Install package.
Also see “apt-get install package-name“.
dpkg -r package-name
Remove package. Keep configuration files.
Also see …
Nginx webserver Installation in Ubuntu server.
Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Although still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.
Currently Ubuntu Hardy will install Nginx version nginx-0.7.65 using aptitude.
Install Nginx webserver in Ubuntu Hardy
sudo aptitude install nginx
This will install all the …
Development Release: Ubuntu 10.04 Alpha 3
Steve Langasek has announced the availability of the
third alpha release of ubuntu 10.04,code name “Lucid Lynx”:
“Welcome to Lucid Lynx Alpha 3,which will in time become Ubuntu 10.04 LTS.
Pre-releases of Lucid are *not* encouraged for anyone needing a stable
system or anyone who is not comfortable running into occasional, even
frequent breakage. They are, however, recommended for Ubuntu developers and
those who want to help in testing, reporting, and fixing bugs.”
Alpha 3 is the third in a series of milestone CD images that …