Howto use downloaded ISOs as a repository in Debian

Posted by suvi under Debian

Instead of inserting (or even burning) multiple CDs to install software in debian you can just use the downloaded ISOs.
This method assumes you are going to keep the ISOs and folders available, the ISOs will be mounted at boot time automatically and you will be able to install software from them at any time.
Be sure [...]

No Comments

How to use apt-p2p For Faster Upgrades From Ubuntu Intrepid (8.10) to Jaunty (9.04)

Posted by suvi under Ubuntu

If you want to upgrade From Ubuntu Intrepid (8.10) to Jaunty (9.04) use this tutorial for faster upgrades.We are going to use apt-p2p for this tutorial.apt-p2p is a p2p proxy for apt dowloads, it will act as a proxy between apt requests and a repository server, downloading any request files from peers (if possible), else [...]

No Comments

Howto Reinstall all of currently installed packages in fresh Ubuntu install

Posted by suvi under Ubuntu

People sometimes have to do a reinstall of their Ubuntu system for various reasons (been playing/experimenting with configuration/drivers/other packages or just because something is badly broken) but remembering all the extra packages you have installed can be a chore – but here is the simple solution:
Read more at Ubuntu Geek

No Comments

Apt-Cacher-NG – HTTP download proxy for software packages

Posted by suvi under Debian, Software, Ubuntu

Apt-Cacher-ng is a software package that keeps a cache, on the disk, of Debian/Ubuntu Packages and Release files.When an apt-get like client issues a request for a file, Apt-Cacher intercepts it and if the file is already cached it serves it to the client immediately, otherwise it fetches the file from the Internet, saves it [...]

No Comments

HowTo upgrade from Debian Etch (4.0 ) to Lenny (5.0)

Posted by suvi under Debian

Debian Lenny’s release is getting closer and closer and many people will want to upgrade their Etch servers to Lenny.This is currently in testing so it is not recommended to use these instruction in production.
Before Upgrade
Take a complete backup of your debian etch server
Procedure to follow
First you need to take a backup of your sources.list [...]

No Comments

How to Check Package Dependencies with apt-rdepends on Ubuntu

Posted by suvi under Ubuntu

apt-rdepends searches through the APT cache to find package dependencies. apt-rdepends knows how to emulate the result of calling apt-cache with both depends and dotty options.
By default, apt-rdepends shows a listing of each dependency a package has.It will also look at each of these fulfilling packages, and recursively lists their dependencies.
Read more at Ubuntu Geek

No Comments

Where to search Ubuntu Personal Package Archives (PPA)

Posted by suvi under Ubuntu

Personal Package Archives (PPA) allow you to upload Ubuntu source packages to be built and published as an apt repository by Launchpad.
Read more at Ubuntu Geek

No Comments