Aide mémoire: PHP, Python, xHTML/CSS, Hardware, Linux, Windows

Ce blog contient une liste de petits billets me servant d'aide mémoire pour les catégories suivantes : Linux, Windows, PHP, xHTML, CSS, Javascript, Hardware, Python, Latex etc

Aller au contenu | Aller au menu | Aller à la recherche

lundi 16 février 2015

Linux APT Problem: "Encountered a section with no Package: header" - "Problem with MergeList"

Solution:

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update

mercredi 7 mai 2014

How to install and use pip for Python on Windows

Real tutorial
Each step is explained

Lire la suite

mercredi 27 novembre 2013

Latex when your references point to the beginning of the document and not the reference itself

I have been struggling for 3 weeks on this...
Trying, experimenting, looking for solution all over the web, giving up, etc.


My problem
When I was clicking on a bibliographic reference in the PDF document generated from my thesis .tex files, the link was pointing to the beginning of the document and not the to the reference itself (in the "Bibliography" section)

My solution
I was using this line "\usepackagepdftex{hyperref}" in the middle of other "\usepackage" and apparently I should not...
So my solution was to cut/paste this line and put it and the end of all the "\usepackage" and it solved the problem...
Troll : Latex, modern technology, so flexible and efficient : depending on the order you import stuff, the document do not generate the same...Great modularity :)

mercredi 11 septembre 2013

Iphone How to unlock Redsn0w when it is stuck on the "uploading ramdisk" screen

Unlock Redsn0w Stuck on uploading ramdisk Apple Iphone jailbreak unsimlock sim lock

Lire la suite

vendredi 7 juin 2013

Install 8 GO DDR 3 on Motherboard Gigabye EP45C-DS3R

I bought this RAM module :
G.SKill Ripjaws X 2x4 GB PC3-12800 DD3-1600 9-9-9-24

And I installed on this motherboard :
Gigabyte EP45C-DS3R

Normally this board is supposed to accept a maximum of 4GB of DDR3; it happens that it is possible to put 8GB on it.
The only thing I did : update the BIOS to F5 revision.
This operation can be interesting to boost an old configuration, plus, the average price of DDR2 is quite high these days...and of course DDR3 is really cheap so it's a very good deal to buy some DDR3 now (June 2013)

mardi 30 octobre 2012

How to compile a program with Systemc 2.3.0

A simple command line instead of a Makefile...

Lire la suite

lundi 10 septembre 2012

Régler l'heure automatiquement depuis un serveur de temps NTP

Juste une petite commande :)

Lire la suite

lundi 2 juillet 2012

Convertir un fichier vidéo avec ffmpeg pour le lire sur mon HTC Wildfire

Testé et approuvé ! Avec ffmpeg

Lire la suite

mercredi 28 décembre 2011

How to convert *.avi file to *.3gp

A simple command line :)

Lire la suite

dimanche 13 novembre 2011

Compile, install , GCC 4.7.0 in order to compile Cilk

This is a fast "howto"
It's working on Linux (Ubuntu 11.04)

Lire la suite

samedi 5 novembre 2011

Convertir un fichier *.ps vers un fichier *.jpg

Sous linux, en utilsant la ligne de commande

Lire la suite

mercredi 26 octobre 2011

Très précieux !! : les taux de retours de composants, par composant et par marque

Juste un lien à conserver

Lire la suite

dimanche 16 octobre 2011

Montage des partitions automatiques

mon fichier fstab
rien de bien passionnant :)

Lire la suite

Comment cacher un ou plusieurs utilisateurs de la liste de logon de GDM au démarrage de GNOME ?

Il va falloir éditer un fichier XML en root :)

Lire la suite

lundi 6 juin 2011

Exporter les fichiers et repertoires modifiés entre deux révision sur une même branche d'un repo SVN

Un petit script bash qui peut vous sauver la vie (en cours d'amélioration)

Lire la suite