April 15, 2012

 

link: packing ahci/raid drivers into windows distrib

http://forum.ixbt.com/topic.cgi?id=17:22648

Labels: , ,

March 12, 2009

 

windows look&feel for linux

Recently I've done some changes to my sandbox ubuntu installation (running in virtualbox) for it to look and feel like windows. This is a composition of themes and a custom changes. In case of someone needs same, later I will write some kind of manual - seems it can make life simple for windows to linux movers. Here's a screenshot:

Labels: , , , , , , ,

December 22, 2008

 

How to delete .svn folders recursively

...in windows?
This is how! (no CRLFs)
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q %%G

Labels: , , , , ,

This page is powered by Blogger. Isn't yours?