#!/bin/sh
# (c) 2008 linux-tipps.blogspot.com
#
FROM=/home/user
# the base path
DIRS="Desktop Documents"
# you can also use absolute paths
RSYNC="rsync -av --progress -e ssh"
# add -z for compression
ssh-add -l || ssh-add
# this adds ssh private keys if not added already
# for cron scripts use keychain instead:
# source ~/.keychain/*-sh
# see here for more
cd $FROM
$RSYNC -z $DIRS djtm@server1:/some/path/Backup/ &
$RSYNC $DIRS djtm@server2:/some/path/Backup/ &
wait && echo Sync Done. || echo Sync Failed or Aborted.
A Tiny Backup Script with Rsync
Find Bots in your LAN with BotHunter
Their webpage has just gone offline. I'm sure that's because of all my readers visiting their web page right now. ;-)
Apple's Lock-In Syndrome
Adobe Flash has also been ported, but is kept away from the iPhone by Apple.
So if you've wanted to buy an iPhone, reconsider. It's buggy and Apple won't let you install any software that might "duplicate" available functions. They should be honest and say software that competes with theirs.
Source: Heise Article [german original]
DVB-T in Linux
But most people don't notice a few ms desync, so I can recommend kaffeine. If you still want to use vlc, you should know you can open the channels.conf like a playlist so you need not go crazy trying to manually set up the reception.
OpenOffice 3.0 in Ubuntu 8.10
Interesting readme files
Fixing Wake On LAN in Ubuntu 8.10
1. The network cards' drivers are unloaded during suspend.
This often deactivates your card's wake on lan feature and completely powers it off.
You have to add your network cards driver module to the MODULES_WHITELIST in /etc/default/acpi-support. Also add the network card's interface(e.g. eth0) to SKIP_INTERFACES.
2. The network is not (properly) restarted after resume.
a. NetworkManager overrides settings in /etc/network/interfaces.
The easy way is to simply remove networkmanager: sudo aptitude remove network-manager.
b. The network setup script is not restarted after resume.
You can add the script (networking) to STOP_SERVICES in /etc/default/acpi-support.
3. Wake on Lan is not enabled by default
You need to issue e.g. sudo ethtool -s eth0 wol g. You can do that in an init script and you will likely have to do it again after resume. (I've put it a script to do that into both /etc/acpi/suspend.d/54-wol.sh and /etc/acpi/resume.d/99-wol.sh )
List of Ubuntu Intrepid Bugs
Linux Memory Statistics
Introduction to WINE
My Software Favorites
- FileZilla (ftp client)
- FUSE
- KDE 4, esp. Plama, Okular, Pauker, KTeaTime, Kopete, Kaffeine
- Nomachine NX (the best remote desktop solution out there!)
- OpenOffice (office software)
- OpenCards (flash card learning software)
- Opera (web browser)
- Picasa (google photo management)
- Pidgin (instant messenger)
- Sane
- ScummVM (play old DOS games like monkey island)
- Skype (video conference, also check out mebeam)
- SuperTux (a platform game)
- UltraVNC Single Click (remote help software)
- WINE (run windows software in linux)
- µTorrent (a bittorrent client)/span>
Googling for Something Linuxy
Sometimes when you talk about things as a Linux user, people look at you oddly. For example when you tell them about installing software into a wine bottle in Linux. They'll probably just look at you in wonder and consider if you've gone mad.
Now the same sort of happens with Google sometimes. Even though Google is based on Linux, it will find quite a different kind of wine unless you e.g. add linux to the search. But even then it's not efficient and you might lose pages, as wine also works on Mac OS X and (yeah, I know) Windows itself.
But there's help: the Google Linux Search. It's not restricted to Linux as its name suggests, but excludes almost everything that doesn't have anything to do with computers (and which might distract the normal Google).
I've got Sun Java Working in my Browser in 64-Bit Linux!
But Secondly, it's possible and really easy with wine! Just download Firefox and install it. Then download Java and install it. Done! That easy! :) It should work the same way for Flash, etc.
Now finally I could use packstation.de in Linux!