|
|
|
Thursday, 08 December 2011 13:03 |
|
www2wsms and web2sms (from Christoph Keller) merged into web2sms for Meego Harmattan and will be released in some days.
In contrast to the preceding apps it uses a client-server infrastructureto send the SMS, this saves traffic for you device and should even work with a bad connection since it ony needs to transmitt a few bytes of data.
To indicate a successfull transfere web2sms uses PUSH notification.
The App is currently in the Nokia QA queue.
Its available by now!
http://store.ovi.com/content/221381
|
|
Fixed o2online plugin for www2sms |
|
Monday, 05 September 2011 08:15 |
|
The o2online.de plugin for www2sms is fixed.
Just use the build-in update function of www2sms to grab the latest file.
|
|
Friday, 02 September 2011 17:51 |
|
O2 changed their web layout so the www2sms plug-in for this particular provider does no longer work.
I'll look into this.
|
|
Thursday, 18 August 2011 04:43 |
Find cached Flash player files
Some versions ago the Adobe Flash player stored cached files in /tmp/. Actually the latest player sill stores the cached files in /var/tmp/ but uses a trick to hide them from the user:
The file is marked as deleted, but the file handler and data on disc still exist. So what to do if you cached a video and want to save it for later use?
Look up the PID of "libflashplayer.so" (use "ps") and find files which are used by this process (using "lsof"). You will find something like "/tmp/Flash*". This file does not exist in /tmp/ but we will find the file handler in "/proc/${PID}/fd/". Just list the content (ls -la) and grep for "Flash". You will find something like:
lrwx------ 1 blub blub 64 Aug 18 07:53 15 -> /tmp/FlashXXsJu3NC (deleted)
Now you can play the file with "mplayer /proc/${PID}/fd/15" or copy it with "cp /proc/${PID}/fd/15 ~/Desktop/myfile.flv".
This little script will do all the above for you and find any cached file by the Flashplayer
findflash.sh
|
|
Saturday, 23 July 2011 16:51 |
|
Two days ago I got a Nokia N950 Dev Kit. I could have held it six days earlier in my hands, if the mailman would have dropped a note in my mailbox that the package was delivered to a neighbor... Anyway, now it's here and it's begging to be used :-)
After sorting out some problems with password less SSH authentication (changing user:!: to user:*: in /etc/passwd), I also got Harmattan running in a scratchbox under Gentoo Linux.
Here are the short steps:
|
|
|
Fritz!Box UPnP reconnect script |
|
Monday, 04 July 2011 21:13 |
|
Since there was no "one click" reconnect button somewhere on the net to simple force the Fritz!Box to fetch a new IP I wrote this little reconnect script and executed it via a KDE-Desktop Icon.
This works pretty well, but it was annoying to keep track of two files.
So I put everything into one loooong line and merged it with the KDE-Desktop file.
Now simply place the Desktop file into "/home/${USER}/.local/share/applications/" and execute it from the KDE start menu (Internet -> FritzBoxReCon)
The status will be shown via KDE notifications with kdialog.
|
|
Friday, 24 June 2011 19:31 |
|
So you are using ispCP Omega to host Domains/Webspace and are looking for a simple offsite backup via FTP for the backup files created by ispCP?
Well, at least I was and I couldn't find one which fitted my needs, so I decided to hack one by myself.
The script requires nothing but Python by using the Python ftplib
I am currently testing version 1.0 myself, so be a bit careful with v1.0!
|
|
Monday, 23 May 2011 18:25 |
|
I recently wanted to check a website for new links which match a REGEX on a regular basis and for convenience receive the result via Mail.
Thanks to Python it took me just some minutes to hack this little script together to monitor a website for new Links matching a REGEX.
Klick "Read more..." to see and download the script.
|
|
anamo.py 2.1 with accelerated MD output support |
|
Friday, 20 May 2011 11:06 |
|
Since I was running some accelerated MD simulations with NAMD, I included support for the output from the aMD simulation.
anamo.py v2.1
|
|
Monday, 16 May 2011 12:04 |
Thats it. I'll no longer use the proprietary chat client SKYPE after 31.05.2011. Anyone who wants to contact me can do this via the free and open XMPP (Jabber) protocol.
Use Pidgin, Google Talk or any other XMPP capable clients.
My XMPP ID is "contactme[at]olausson[dot]de" or "spamsuxx[at]jabber[dot]org"
|
|
|
|
|
<< Start < Prev 1 2 3 4 5 Next > End >>
|
|
Page 1 of 5 |