June 2nd, 2010
De siste ukene har jeg brukt mye tid på å pakke DamnVid for Ubuntu. DamnVid er et program skrevet i Python som laster ned og konverterer det meste av online video. Programmet fungerer aller best med YouTube, men kan brukes mot mange andre video-nettsteder. Damnvid kan også konvertere videoer du har på liggende på PCen. Du kan også velge å for eksempel fjerne video, og bare lagre ei lydfil av en musikkvideo på youtube. “There’s no end to the possibilities”, som Jim Carrey sa en gang.
Siden DamnVid er skrevet i Python kan det kjøres på mange plattformer; på programmets nettsider ligger installasjonsfiler for Windows og Mac. Har du Ubuntu Lucid Lynx (9.10) eller Ubuntu Karmic Koala (10.04) kan du enkelt installere programmet med apt:
$ sudo apt-add-repository ppa:damnvid/ppa
$ sudo apt-get update
$ sudo apt-get install damnvid
Så enkelt kan det gjøres, programmet skal nå ligge i Applications/Sound & video (eller tilsvarende på norsk om du er av typen som foretrekker programvare på morsmålet).
Det er mulig pakkene fungerer på Debian og eldre utgaver av Ubuntu, men da må du i såfall hente pakkene manuellt herfra: https://launchpad.net/~damnvid/+archive/ppa/+packages
I tillegg til å pakke DamnVid for Ubuntu har jeg også oversatt det til norsk. For å få DamnVid på norsk starter du programmet, velger menyen DamnVid, deretter Preferences. Deretter endrer du valget Language til: Norsk. Damnvid må nå startes på nytt for at endringene skal tre i kraft.
Ta kontakt når du finner tastefeil, dem er det sikkert noen av…
Tags: DamnVid, karmic, konverter, linux, lucid, ubuntu, video, youtube
Posted in geekblog | 5 Comments »
May 25th, 2010
I just received a new USB mobile broadband modem from the Norwegian mobile provider Netcom. It works nearly out of the box in Ubuntu Lucid Lynx LTS (10.04):
The modem is a combined usb mass-storage device and modem. To use the modem part the device has to be mode switched. This is done with the application usb-modeswitch:
$ sudo apt-get install usb-modeswitch
Now you’re ready to go! Just plug in the modem and connect using network manager.
Tags: huawei, huawei e1752, linux, lucid, mobile broadband, netcom, ubuntu
Posted in geekblog | 3 Comments »
April 30th, 2010
Det er mykje misnøye for tida, mange roper høgt, gret og bær seg. Skal det ingen ende ta på dette ranet av bilistane? Betaler vi ikkje vegavgift i dyre dommar, og har vi ikkje den høgste bensinprisen i verda? Kvifor skal vi finne oss i å betale bompengar kvar dag på veg til jobb? Er det ikkje staten si oppgåve å byggje nødvendige vegar? Kvifor skal bilistane betale for vegane når vi bur i eit av dei rikaste landa i verda?
Desse, og liknande argument høyrer eg kvar dag, og eg må ta meg saman for å ikkje skrike ut: «Din jævla egoist!». Read the rest of this entry »
Tags: bomringen, skulestil, trondheim
Posted in lifeblog | 2 Comments »
April 9th, 2010
Tags: 10.04, linux, lucid, ubuntu
Posted in geekblog | No Comments »
March 23rd, 2010
transmission-remote-gui (transgui) is a remote control for Transmission daemon that works with Transmission 1.40 and newer.
I’ve made .deb packages for Ubuntu available from my PPA. To add the PPA to your Ubuntu installation use the following command: “sudo add-apt-repository ppa:andreas-noteng/ppa“.
To install transgui:
sudo apt-get update
sudo apt-get install transgui
Tags: deb, ppa, transgui, transmission, transmission-remote-gui, ubuntu
Posted in geekblog | 1 Comment »
January 28th, 2010
After this post on the Transmisison forum invited people to try the nightlies and report bugs, I decided to make debs of them too. Starting with svn 10034, they are available on the betas PPA https://launchpad.net/~andreas-noteng/+archive/beta
The svn binary packages are renamed transmission-svn-*
Instructions here…
Tags: deb, ppa, svn, transmission, ubuntu
Posted in geekblog | 2 Comments »
January 23rd, 2010
Transmission 1.82 has been uploaded to the PPA and will be ready soon.
Tags: deb, ppa, trnasmission
Posted in geekblog | No Comments »
January 23rd, 2010
I have my own PPA (Private Package Archive) on launchpad, this makes it easy to install custom packages with apt-get. To use my PPA you have to add the following two lines to /etc/apt/sources.list. (sudo nano -w /etc/apt/sources.list)
deb http://ppa.launchpad.net/andreas-noteng/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/andreas-noteng/ppa/ubuntu karmic main
Additionally you have to add my PGP signing key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2EAFB68C
Now you’ll have to update your package database:
sudo apt-get update
And install the wanted package with apt-get:
sudo apt-get install PACKAGENAME
At the time of writing theres among others the following packages on the ppa: (click here for a complete list.)
PS3 Media Server
Transmission (newest release, based on original Ubuntu packages.)
Lastfmlib
I’ve added an extra PPA, used for nightlies, betas, RC’s etc. To use it add the following lines to /etc/apt/sources.list
deb http://ppa.launchpad.net/andreas-noteng/beta/ubuntu karmic main
deb-src http://ppa.launchpad.net/andreas-noteng/beta/ubuntu karmic main
It uses the same signing key as the stable PPA.
Tags: apt, ppa, ubuntu
Posted in geekblog | 3 Comments »
January 21st, 2010
Transmission 1.80 is out. I’ve made packages for Ubuntu/Debian based on the original Ubuntu packages for the 1.7x version of Transmission. To download you have to add my PPA to your /etc/apt/sources.list. Add the two following lines at the bottom of /etc/apt/sources.list:
deb http://ppa.launchpad.net/andreas-noteng/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/andreas-noteng/ppa/ubuntu karmic main
To get rid of error messages regarding pgp-signature add my key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2EAFB68C
Update and install transmission:
sudo apt-get update && sudo apt-get install transmission
Alternatively you can download the individual .deb files here: https://launchpad.net/~andreas-noteng/+archive/ppa/+packages
Tags: 1.80, deb, ppa, transmission, ubuntu
Posted in geekblog | 2 Comments »