viagra donne comprar viagra pela internet viagra effet secondaire viagra prix vendo sildenafil compro viagra propecia sans ordonnance acheter propecia cialis moins cher viagra cialis differenze pharmacie en ligne prix du cialis pastilla sildenafil trouver du cialis levitra ricetta aquisto levitra clomid sans ordonnance koop kamagra acheter levitra pas chere tadalafil rezeptfrei sildenafil kaufen kamagra pharmacie medicament cialis generische cialis acquistare levitra levitra generico viagra ricetta medica cialis receta viagra farmacia comprar tadalafil costo levitra tadalafil moins cher viagra generico acheter kamagra 100mg viagra dosaggio compra viagra cialis prescrizione cialis france levitra te koop farmaci impotenza compro sildenafil comprar viagra viagra recensioni cialis pharmacie prix vardenafil 10 mg sildenafil receta viagra quanto costa procurer du levitra pilule viagra cialis generico 10 mg viagra te koop prozac prix viagra fur frauen commande viagra il viagra curare impotenza kamagra 100 cialis generique sildenafil rezeptfrei viagra generique cialis vente en ligne vardenafil generique tadalafil venta acheter cialis internet viagra 50 mg levitra naturale acheter cialis sur internet probleme erection cialis en ligne vardenafil bestellen cialis donne levitra en ligne cialis sans ordonnance trouble erection viagra kosten acheter cialis en belgique vendo viagra achat cialis en ligne vendo cialis cialis belgique levitra effet secondaire kamagra apcalis impuissance erection acheter kamagra oral jelly levitra sur le net levitra generique tadalafil generico commander du cialis zyban prix cialis generique acheter levitra svizzera vardenafil generika acquisto viagra on line viagra donna acquisto viagra senza ricetta acheter cialis pharmacie achat levitra levitra receta cialis generico sicuro tadalafil 10 mg prezzi viagra zithromax prix remede impuissance kamagra bestellen vardenafil generico acheter tadalafil cialis en pharmacie acheter cialis 20mg genericos viagra generische viagra venta de levitra acheter viagra pas chere achat cialis 20mg trouver du viagra viagra prijs cialis 20 mg achat de levitra accutane generique vendita levitra cialis ricetta medica commande levitra aquisto viagra viagra europe achat de viagra levitra venta libre cialis generique en france viagra preço sildenafil bestellen acquisto levitra viagra vendita italia acheter kamagra france cialis rezeptfrei

Archive for the 'general' Category

New exhereseses

Saturday, March 21st, 2009

New exhereses in git://github.com/gauteh/gexheres.git:

  • x11-utils/unclutter
  • media-sound/cmus
  • media-sound/mpeg4ip
  • media-libs/libmpcdec
  • media-libs/libart
  • media-libs/libmodplug
  • text-libs/libiconv
  • sys-fs/ntfsprogs
  • x11-apps/wbar
  • x11-apps/wbarconf
  • x11-apps/obmenu

- gaute

Tags: , ,

Hallingskeid & Såta

Thursday, February 5th, 2009

Daniel on Hallingskeid

29.01.2009 – Daniel at Hallingskeid; tredagers snøskredkurs i av BSI-friluft og Daniel.

Såta

07.01.2009 – Forsøk på å gå opp til Såta på Kvamskogen. Snudde ca 100 meter under toppen av Bjørkefjellet då vi satte eit flak i bevegelse rett over oss og gjentatte drønn hadde overbevist oss om at dette kanskje ikkje var so lurt.

Tags: , , , , , ,

Ulriken

Monday, November 24th, 2008

Ulriken, 23.11.08

Tags: , , , ,

WinWrangler + gtkhotkey for Arch

Saturday, November 1st, 2008

Mikkel Kamstrup Erlandsen just released updated versions of WinWrangler and gtkhotkey. I made PKGBUILDS for both, the icon for WinWrangler didn’t work so I hardcoded it.

He created this video of it in progress.

I use Super+1 for expand and Super+2 for tile, to do this in Openbox add this to your rc.xml in the <keyboard> section.

<keybind key=”W-1″>
<action name=”Execute”>
<command>winwrangler -l expand</command>
</action>
</keybind>
<keybind key=”W-2″>
<action name=”Execute”>
<command>winwrangler -l tile</command>
</action>
</keybind>

Download:
WinWrangler
gtkhotkey

- gaute

Tags:

Duplicity on Multiple Folders

Friday, October 17th, 2008

To run duplicity on several folders using the ssh backend I created this bash script:

#! /bin/bash
$USER=”user”
$HOST=”host”
$KEY=”.ssh/key_to_server”
cd ~
ssh-add $KEY
read -s -p “GnuPG password:” PASSPHRASE

echo -e “\n####DEV####”
PASSPHRASE=$PASSPHRASE duplicity -v6 dev/ scp://${USER}@${HOST}/backup/dev
duplicity remove-all-but-n-full 3 scp://${USER}@${HOST}/backup/dev
echo "########DOCUMENTS#######"
PASSPHRASE=$PASSPHRASE duplicity -v6 /media/Hoppla/Users/Gaute/Documents/ scp://
${USER}@${HOST}/backup/dokument
duplicity remove-all-but-n-full 3 scp://
${USER}@${HOST}/backup/dokument

Just repeat the last three lines for each dir you want to backup. For some reason duplicity doesn’t follow symlinks so you have to add those manually.

Updated PKGBUILD for Archlinux for newest version:

# $Id: PKGBUILD,v 1.12 2008/08/02 20:27:55 Snowman Exp $
# Maintainer: Aaron Schaefer
pkgname=duplicity
pkgver=0.5.02
pkgrel=1
pkgdesc=’A utility for encrypted, bandwidth-efficient backups using the rsync algorithm’
arch=(’i686′ ‘x86_64′)
url=’http://www.nongnu.org/duplicity/’
license=(’GPL’)
depends=(’gnupg’ ‘librsync’ ‘ncftp’ ‘python’ ‘python-boto’ ‘python-gnupginterface’ ‘python-pexpect’)
source=(”http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz”)
md5sums=(’475e09b3eae5d9875e4177d487dc8986′)

build() {
cd $startdir/src/$pkgname-$pkgver
python setup.py install –root=$startdir/pkg || return 1
}

Put the PKGBUILD in a folder and do:

$ sudo pacman -R duplicity
$ makepkg -c
$ sudo pacman -U duplicity-0.5.02-1-i686.pkg.tar.gz

Tags: , , ,

Photos from Sächsische Schweiz

Wednesday, October 8th, 2008

Some photos from climbing in Sächsische Schweiz outside Dresden:

Falkenstein

Tags: , , ,

Protected entries

Saturday, March 1st, 2008

I decided that many of my posts and entries should not be open for everybody to read, the same way as the photos. And since the posts almost always include photos from Flickr you would need to log in anyway.

If you signed up for an account on Flickr/Yahoo! so that you could watch all my photos you can use that account to log in here. This is done through something called OpenID which Yahoo supports, you just needs to activate it. This you do here: http://openid.yahoo.com. Your OpenID is an identity that can be used throughout the web so that you have the same identity on all sites you use it on.

When you have activated your OpenID on Yahoo! you get an URL or link to your identity, something like: me.yahoo.com/a/[lots of stuff] and you can create your own URL, like: me.yahoo.com/[your name] or http://www.flickr.com/photos/[user name]. This URL is your identifier. If you are using Yahoo you need to out yahoo.com in the OpenID field when you want to log in for instance on gaute.vetsj.com. Then you will be redirected to a page where you need to authorize gaute.vetsj.com to be able to access your profile and choose which URL or identity you want to use. Then you are redirected back to gaute.vetsj.com and are logged in as this. And every time you want to log in you just put in yahoo.com in the OpenID box.

When that is done you just need to wait until I have noticed that you are registered and I allow you to read all items I post here.

Of course you can use your OpenID on any other site that allows it.

If you don’t want to use Yahoo!’s OpenID you might want to try one of the others (or you might allready have one somewhere else). Note that on most other providers you put your identity url in the OpenID box, ie: yourname.myopenid.com and not just myopenid.com like with yahoo.com.

- gaute

Tags: , ,

2007-02-01

Friday, February 1st, 2008

Been fixing (or applying patches from Frank Arnold) on some pretty annoying bugs in gnome-schedule after the release. But now it should be ready, and I will make a new release soon.

Started using OpenBox, it is great, I am getting more and more annoyed by the more and more heavy desktop environments. But they are handy to have to pick out the particular tools from.

Finally figured out why auto mounting stopped working.
gparted prevents all removable storage to be mounted while it is running, but removes this policy at exit so that the original settings apply. However if you kill it you have this file leftover making trouble.

High on Hepatitis. (Vaccinated)

Tags: , ,

Bilete

Wednesday, January 23rd, 2008

Eg har lagt ut ein heil del bilete på Flickrkontoen min. For å kunne sjå dei må du desverre vere medlem av Flickr vere registrert som ein kontakt hos meg, eller ha fått eit gjestepass. Om du trenger eit må du sei i frå.

Tags:

2008-01-23

Wednesday, January 23rd, 2008

I have released gnome-schedule-2.0.0-rc2, feature frozen and with a freshly updated documentation from Rodrigo.

Updated WordPress.

Using a theme from Azeem Azeez. Slightly modified for use with the widgetized sidebar.

I have become a flickr pro.

Tags: ,
  • Viagra ordre
  • Cialis en ligne
  • Levitra en ligne
  • Propecia acheter
  • Viagra acheter
  • Acheter cialis
  • Ordre levitra
  • Ordre propecia
  • En ligne viagra
  • Vente cialis
  • Levitra bon marche
  • Propecia en ligne
  • Viagra online
  • Buy cialis
  • Order Levitra
  • Buy propecia
  • Buy viagra
  • Cheap cialis
  • Cheap Levitra
  • propecia online
  • Viagra prescription
  • Cialis online
  • Buy Levitra
  • Order propecia