Jun
10
MPD: Music Player Daemon
June 10, 2011 | Leave a Comment
About a year and a half ago, the price of Hard Drives (and their size) suddenly made it possible for us to imagine having most of our content (music, DVDs) archived on Hard Drives and easily accessible across devices. As it turns out, we are still in the process of importing some of our CDs [...]
Jun
7
Installing OpenSSH on Windows 7
June 7, 2011 | 11 Comments
Today, I was tempted to take control of a Windows machine remotely in console mode as I’m trying to script the launch and use of VLC. A quick Google search reveleaed the existence of the sshwindows project which is a more lightweight solution than a full cygwin installation. Here are the installation steps : Download [...]
Jan
23
Easily installing and using Git on Windows
January 23, 2011 | 1 Comment
I had to use Git on Windows to work with my own sharpOauth library on a Microsoft environment while working on my Office Addin. I used the following tutorial by nathanj as a reference. Here are the steps I followed download and install putty in c:\program files\putty download and install msysgit. I picked the package [...]
Jan
15
MonoOSX and MonoDevelop: Working with .Net on Mac OS
January 15, 2011 | 2 Comments
I’ve been working with .Net lately for bluekiwi on a full Microsoft environment as I am working on a Microsoft addin. Since my work also included an open source library, I was curious how this library could be used on Mac OS X. That lead me to test Mono, “an open source, cross-platform, implementation of [...]
Feb
15
Customize Windows XP to look like Mac OS X
February 15, 2009 | 4 Comments
I frequently use Mac OS X, Windows XP and Linux (Debian, KDE4). I have a MacBook which I use by default to browse the Internet, answer email, etc. I turn on my desktop computer and run Linux if I’m about to edit a video. If I am about to code a little something from home, [...]
Mar
18
SFC: System File Checker (Windows XP)
March 18, 2008 | Leave a Comment
Il arrive souvent de souhaiter personnaliser son installation de Windows XP, de se debarasser du petit chien qui nous accompagne dans la recherche par exemple, ou encore, d’utiliser un theme visuel non developpe par Microsoft. A la longue, toutes ces modifications peuvent avoir un impact sur la stabilite du systeme.Pour faire marche arriere, et remplacer [...]
Mar
16
Debian, par defaut, purge automatiquement le repertoire /tmp au reboot de la machine. Ayant pris l’habitude de ce comportement sous Linux, je l’ai reproduis sur mon installation de Windows XP. Pour cela, il faut tout d’abord creer le script que j’ai appele “flushTmpFolder.bat”. Celuic-ci a pour contenu : 12@echo off del f:\tmp\*.* /q /s Puis, [...]
Feb
13
Le compte administrateur sous Windows XP Pro
February 13, 2008 | 2 Comments
Pour executer les manipulations detaillees dans mon post precedent concernant le deplacement du repertoire Documents and Settings, il faut etre capable de se loguer avec le compte Administrateur. Pour cela, deux choses a savoir : pour se loguer avec le compte administrateur alors qu’il est inactif (par defaut), il suffit, une fois sur l’ecran de [...]
Feb
12
Deplacer son repertoire Documents and Settings
February 12, 2008 | Leave a Comment
On peut souhaiter deplacer son repertoire Documents and Settings pour separer – a la Unix – ses fichiers personnels des fichiers systemes, ou encore, pour les placer sur un partage reseau… Pour cela, il faudra d’abord copier le dit repertoire puis editer sa base de registre. Commencons : Creer un compte administrateur temporaire Se deloguer [...]