If you have ever encountered a “23 error” you are most likely running MySQL on a windows machine. The error looks something like this: ERROR 23 (HY000): Out of resources when opening file ‘./somedb/sometable.MYD’ (Errcode: 24) What this error typically means is that MySQL has exceeded the limit for the number of files you can […]
Lindqvist — a blog about Linux and Science. Mostly.: Compiling kernel 3.4 on debian
Compiling kernel 3.4 on debian The steps are the usual ones. At this point compiling your kernel is perhaps more of a hobby than a necessity to most people, unless you happen to have some fancy piece of hardware that’s about to become supported. It’s not difficult, so there’s no reason not to give it […]
Asterisk, debian et crosscompiling
Sous un Chroot 32 bits crée avec debootstrap prendre les sources d’asterisk, et utiliser : ./configure –build=i386-linux puis make et la on fait un checkinstall ( paquet à installer avant ) zou a un un .deb du dernier asterisk pour un i386
Running a Jabber server under Debian with eJabberd – movieos
DNS SRV records If the A record for example.com doesn’t resolve to your server you can still run a server for example.com by pointing DNS SRV records to your server. In fact, you should do this anyway, in the same way that your email will arrive if the A record for your domain points to […]
Being Nice on a Linux Box – Process priority with ‘nice’ & ‘renice’ – Nimal’s Weblog
Being Nice on a Linux Box – Process priority with 'nice' & 'renice' – Nimal's Weblog. Problem (I had): Wanted to run a VirtualBox on a RHEL 4.7 Linux server which is shared by someothers. But as some other processes took more CPU, the VirtualBox performance was bad. So I wanted to increase the priority […]
Keeping a Log Of Daily Network Traffic for ADSL or Dedicated Remote Linux Server
Keeping a Log Of Daily Network Traffic for ADSL or Dedicated Remote Linux Server.
connaitre architecture *hardware* 32 ou 64 bits
Pour voir au niveau software, sous debian et dérivés : dpkg –print-architecture ou encore, niveau noyau : uname -m viaconnaitre architecture *hardware* 32 ou 64 bits.
HowTo : install the mail command under Debian | ItHowTo.ro
HowTo : install the mail command under Debian Nov19 2008 Leave a Comment Written by gkoo The mail command under Debian distros is a part of the mailutils package. Simply use : apt-get install mailutils and you’re done ! viaHowTo : install the mail command under Debian | ItHowTo.ro.