Friday, January 22. 2010[SCRIPT] Save Arte plus 7 video stream local
This script saves the video streams from the Arte +7 liberty local.
You only need to run the script with the main url of your target video stream, as example: Syntax: ./arte_plus7_downloader.sh "url" Simply to use, no need to explain it completely... arte_plus7_downloader.sh: #!/bin/sh What is missing/ToDO: + a better error handling + self fetching RSS Feed script to automate download process - something like bashpodder + further description and options
Posted by Mark Baumann
in Common, common computer stuff, GNU/Linux
at
14:07
| Comments (0)
| Trackbacks (0)
Wednesday, October 14. 2009[config] xterm mouswheel scrolling in GNU screen
If you want to scroll in the alternative text buffer of screen in xterm just add
termcapinfo xterm ti@:te@ to your .screenrc config file. Monday, October 27. 2008[Local Network Tricks] two networks (IPs) on one box
[Example with eth0]
ifconfig eth0:1 10.0.0.1This line add a secound network interface for 10.0.0.0 to your nic. The rest of the preferences are automatic made. So if you don't need special preferences like gateway and co. there is nothing more to do. You can check it with route -n if it worked... route -n
[SSH Tricks] Forward SSH over SSH || Reverse SSH tunneling
[Basic]
# One server, two clients (IP unknown) # Forwarding port from server to client (IPs of clients change regularly and aren't known, between client A and B are Firewalls, which don't allow connections from outside) Client A is allowed to connect to the server, but not to client B. Client B is allowed to connect to the server, but not to client A. [Solution] Client B makes a connection to the server to forward a remote port to the local host and hold this connection all the time (cron-script). Client A makes a connection to the remote port on the server and will be forwarded to the client B. [Why?] I use this to forward a SSH connection from work home, or the other way around. [Example with SSH] The SSH daemon runs also on both clients and on the server. So I forward a port from the server to my clients ssh port. [Client B] [Client A] [crontab -l] # check connection to the server[Cron-Script - fwd_ssh] #!/bin/shBased on: http://www.brandonhutchinson.com/ssh_tunnelling.html [some links] X11 forwarding over SSH ssh tunneling, reverse ssh tunneling Port forwarding, tunneling, X forwarding, German SSH general German Monday, October 13. 2008[Conf] Audacious - equalizer preset from Winamp
Original found on:
http://www.simonives.info/blog/2008/march/winamp_presets_audacious Winamp Presets for Audacious Thx to simon! Wednesday, October 1. 2008[Plugins] Pidgin Facebook Chat plugin
Homepage - Facebook Chat for Pidgin
This is a Facebook chat plugin for Pidgin and libpurple messengers. It connects to the new Facebook Chat IM service without the need for an API key. It's just a great tool! I'm using it and I really like it. No problems at all. Just great! Copy one of the .so files to either /usr/lib/purple-2/ (for 32-bit Linux), /usr/lib64/purple-2/ (for 64-bit Linux), /usr/lib/pidgin/ (for Nokia/Maemo) or ~/.purple/plugins/ (if you dont have root access) and restart Pidgin I copied it into ~/.purple, so it can't get lost... Tuesday, May 6. 2008[Script] picture upload and update script
This script resize automatic my pictures to 1600x1200 and upload them by rsync to the server.
Also later updates and changes will get to the gallery. #!/bin/sh Small, simple, easy and working Gallery Friday, September 7. 2007[Script] suspend - in plannung und umsetztung
Shell Script zur einfachen Bedienung von "echo [mem|disk] > /sys/power/state"
[Conf] modprobe.conf
Fuer die HDA Intel Soundkarte im Q35
options snd-hda-intel single_cmd=1 model=laptop-eapd in der modprobe.conf einfuegen. [Conf] einige Konfigurationen...
(Page 1 of 2, totaling 16 entries)
» next page
View as PDF: Category Common | This month | Full blog |
Statische SeitenTemplate dropdownSpam ProtectorStatistikenLetzter Artikel: 2010-01-22 14:07
54 Artikel wurden geschrieben
0 Kommentare wurden abgegeben
975 Besucher in diesem Monat
Am Tag: 33
In dieser Woche: 52679
0 Besucher online
|