Archive

Archive for January, 2009

Page Links To plugin for WordPress

January 31st, 2009

As you can see this blog has several subpages like photography and about. My problem was to have a page linked to an external website. Therefore I used:

<script type=”text/javascript”><!–
window.location = “http://flickr.com/basvandijk”
// –></script>

Now it turned out, there is a WordPress plugin available called “Page Links To” When enabled it provides you the option to have a page linked to an external website of your choice. Works a lot better than using Javascript redirects ;)

Page Links To field

Page Links To field

general

Samsung NC10′s Kubuntu finally mutes speakers when using headphone

January 29th, 2009

When I bought my Samsung NC10, I noticed some weird behaviour of the sound card; when I plugged in my headphone the speakers still played sound as well. This morning I updated my Kubuntu running Samsung NC10 with a new kernel: 2.6.27-11-generic. After a reboot  I noticed I finally had a headphone slider in KMixer.

kmixer

KMixer

Read more…

Linux , , ,

OpenVPN on Ubuntu server for OSX clients tutorial

January 27th, 2009

I have three computers: MacBook Pro, Netbook and a PC. They all have their own data. It would be very nice if I had all my files on just one location (e.g. my server). The only problem is: how do I access these files in a secure way. SSH is an option, but does not quite fit my needs. The solution: NFS over a VPN. NFS fulfilled all my needs, but I do not want to open NFS to whole world through my router.

A VPN, gives me access to my home network and makes it possible for me to access all my files in a secure way. My server (an Asus EEE Box) runs Ubuntu Server, and there is a Linux version of OpenVPN! I thought installing OpenVPN should not be that hard; I just need to find the right tutorial.

openvpn_logo

Read more…

External links, Linux, Software , , , , , ,

Samsung NC10′s webcam works on Kubuntu!

January 25th, 2009

Lately I was wondering if my Samsung NC10′s webcam worked under Kubuntu 8.10. I found this website which shows a tool called luvcview in order to show your webcam video. In order to install luvcview execute the following command:

# apt-get install luvcview

When the installation is done simply execute:

$ luvcview

Smile! :)

Webcam works!

Webcam works!

Linux, general , ,

Which whisky brand to start with?

January 23rd, 2009

When I wanted to start drinking whisky I came across the question every whisky starter has: which brand do I have to pick? By then I only knew the name of the famous Johnnie Walker red label. When I start Googling for this brand I noticed something funny, on a lot of websites people wrote that they did not like the taste. A friend of mine told me Johnnie Walker themselves promotes their Red Label to use in mixes (see image below). I was quite surprised since I thought this was a very good whisky (do not take me wrong: if you like Red Label keep enjoying it!).

Proof: Red Label is for mixes

Proof: Red Label is for mixes

Read more…

Whisky , , ,

Samsung NC10 RAM memory upgrade

January 21st, 2009

Today I bought a new 2GB memory module (Kingston M25664G60, 2GB, SDIO) for my Samsung NC10. I thought it was a good idea to upgrade from 1GB to 2GB. replacing the memory was a piece-of-cake I thought.

When I unscrewed the memory screw on the cap which covers the memory did not came off. I did not want to break it so I was very gentle with the force I used to bend it. I decided to search the web for information about the amount of force the memory cap could handle. I found a tutorial (with video) showing how to replace the memory. It turned out that you really need to put some force on the cap, and finally I managed to replace the memory :)

If you are running Linux and you are wondering about the amount of  RAM in your system has, just execute:

$ free -mt
2GB memory instead of 1GB

2GB memory instead of 1GB

Gadgets ,

GNU Nano parameters

January 19th, 2009

I use GNU nano a lot for text file editing in Linux. One of the things annoying was the lack of a cursor position. Many tools prompt with something like: error on line 42. Nano can show the actual cursor position by pressing Ctrl+O, but I want to see it permanently

Another annoying issue was word wrapping. When I pasted a line inside the terminal and this line was longer than the standard 80 characters the line was broken apart. Imagine a 800 chars line, you have to correct 10 lines of text ;)

The solution to these problems were simple, just launch nano with:

$ nano -cw

You can also create an alias in your bashrc.conf with:

alias nano=’nano -cw’

This will makes sure Nano uses the specified parameters every time it is launched.

GNU Nano

GNU Nano

Linux, general

Retro gaming: DOS

January 17th, 2009

Remember the good old days? Sitting behind your 286 machine playing games on a monochrome screen? I do! Actually it was my very first “own” computer running DOS 6.0. I had only one problem: a lot of cool games failed to run. Later it turned out to be a problem that I had a monochrome screen, at least something with my old videocard.

The funny thing was the solution to this problem. I discovered once that I could play the games which first gave an error, if I had run the game “Wings of Fury” in advance…

wings_of_fury

Wings of Fury screenshot

Read more…

Software, general , ,

Newly tasted Whiskies

January 15th, 2009

A few weeks ago I went whisky tasting with a friend of mine. Our target was a small whisky cafe called L&B. This cafe is located in Amsterdam, roughly 20 minutes walking from the central station. Since we both are new into whisky, we decided to order a so called “menu”. This menu contains three glasses each approximately containing 2cl of whisky…

Our menus

Our ordered menus

Read more…

Whisky ,

Vista’s successor: Windows 7

January 13th, 2009

Today I downloaded the first beta of Windows 7. I was wondering how this new Windows version performed when running under VMWare (Using 1 GB of ram and 20GB HDD). The first problem started when I wanted to download the ISO image of the beta. I am using Firefox for OSX and the according to the Microsoft site I needed to install Silverlight (I guess this is the way they want to push Silverlight into the market). I downloaded Silverlight and installed it on my Mac, restarted the browser and still no Silverlight detected…

Windows 7 setup

Installation process

Read more…

External links, Software , ,