Random Thoughts

from and to 372433 143758 48 N

Archive for the 'Linux' Category

Pdf diff ?

May 13th, 2008 by Melaneum

Situation

Your exchanging pdf files with an editor for a journal publication. Each time you send a list of modifications to be applied and the modified pdf file comes back to you, usually with some additional modifications that you didn’t ask for. How to spot these change easily and to make sure they are relevant? Read the rest of this entry »

Category: Linux | No Comments »

20000 fichiers dans un repertoire

December 12th, 2007 by Melaneum

Avez-vous déjà eu le message suivant:

ls -l *
bash: /bin/ls: Argument list too long

Read the rest of this entry »

Category: Linux | No Comments »

Flash sur linux 64 bits

November 27th, 2007 by Melaneum

Sur debian amd64

apt-get install nspluginwrapper
wget http://fpdownload.macromedia.com/get/flashplayer/\
current/install_flash_player_9_linux.tar.gz
tar xzvf install_flash_player_9_linux.tar.gz
mv install_flash_player_9_linux/flashplayer.xpt \
    install_flash_player_9_linux/libflashplayer.so \
    ~/.mozilla/plugins/
nspluginwrapper -i ~/.mozilla/plugins/libflashplayer.so

Category: Linux | No Comments »

Accès distant par SSH (sécurisé)

February 4th, 2006 by Melaneum

Le problème principal de la solution précédente est que NFS n’est pas sécurisé. Une solution simple existe si la machine distante possède un serveur SSH. SSH permet normalement de se logger sur une machine distance de manière sécurisée, mais il est aussi possible de copier des fichiers via scp et même de monter un système de fichier distant en utilisant fuse.

Read the rest of this entry »

Category: Network configuration | No Comments »

Debian sur Thinkpad T40

January 2nd, 2006 by Melaneum

Installation et configuration d’une Debian sur un IBM Thinkpad T40. Une grande partie des manipulations décrites ici devrait aussi fonctionner pour Ubuntu ou d’autres distributions Linux.

Read the rest of this entry »

Category: Debian on Thinkpad | No Comments »

IDL/ENVI et Linux

December 15th, 2005 by Melaneum

Installation sous linux

Si le message suivant apparait tout au début de l’installation:

/media/cdrom/xinstall.sh: line 307: /media/cdrom/install \
    /xinstall/xinstall.linux.x86: Permission denied
/media/cdrom/xinstall.sh: line 307: /media/cdrom/install \
    /xinstall/xinstall.linux.x86: Success

Read the rest of this entry »

Category: Linux | No Comments »

Partage NFS

November 12th, 2005 by Melaneum

Samba permet de partager des fichiers entre station linux et windows. Quelques problèmes au niveau des droits des fichiers et de la facilité d’utilisation m’ont conduit à utiliser plutôt NFS (Network File System) pour partager des fichiers entre deux stations linux.

Read the rest of this entry »

Category: Network configuration | No Comments »

Pocket PC et Linux

October 12th, 2005 by Melaneum

Synchronizer un PocketPC sous Windows Mobile avec Evolution sous Linux. Principe: le pocketPC va communiquer avec l’ordi par l’intermediaire de synce. Le logiciel multisync va ensuite faire la passerelle entre evolution et synce. Read the rest of this entry »

Category: Pocket PC | No Comments »

Linux box en routeur WIFI

August 24th, 2005 by Melaneum

Objectif

Faire marcher une connexion wifi sous linux et configurer un serveur en access-point (AP). Read the rest of this entry »

Category: Network configuration | No Comments »

Partage Internet par bluetooth pour PDA

June 26th, 2005 by Melaneum

Surfer sur internet avec un PDA en utilisant la connexion Bluetooth d’un PC linux qui sert de passerelle. Cela peut être utile pour enregistrer des itinéraires avant de partir en vacances par exemple. Read the rest of this entry »

Category: Network configuration, Pocket PC | No Comments »