Archive for the ‘The Digital Sphere’ Category

De norske mediene og forlagene ser ikke ut til å ønske seg Amazons lesebrett Kindle. Det er knapt noen norske bøker eller aviser å oppdrive på Kindle.

Bernaard sukker. Han har fått seg en Kindle 3 og er allerede avfetisjert fra boken. To dager med Kindle 3, og jeg er overbevist om konseptet. Det som begeistrer meg aller mest er tilgangen til 3G-nettet, slik at man kan laste ned bøker og aviser omtrent overalt. Og man blir ikke fakturert for nettbruken. Hvordan i huleste har Amazon klart å få en slik avtale med glupske Telenor?

Tross alt kan man også surfe på nettet, selv om det kun er tekst som fungerer på Kindle. Skjermen er monokrom og den takler f.eks. ikke video. Refresh rate er ikke den sterkeste siden ved Kindle 3. Men skjermen er genial til tekst.  “E-blekk”-løsningen gjør det til en drøm å lese på den. Det er som å lese fra papir. Dessuten bruker skjermen veldig lite strøm og batteriet varer i ukevis. Dette er tingen for lesning.

Jeg lurer på når noen lager en app som USB-distribuerer gratis internett til laptopen? Og når skal vi få norske bøker og aviser på Kindle?

I had some trouble findig out how to copy all files from all subdirectories of my music collection into one folder. The reason why I want to do this is to be able to play my music on a Playstation 3. I am presently a happy Ubuntu-user (Ubuntu 8.04 or “Hardy Heron”), and it took me some time to find a solution in the Ubuntu Forums:

Open bash (a terminal) and type:

find /music/path  -type f -print0 | xargs -0 -I {} cp "{}" /desitination/path/ --verbose

You must obviously adapt “/music/path” and “/desitination/path/” to your needs. Please don’t ask me to explain the details of this command… (If you are moving your collection to a PS3 then you’ll have to copy all music files to one folder “MUSIC” on an external harddisk or USB pen drive. Then your PS3 will discover the music when the disk is attached to its USB-port.)

It turned out that my CWA 854-repeater (from CNet) had been mounted a year without repeating anything. Why? I don’t know, the settings turned out to be all right.

However, the CWA 854 does not like encryption, and that was the problem. So now I am sending extremely sensitive information (for example about Trechinsky and van Wunderwelt) over an unencrypted connection. I have to communicate with The van Wunderwelt Committee. It’s really bad that a wireless repeater doesn’t work with encryption. Shame on you, CNet.

So, if you have been as stupid as me and bought a CWA 854 from CNet, then you can make it extend your wireless network by turning off any kind of encryption on all wireless routers and setting the CWA 854 in AP+WDS mode (Wireless>Basic Settings). Do turn on MAC filtering and hidden essid. Keep your essid absurd, like “coldironhands98cc” (find your own absurd one, do not use my example), do not use your name or street address as an essid! These precautions will keep 97 percent of all unwanted visitors away. The last three percent are impossible to keep out, anyway(s).

If you don’t understand what I’m talking about, then you’ve got to give the CWA 854 back to the shop and tell them the truth: This equipment reduces the security of any network!

1. Download the Citrix client for Linux (tar.gz). Open a terminal in the folder in which you downloaded the Citrix package, and unpack it with

tar -zxvf en.linuxx86.tar.gz

or whatever the file is named, and enter the unpacked directory:

cd en.linuxx86

2. Run the installation script :

sudo ./setupwfc

3. Restart your Firefox browser and execute Citrix .ica files on web pages by clicking them. Then open them with the application /usr/lib/ICAClient/wfica.

Citrix in Ubuntu

If you right click on ica-files within Gnome you can open them with /usr/lib/ICAClient/wfica.

4. Now, if you would like to mount your local disk in the Citrix machine… Edit the All_regions.ini-file:

gedit ~/.ICAClient/All_Regions.ini

5. Change these lines related to disk U (for Ubuntu!) in the following way:

DrivePathU=/home/you
DriveEnabledU=true
DriveReadAccessU=true
DriveWriteAccessU=true

6. Save the file and next time you start a Citrix session your home directory (/home/you) should be visible in the “virtual” file system.