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
Mercredi, den 31. août 2011

# The linux fuser command has a special option for port conflicts. # Use fuser -n tcp <port id> for tcp ports to see which process is using # the port. # For example to see which application is already using port 80 use: $ fuser -n tcp 80 # The netstat command can also [...]

Tags: , , , , , ,

Category: bash, Debian | Commentaires fermés
Mercredi, den 31. août 2011

Le dernier jour du mois ? 30/04/2010 Benoît Bâlon Commenter Allez aux commentaires Dans la catégorie « astuces pour amoureux de la ligne de commande sous GNU/Linux », voici une petite commande qui peut s’avérer pratique dans le cas de certains développements en Bash. La simplicité de ce code n’a d’égal que sa beauté ! [...]

Tags: , , ,

Category: Debian | Commentaires fermés