February 2012
8 posts
http://www.tuxera.com/mac/macfuse-core-10.5-2.1.9.d... →
Feb 24th
Backup osx vers un drive externe/reseau
rsync -a —progress ~/toto /Volumes/mydrive/toto
Feb 24th
Supporter exfat dans Ubuntu
http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support sudo apt-get install subversion scons libfuse-dev gcc cd ~ svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only cd exfat-read-only scons sudo scons install cd .. rm –rf exfat-read-only
Feb 23rd
metasploit dans Ubuntu 11.10
sudo apt-get install build-essential subversion ruby libruby irb rdoc libyaml-ruby libzlib-ruby libopenssl-ruby libdl-ruby libreadline-ruby libiconv-ruby rubygems sqlite3 libsqlite3-ruby libsqlite3-dev svn co http://www.metasploit.com/svn/framework3/trunk/ metasploit
Feb 21st
Probleme de fan Ubuntu 11.10
Dans /etc/defaults/grub modifier cette ligne, update-grub, reboot :) GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1”
Feb 21st
Ubuntu - quoi installer pour une machine de...
sudo apt-get install libssl-dev libidn11-dev pidgin pidgin-otr nmap xchat g++ python-setuptools openjdk-6-jre gufw git subversion wireshark subversion nikto  traceroute graphviz build-essential subversion ruby libruby irb rdoc libyaml-ruby libzlib-ruby libopenssl-ruby libdl-ruby libreadline-ruby libiconv-ruby rubygems sqlite3 libsqlite3-ruby libsqlite3-dev compizconfig-settings-manager install...
Feb 18th
Installation de urllib3 (Python)
apt-get install python-setuptools easy_install urllib3
Feb 13th
Convertir de VMDK vers VDI
VBoxManage.exe clonehd —format VDI source.vmdk dest.vdi
Feb 3rd