A friend of mine give me better rules for jesred. You can now browse the repository in the browser:
regex ^http://((.*)archive.ubuntu.com/ubuntu/(dists|pool)/.*(deb|bz2|Release|Release.gpg))$ http://apt-cacher:3142/\1
regex ^http://(security.ubuntu.com/ubuntu/(dists|pool)/.*(deb|bz2|Release|Release.gpg))$ http://apt-cacher:3142/\1
Thanks Jerôme!
At work, I now have around 50 desktops running Ubuntu and around 40 servers (including customers machines) also running Ubuntu. As you can imagine, when you have a security update of X, this represents a lot of bandwith usage! Not to speak about Hardy upgrade! We started to look at different solutions to optimize our [...]
One of the thing I should have done on the 18th of october, is blogging about the new Ubuntu release : 7.10, codename Gutsy Gibbon. No need to make another list of new (great) features included in the release, I would like to talk about the server team.
During gutsy cycle, Canonical have hired a bunch [...]
During Ubuntu Live in Portland, Canonical (the Ubuntu main sponsor) announced the availability of Landscape a tool for Canonical support customers.
This tool was designed to manage your IT infrastructure: all your servers/desktops/laptops are configurable through a web interface. The web interface also permit to get an inventory (hardware and software), to monitor them, etc. For [...]
Cendio has recently released in OpenSource a component called “seamlessrdp”. The difference with opening a session with rdesktop on a Windows server it that individual application is integrated in your environement.
You need two components : a component on the server side, another on the client side. On the client side, rdesktop superior to 1.5 get [...]
The package command-not-found is now part of the default Ubuntu Desktop installation. What does the command-not-found package do ? Let’s take an example:
lionel@ouessant:~$ mutt
The program ‘mutt’ is currently not installed. You can install it by typing:
sudo apt-get install mutt
bash: mutt: command not found
When a command is not found in your computer, it search in [...]
19 Feb, 2007
Posted by: lionel In: Uncategorized
For my blog and some other services (mainly mails), I am using a dedicated software hosted by a professionnal ISP. Last week-end, I migrated all the services to my new platform (with more RAM as my old server was swapping most of the time). I had to reinstall all services.
Now my server is under Ubuntu [...]
04 Jan, 2007
Posted by: lionel In: Uncategorized
Lucas demandait aujourd’hui dans un billet sur son blog le meilleur moyen de se connecter à l’IRC. Je répondrai ici en Français (Lucas, comment on fait pour répondre quand les commentaires et les trackback sont fermés ? :-)). Ma solution sera un peu différente de celle présentée par Christian Perrier.
J’ai les mêmes contraintes que Lucas [...]
04 Dec, 2006
Posted by: lionel In: Uncategorized
J’utilise à des fins de tests, une RHEL 4.0 et étant habitué à apt (vous avez remarqué que les billets traitent plutôt de Debian et Ubuntu généralement non ?), apt me manque terriblement ! yum fournit une solution acceptable (même si je continue à préférer apt), mais il n’est pas disponible sur la RHEL :-(. [...]
06 Oct, 2006
Posted by: lionel In: Uncategorized
Il y a quelques années de cela, je m’étais penché sur les différents systèmes de fichiers existants sous Linux. J’avais retenu XFS pour deux points:
il était largement plus performant avec un noyau 2.6 que le système plus traditionnel ext3
il proposait de base les ACL (alors qu’il fallait à l’époque patcher son noyau pour pouvoir en [...]