PROJET AUTOBLOG


Links

source: Links

⇐ retour index

Mise à jour

Mise à jour de la base de données, veuillez patienter...

50 cosas que todo geek debe saber | 140 Geek

mardi 13 août 2013 à 17:37
Mouai bon 35.
Je ne regarde pas assez de film -_-

Sinon, je rappel qu'il y a le test innergeek qui est assez complet : http://www.innergeek.us/francais.html
La dernière fois que je l'ai fait, j'étais à 48,4848%
(Permalink)

Ivre, le hacker s'attaque au Linux de sa carte SD

mardi 13 août 2013 à 17:15
What ?
Il y a :
un processeur ARM9
+ 32 Mo de RAM
+ un système Linux
+ au moins 16 ou 32 Go de stockage
+ un émetteur / récepteur wifi
dans les cartes SD Wi-Fi
0_0
C'est .... super petit et compacte comme ordi.
(Permalink)

TIP bash pour cacher un fichier à la fin d'un autre fichier

mardi 13 août 2013 à 12:22
#!/bin/bash
# cache un fichier à la fin d'un autre fichier

# fichier de couverture
# jpg, png, gif, zip, mp4, avi
# mp3 pas top, estimation de la durée erroné
cover_file_file="hello.jpg"

# fichier à cacher
to_hide_file="secret.zip"

# le fichier généré
new_file="my_super_file.${cover_file_file##*.}"

# pour cacher
cp $cover_file_file $new_file
echo "plopP10p" >> $new_file
# plopP10p = mot clé que vous voulez
#  pour trouver la fin du 1er fichier
cat $to_hide_file >> $new_file

# pour extraire :
sed -i '0,/plopP10p/d' $new_file
mv $new_file "$new_file.${to_hide_file##*.}"
(Permalink)

Message de service... - Liens en vrac de sebsauvage

mardi 13 août 2013 à 10:48
Nous aussi on t'aime !

Sans toi, nous ne serions pas là à communiquer et partager nos découvertes. :-)
(Permalink)

Lunatopia - Get nerd or die tryin'

mardi 13 août 2013 à 00:14
+1
via http://root.suumitsu.eu/links/?NyY-Yw
(Permalink)

76scs8g.jpg (Image JPEG, 1280x853 pixels)

lundi 12 août 2013 à 14:16
Ah ah bravo Mitsu ^^
via http://root.suumitsu.eu/links/?uOPz4Q
(Permalink)

penQ – Un nouveau navigateur basé sur Firefox pour tester la sécurité de vos réseaux, serveurs et sites web, en local ou en ligne | La vache libre

lundi 12 août 2013 à 10:39
via http://la-vache-libre.org/shaarli-lavachelibre/?7wyLFA
(Permalink)

Contre temps on Vimeo

dimanche 11 août 2013 à 19:37
Wouaw super

Jolie court métrage
(Permalink)

Python HubiC - ZeroBin - Links - Liens en vrac de sebsauvage

samedi 10 août 2013 à 21:30
@Seb :
Les projets hubic
https://github.com/Gu1/python-cloudfiles-hubic
https://github.com/Gu1/python-hubicclient
Sont de grosses usines à gaz.
C'est pour ça que j'ai créé 2 scripts de démo :
python : https://www.ecirtam.net/zerobin/?0ee5f8980652f913#3cjMrAfikE2Yvim7qH+i4M3agI8GGpe8OSXw6X3mH5A=
bash : http://root.suumitsu.eu/wiki/doku.php?id=bash:hubic-upload

Pour uploader un fichier, 3 lignes curl suffisent ^^
(Permalink)

How to fold and fly super simple origami paper planes in less than 2 sec ? - YouTube

samedi 10 août 2013 à 21:06
Ah ah génial :-D
(Permalink)

bash:hubic-upload [MitsuWiki]

samedi 10 août 2013 à 20:54
Une bonne idée de Mitsu :
créer dans le .bashrc un alias de './hubic-upload.sh'
Puis dans le dossier que l'on veux backuper :
for file in *; do hubic "$file"; done

Pour la version Python : https://www.ecirtam.net/links/?sGJFdQ
Ça marche pas chez tout le monde

Pour le script bash, je compte ajouter le chiffrage gpg : http://root.suumitsu.eu/wiki/doku.php?id=bash:chiffrer_dechiffrer_des_fichiers_avec_gpg
(Permalink)

Python HubiC - ZeroBin

vendredi 9 août 2013 à 18:59
Petit code exemple en python pour interagir avec HubiC.

Notice :
1- enregistrer le code dans hubic.py
2- Mettre son login et mot de passe en ligne 15.
3- Si vous n'avez pas python3-requests : apt-get install python3-requests
4- python3 hubic.py

Ce que le script fait :
- se connecte à HubiC.
- upload un fichier test.txt dans Documents
- liste les fichiers dans Documents
- télécharge le 1er fichier dans Documents
- se déconnecte

Il ne vous reste plus qu'à adapter le code à vos besoins.
(Permalink)

DuckDuckGo new public XMPP/Jabber service on dukgo.com! - duck.co - The DuckDuckGo Community

jeudi 8 août 2013 à 21:49
Pour installer OTR pour pidgin :
sudo apt-get install pidgin-otr

http://www.cypherpunks.ca/otr/#downloads
(Permalink)

Lear to read korean in 15 minutes

mercredi 7 août 2013 à 18:08
Apprendre à lire le coréen en 15 minutes. :-p

via https://pierreghz.legtux.org/links/?tIA6vw
(Permalink)

Vers la fin programmée des mémoires flash ? Une start-up met au point une technologie dotant des puces d'un téraoctect de capacité de stockage

mercredi 7 août 2013 à 17:40
Ooooh ça c'est pas mal :-p

via https://tiger-222.fr/shaarli/?ggIMKQ
(Permalink)

Comment alimenter votre Raspberry Pi avec une batterie | MagdiBlog

lundi 5 août 2013 à 11:47
Cool, c'est juste ce que je recherchais :-D

via http://id-libre.org/shaarli/?ma7QsQ
(Permalink)

Tokyo Tower Gigapixel Panorama

vendredi 2 août 2013 à 11:29
Wouaw pas mal

via https://wtf.roflcopter.fr/links/pogo/?-u6h7w
(Permalink)

The Controller | Korben

vendredi 2 août 2013 à 10:40
court métrage
(Permalink)

Custom QR Code Generator - Free & Premium plans - Unitag

jeudi 1 août 2013 à 17:54
Ooh cool :-D

via http://fchaix.eu/shaarli/?8nVX9A
(Permalink)

SCRIPTS D'UNE LIGNE UTILES POUR SED (ÉDITEUR DÉFILANT UNIX)

jeudi 1 août 2013 à 16:05
différentes utilisation de sed

via http://manuel.flury.free.fr/shaarli/?GgnYYw
(Permalink)