Archive for the ‘windows’ tag
List only files (no folders)
Quick note how to list files without directories.
Windows:
dir /a:-d
Linux:
ls -l | grep ^-
Second command should work also in Mac OS X from terminal, but will have to check it just to be sure.
Do you remember old Windows?
If you don’t or want to refresh your memories then you should visit this site. You can play with Windows 3.1 in your browser. It’s really cool and reminds about the past, when computer hard disk was smaller than amount of RAM in modern machines.

Blog moved!
Last night I’ve moved from Linux to Windows hosting. And this showed the new WordPress issue (or my lack of skills). I’ve moved everything and migrated SQL DB, but it didn’t worked. I was receiving error 500. As Google is giving me only tips how to migrate from Windows to Linux, not backward, I was forced to figure out something. As you can see I’ve succeeded. Blog is up and running, however Flickr plugin isn’t working properly, but I hope to fix it in few coming days. Enjoy!