Une série d’astuces et de conseils à propos du Tableur LibreOffice (et évidemment OpenOffice) :
Category Archives: Work
Windows startup control panel
If you want to scheck which program or process are launch at windows startup, or if you simply want to set a program to be run at startup, I recommand this very little soft, no install, no ini, no registry :
Tutoriel configuration OpenVPN
Un très bon tuto sur la mise en place d’OpenVPN :
Version rapide du Tutoriel OpenVPN.
Téléchargez ce fichier :
http://openvpn.se/files/install_pa […] nstall.exe
Lancez l’installation en gardant les options par défaut et acceptez l’installation du périphérique.Lancez une console (Démarrer / Exécuter / cmd.exe).
> cd C:\Program Files\OpenVPN\easy-rsa
> init-configTéléchargez, modifiez ce fichiez (avec le bloc-notes par exemple) :
http://www.masterjul.net/OpenVPN-Tuto/vars.batCe qu’il y a à modifier (aucun champ ne doit être laissé vide) :
set KEY_COUNTRY=FR
set KEY_PROVINCE=RP
set KEY_CITY=Paris
set KEY_ORG=MonEntreprise
set KEY_EMAIL=example@monentreprise.netCopiez le dans
C:\Program Files\OpenVPN\easy-rsa (en écrasant celui existant).> vars
> clean-all
Pour la commande suivante, mettez « OpenVPN-MonEntreprise » (par exemple) pour le « common name ».
> build-ca
Pour la commande suivante, mettez « server » pour le « common name », contentez-vous de valider en tapant entrée à chaque fois et répondez deux fois « y » aux questions à la fin.
> build-key-server server
> build-dh
> openvpn –genkey –secret ta.keyGénération des certificats et clés pour les clients. Chaque nom doit être unique et mettez le « common name » correspondant à chaque nouveau certificat « client1 », « client2 », etc. Contentez-vous de valider en tapant entrée à chaque fois et répondez deux fois « y » aux questions à la fin.
> build-key client1
> build-key client2
> build-key client3Ouvrez une fenêtre explorateur et allez dans
C:\Program Files\OpenVPN\easy-rsa\keysSur le serveur, copiez « ca.crt », « server.crt », « server.key », « dh1024.pem » et « ta.key » dans
C:\Program Files\OpenVPN\configSur chaque client, vous devez copier : « ca.crt », « clientx.crt », « clientx.key », « ta.key » dans
C:\Program Files\OpenVPN\configLe fichier « ca.key » devrait être gardé hors ligne.
Le répertoire
C:\Program Files\OpenVPN\easy-rsa
peut être effacé.Téléchargez ce fichier
http://www.masterjul.net/OpenVPN-Tuto/server.ovpn
et copiez le dans
C:\Program Files\OpenVPN\config
sur le serveur.Changez le port si nécessaire.
Téléchargez ce fichier
http://www.masterjul.net/OpenVPN-Tuto/client.ovpn
et copiez le dans
C:\Program Files\OpenVPN\config
sur les clients.Pour chaque client, vous devez changer la ligne :
remote xx.xx.xx.xx 1194
en mettant l’adresse du serveur et le port.Ainsi que
cert client1.crt
key client1.key
avec le nom correct correspondant au client.C’est fini.
Repair tar.gz or gzip archive damaged after FTP ASCII transfer
Imagine that you’ve transfered a binary file over ftp with ASCII mode…
If this is a gz file, you can fix it with this little program : http://www.gzip.org/fixgz.c
Outils / monitoring / sniffer réseaux
Eclipse Ganymede + SVN
Subclipse is not well supported in Eclipse Ganymede… I had a lot of issue, for installing and for using it, like Subclipse asking me for my ssh password all the time.
Now, SVN is directly supported in Eclipse, just follow these instructions (found here) :
Anyway, here are a set of steps which should result in a working Eclipse Ganymede with the new subversion:
Get the basic subversion integration plugin from the eclipse download site
- Select Help::Software Updates from the menu bar
- Unfold Ganymede::Collaboration Tools
- Select SVN Team Provider (Incubation)
- Click install… and follow the instructions, including a restart of Eclipse
Resist the temptation to try and use the plugin at this point. It won’t work and you will get the above confusing message about connectors.
Get the third party SVN connectors from a different update site
- Select Help::Software Updates from the menu bar
- Click Add Site…
- Enter http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/ and Click OK
- Unfold the new site :: Subversive SVN Connectors
- Select appropriate connectors. In my case I selected Subversive SVN Connectors, SVNKit 1.1.7, and SVNKit 1.2.0
- Click install… and follow the instructions, including a restart of Eclipse
You should now be able to either Window::Show View::Other…::SVN Repositories or Window::Open Perspective::Other…::SVN Repository Exploring and add repositories to your hearts’s content.
Md5sum to check burnt DVD
To check the md5sum from a just burned dvd:
$ md5sum /dev/dvd
Trailing zero’s and nuls at the end can change the MD5 hash. So to calculate the md5sum we need to:
1) find the size of the ISO in bytes
2) run dd with this exact size in bytes: dd if=/dev/dvd | head –bytes= | md5sum
So for example:
$ dd if=/dev/dvd | head –bytes=3621957632 | md5sum
Tunnel SSH accès machine intranet
Pour accéder, par exemple à une interface d’administration web d’une machine uniquement accessible via un intranet, un simple accès SSH permet de rebondir :
ssh -Nnv -L /port d’écoute sur votre machine/:/ip machine intranet/:/port TCP application intranet/ login@serveur_passerelle
Changer password root mysql
#/etc/init.d/mysql stop
#mysqld --skip-grant-tables --skip-networking &
# mysql mysql -u root
#sql# UPDATE user SET password=PASSWORD('nouveaumotdepasse') WHERE user="root";
#sql# FLUSH PRIVILEGES;
logout
#/etc/init.d/mysql restart
ROWE
Isn’t it funny that we rush to work everyday and then spend the first hour at our desk reading the paper and drinking coffee?
Isn’t it funny that if you’re done with your work for the day at four, you can’t just leave? Why do you have to stay that extra hour and pretend to be busy?
Why do we assume that time = productivity instead of talking about the kind of results the person is actually getting?
Why do we talk about people being “out of the office” when everyone is reachable by cell phone or e-mail?
Interested by ROWE (Results Only Work Environment) ? Really, really interesting… You should read it now !
http://www.fourhourworkweek.com/….part-1/