Home Home Archive Archive



AUG 15TH, 2002
KDE Klipper Tricks

Do you often use CRTL-ALT-R to jump to a selected URL in KDE. Here’s how you can add your a “search on Google” or “search on Leo” Shortcut to Klipper… (loosely based on Derek Fountain’s work). tpo2:/home/tpo# cat /usr/local/bin/kde_googlize2 #!/bin/sh googleWord=`echo "$@"| tr " " "+"| tr "\n" "+"| awk '{sub("\+$",""); print $0}'`exec kfmclient openURL "http://www.google.com/search?q=$googleWord" exit 0 Click on the Klipper Icon: select “Preferences” and then “Actions” and then enter add the following Actions, respectively Command to it (use the right mouse button): Read on


MAY 24TH, 2002
afbackup

Here you can find all the Debian parts of afbackup - a backup system by Albert Fluegel, that I’ve done a NMU of. Please use the version in Debian “unstable”. Here’s the server and here’s the client - they both run on “testing”. And here are deb’s compiled for potato by Roy Bixler “rcbixler at nyx dot net”: afbackup_3.3.3pl5-1_i386.deb afbackup-client_3.3.3pl5-1_i386.deb afbackup_3.3.3pl5-1.diff.gz afbackup_3.3.3pl5.orig.tar.gz Enjoy! Tomas Pospisek Read on


MAY 24TH, 2002
Debian Repository

How to get at sourcepole’s Debian Packages Add the following lines to your /etc/apt/sources.list file: deb http://sourcepole.ch/sources/software/debian ./ deb-src http://sourcepole.ch/sources/software/debian ./ Or just download them and “dpkg -i” them. Our repository can be found at http://sourcepole.ch/sources/software/debian. Read on


DEC 5TH, 2001
Compiling a new BusyBox version for Elinos

create a new project (this is just a convenience - you only need the ELINOS.sh script) execute “. ELINOS.sh” get the busybox*.tar package and untar it edit the Config.h file and decidewhat you want in the busybox edit the Makefile. set DOSTATIC apropriately set CROSS=$(ELINOS_BIN_PREFIX)- make make install cd /opt/elinos/i386-target/[static|libc6|libc5] (depending on what you want to change, idealy all three) move the current busy-box away: “mv busybox busybox-0.46” copy the busybox you have created here: “cp -a NEW_BUSYBOX_PROJECT_DIR/busybox-0. Read on


DEC 5TH, 2001
cpio

Cpio is a utility to copy files to and from archives. This patch enables cpio to be verbose about the files that it does not copy, which is very handy for seeing cpio’s progress through a tape or simply for debuging. Diff -u -r against cpio 2.4.2 cpio_2.4.2-37sp_i386.deb - Debian package of the patched cpio cpio_2.4.2-37sp.diff.gz cpio_2.4.2-37sp.dsc Read on
← Older Blog Archives Newer →

    Recent Posts

  • Qgiscloud Db Connection Error
  • How to configure unattended-upgrades of packages from third party deb package repos
  • Updating company-wide and your own hosts with apt-dater
  • Executing Tasks in docker-compose Containers From ansible

    Archive

  • 2025 5
  • 2024 5
  • 2023 7
  • 2022 6
  • 2021 8
  • 2020 6
  • 2019 10
  • 2018 3
  • 2017 3
  • 2016 4
  • 2015 7
  • 2014 9
  • 2013 17
  • 2012 13
  • 2011 29
  • 2010 26
  • 2009 17
  • 2008 9
  • 2007 4
  • 2006 18
  • 2005 2
  • 2004 8
  • 2003 22
  • 2002 5
  • 2001 6

    Categories

  • geo 105
  • linux 74
  • postgis 2
  • programming 36
  • qgis 69
  • qgiscloud 15

Copyright © 2001-2025 Sourcepole AG