Allting kan hända i live tv

Såg häromdagen en diskussion på ett forum om roliga youtube klipp och då kom denna upp. Varning för de av er med lite känsliga magar. Eva Nazemson, som är en av programledarna för Nattliv på TV4+, ett sånt där ring in och gissa ord program, hade tydligen lite problem med sin mensvärk och kräker mitt när en person ringer in. Jag har nog aldrig sett en person hantera upp en sådan situation någonsin. Efter sitt lilla anfall så sätter hon sig på stolen och säger som det är rakt upp och ner och sen fortsätter hon programmet.

En stor eloge till henne!

Men videon då hör jag er fråga, den kommer här!

[youtube]http://www.youtube.com/watch?v=m20TSyaEEHc[/youtube]

Posted in Fun, Tv, Videos, Youtube | Leave a comment

Scuba diving cat?

How odd is this? Not only does this cat like to swim, but he also has a scuba gear made for him.

Watch the video below!

Posted in Cats, Videos, Youtube | Leave a comment

Programs and small utilities that i use

I just found out about WinDirStat and found it really helpfull, so i thought i should compile a list of programs and utilities that i use.

Since i´m using vista as my main os all of the programs i mention work under vista, and i can not guarantee that they will work in other versions of windows. Most of them are free and/or open source as well which is a good thing right? :)

So heres the list:

Putty – Small, simple but powerful open source ssh client.

FileZilla – Open source ftp client with sftp support.

Media Player Classic(mpc) – Free media player, it´s what i use to play video files.

Launchy – It´s what quicksilver on windows, start all your programs easy and fast by just using the keyboard.

ImgBurn – The only tool you will need for burning cd and/or dvd images.

Deamon tools – Mount your cd/dvd images in a virtual drive

WinAmp – Mp3 player.

Mozilla FireFox – Webbrowser, support for addins and themes.

Mozilla ThunderBird – Email client with excellent imap support.

Opera – For browsing the web

Total Commander TC UP Edition – The best filemanager there is.

µTorrent – For your file-sharing needs.

fulDC – Also for your file-sharing needs.

Notepad++ – Fast and good text editor with code coloring support for php and lots of other languages.

Posted in Computers, Windows | 4 Comments

Embedded film on wordpress

I have been looking for a plugin that can help me embed videos from youtube/google video and others and today i think i found one that works really well. The plugin is found on Viper007Bond where he has a videos to demonstrate with as well. I took the liberty to just use one of his example videos just to test if this is working.

This is some dude who can´t play either the drums or the piano, but thanks to the world of opportunities we have today with video editing he performs very well :)
[youtube]http://www.youtube.com/watch?v=JzqumbhfxRo[/youtube]

Posted in Videos, Website | 1 Comment

Mysiga katter

IMG_1164.JPGIMG_1163.JPGIMG_1162.JPG

Ibland är dom alldeles för söta dom små djurena…

Vad skulle man gjort utan deras mys och gos hela dagarna :)

Posted in Cats, Life | Leave a comment

Omdesign av Mickeu.nu

Istället för att sitta och inte uppdatera en blog som knappt användes av mig längre, det var nästan ett år sedan jag skrev där sist, och inte uppdatera en wiki eftersom det var lite för bökigt att hålla på med det också, så gjorde jag en omdesign här, den är långt ifrån klar, och den kommer att fyllas upp efterhand som jag har tid för det och när jag har något att dela med mig av, innehållet kommer att vara blandat svenska och engelska, kommer att vara lite roliga saker, lite mysiga saker, lite datorrellaterade saker och annat mög.

Så njut av den nya mickeu.nu!

Posted in Life, Website | Leave a comment

How to set up unionfs under ubuntu

This is an old post i had on my wiki before i deleted it. This will be updated in a near future since unionfs has been updated and so has my system. I haven´t found out yet how to do an easy upgrade of unionfs, but if you do know, please leave a comment.

Here comes the origial post:

First get the sources from http://www.fsl.cs.sunysb.edu/project-unionfs.html. The current version as of this writing is 1.1.5 for kernels 2.6.9-2.6.15. Doing a “uname -r” will tell you what your current kernel is. Mine was “2.6.15-27-k7″.

Then you have to get the kernel sources, headers and libuu-dev:

sudo apt-get install linux-source linux-headers-2.6.15-27-k7 libuu-dev

Get to the directory where you downloaded the sources to and do: tar zxvf unionfs-x.x.x cd unionfs-x.x.x

Then you have to edit the Makefile: nano Makefile and change the line “BINS := unionctl uniondbg unoinimap” to “BINS := unionctl uniondbg” and then change the line ” cp unionimap ${PREFIX}/sbin” to “# cp unionimap ${PREFIX}/sbin”

This is because i didnt find the correct e2fsprogs-headers or something in ubuntu packages.

then do sudo make, and then sudo make install

After that, sudo depmod -a and then sudo modprobe unionfs

then all you have to do is something like: sudo mount -t unionfs -o dirs=/mnt/F=rw:/mnt/G=ro:/mnt/H=ro:/mnt/E=ro unionfs /mnt/All (note that F=rw while all others is ro, bug in unionfs somewhere)

Using some help from http://www.linux-live.org/unionfs/

I will try to find a way to upgrade to a newer version that maybe supports true transparency so i can delete files from my union mounted resource, but i don’t know at the moment how to do that, so if you do, please let me know!

Posted in Computers, Filesystem, Linux | Leave a comment