Archive for the ‘en-US’ Category
How to reboot or shutdown Windows?
Use following commands:
- to shutdow:
shutdown -s -t 0 -f
- to reboot:
shutdown -r -t 0 -f
Create an alias in MS-DOS
Here is a very useful way to retrieve UNIX’customs in DOS: creating aliases. For instance, you can type this:
doskey ls=dir
Bug with ImageZoom: when all pictures get bigger
ImageZoom is one of my prefered extentions to FireFox. Yet, sometimes I encounter a situation in which all pictures size is increased.
It is very easy to fix this: in the address bar, launch about:config
.
Then find the property imagezoom.defaultGlobalZoom
, set it at 100
.
And it’s over!
Learning how to count!
- Star Wars: 4, 5, 6, 1, 2, 3
- Street Fighter: I, II, II’, II Turbo, Super II, Super II Turbo, Zero, Zero-2, Zero-3, III, III 2nd Impact, III 3rd Strike
- Ocean: Eleven, Twelve, Thirteen
- Super Mario: 1, 2, 3, World, World 2, 64, SunShine, Galaxy
- X-Men: 1, 1.5, 2, 3
- Windows: 1, 2, 3.X , 95, 98, Me, 2000, XP, Vista
Conditionnal Statement in Jakarta Ant
Sometimes, a Java developer needs a “if-then-else” conditionnal statement in Ant scripts: