Categories:
| May 2013 | ||||||
|---|---|---|---|---|---|---|
| S | M | T | W | T | F | S |
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
Monthly Archives:
Most recent entries:
Syndicate:
Blog overview
Most used UNIX commands
Categories: UnixI love my Unix shell for quickly adjusting files or moving them to and from. The only problem with the shell on Unix-based systems is that you can forget these commands if you don’t use them on a regular base, I’ve got a big collection of these commands on Evernote,…
VI add prefix to CSS entries
Categories: UnixI needed to add the prefix div#wiki to all declarations in a CSS-file, my trick: Format the CSS-file in Eclipse Run this simple search and replace in VI(M) :%s/^.*{/div#wiki &/g Edit: Updated
Assembler bootloader
Categories: Mac UnixSome months ago I was interested how a computer starts up and how all this is done low-level. Well some weeks ago a teacher at our school explained that it’s quite easy and interested as I was I wrote a bootloader (collected from various online website’s) that shows a simple…
Delete SVN-folders
Categories: Mac UnixFind and delete all .svn-folders on an Unix-based system. Usefull for initial imports. find ./ -name ".svn" | xargs rm -Rf
VIM edit multiple files
Categories: UnixToday I had the problem that I needed to replace text in about 70 documents that where in a folder with about 300 documents, because I’m too lazy to look in every file for a specific pattern I searched on Google for a better solution where I only had to…
Lightweight Subversion server with OpenBSD
Categories: UnixIntroduction Recently I bought a cheap and power-expensive 500MHZ computer at Microclient with a 3.9GB’s Solid State Disc (SSD) and 256MB of Random Access Memory (RAM). I never could have guessed at that moment that it would cost me so much time and energie to get it up and running.…
OpenBSD: DD-WRT and WOL on MicroClient
Categories: UnixRecently had a chat with a friend of mine about the MicroClient and his powerconsumption (I thought 15Watts is less) but he told me the devices uses A LOT of power for simple tasks. So he told me Wake On Lan (WOL) could be a nice solution for bringing the…
Xebian on XBOX as MediaCenter
Categories: UnixIntroduction Today (9th July) I finally managed to get my Xbox to watch streamed movies from VLC-Player. Before this I used Xbox Media Center (XBMC) and this wasn’t running that smoothly. For instance when a movie wasn’t PAL but NTSC it wouldn’t want to play in XBMC, so I dropped…
Page 1 of 1 pages