Archive

Archive for the ‘Linux’ Category

Epia goes 2 VirtualBox

December 4th, 2010
Adrian Elsener

A few days ago, my epia device gave up it’s live. So I was looking for a temporary alternative to start the harddisk.
Looking back it was very easy to get it run in my desktop, to get the data I’m storing on it. (A little database and some Webservices)
Here you can read how you get an existing OS into your VirtualBox.
read more

 

Hardware, Linux , , , ,

Fileformat and the impacts in bash scripts

July 22nd, 2010
Adrian Elsener

I had the problem calling a bash script I got theĀ error:
“syntax error: unexpected end of file”
and
“: command not foundne 2: ”

read more

 

Linux , , ,

Ubuntu console command completition

July 10th, 2010
Adrian Elsener

Since I always have to search how to enable the history search in (k)ubuntu I post it here. I don’t know why this feature is disabled by default in (k)ubuntu. Imo it’s one of the greatest features under the linux term. Just start the command you entered last time in the term and then press the key ‘PageUp’ to get the last history entry you used the letters.

For everybody who wants to enable the feature too:
Open the file ‘/etc/inputrc’ and enable the following two lines: (It’s in the section ‘# alternate mappings for “page up” and “page down” to search the history’)
“\e[5~”: history-search-backward
“\e[6~”: history-search-forward

 

Linux , , , ,