Debian

Mercredi, den 22. février 2012

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.

Tags:

Category: Debian | 0 Comments »
Vendredi, den 17. février 2012

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.

Tags: , , , ,

Category: bash, Debian | 0 Comments »
Mardi, den 7. février 2012

dd bs=1M count=2048 if=/dev/zero of=test conv=fdatasync

Tags: , ,

Category: bash, Debian | Commentaires fermés
Jeudi, den 26. janvier 2012

Often it is necessary for testing purposes to recreate the networking conditions found in a high latency network, such as a satellite link. Firstly create a network bridge that can be placed inbetween the test network and its router. To increase network latency use the following command: tc qdisc add dev eth0 root netem delay [...]

Category: Debian, pense-bête | Commentaires fermés
Jeudi, den 26. janvier 2012

IP packet drop can be easily emulated on any section of network using a Linux Bridge and a single iptables command: iptables -t mangle -A FORWARD -m statistic –mode random –probability 0.01 -j DROP (where probability is expressed as a value between 0 and 1) If the intention is to emulate packet drop to the [...]

Tags: , , ,

Category: Debian, pense-bête | Commentaires fermés
Vendredi, den 13. janvier 2012

Pour la console système kernel : vga= Colors ( depth) 640×480 800×600 1024×768 1280×1024 1600×1200 —————+——-+——-+——–+———+——— 256 ( 8 bit)| 769 771 773 775 796 32,768 (15 bit)| 784 787 790 793 797 65,536 (16 bit)| 785 788 791 794 798 16.8M (24 bit)| 786 789 792 795 799 viaShrimpWorks » Change your console resolution [...]

Tags: , ,

Category: Debian, pense-bête | Commentaires fermés
Jeudi, den 12. janvier 2012

Siege is a fantastic utility for helping with Linux server management by exposing problems before they go into production. It’s open source software (GPLv2 or later) and easy to get started with. Siege is packaged for Debian and Ubuntu, but it doesn’t look to be packaged for Fedora and openSUSE (at least in the default [...]

Tags: , , ,

Category: Debian | Commentaires fermés
Mercredi, den 11. janvier 2012

Build cross-compiled kernel debian package Par Jérôme Pouiller le vendredi, octobre 29 2010, 09:37 – Lien permanent As you may know, you have juste to add options ARCH and if necessary CROSS_COMPILE to command line: make ARCH=powerpc CROSS_COMPILE=ppc-linux-gnu- XXX_defconfig make ARCH=powerpc CROSS_COMPILE=ppc-linux-gnu- XImage My primary concern is to compile an x86 32bits kernel in 64bits [...]

Tags: , ,

Category: bash, Debian | Commentaires fermés
Mardi, den 10. janvier 2012

Multiple light-weight httpd server In search for a lightweight solution to run some php pages on my Debian diskless shellserver it appears there are several lightweight httpd daemons in Debian that can do php. I created some virtual machines on KVM to do some testing. Here follows a short howto to get the different httpd [...]

Tags: ,

Category: Debian, Hebergement, Lighttpd | Commentaires fermés
Vendredi, den 30. décembre 2011

A – search for rootkits B – more detailed investigation C – more trails D – remove it! E – refresh system F – Todo G – Infos Start with these tools: chkrootkit rkhunter A – search for rootkits chkrootkit: Checking `ifconfig’… INFECTED Checking `pstree’… INFECTED Searching for t0rn’s v8 defaults… Possible t0rn v8 \(or [...]

Tags: ,

Category: bash, Debian | Commentaires fermés
« Vorherige Einträge