Entries Categorized as 'Software'
May 21, 2008
I just uploaded the latest version of my Firefox extension. It now supports Firefox 3 (I tested it with RC1, but it should also work with the final fox).
At the moment I have not yet implemented any new features, I will keep this planned for the next major release, which is scheduled for June 2008.
June [...]
Posted in CopyAllUrls, Firefox, Software
3 Comments »
May 14, 2008
Windows Vista lacks the ability to burn ISO files on CD. ISO Recorder fills this gap.
Ah yeah, I know I should have installed a real operating system …
Edited to add on 2008/06/18: I had to uninstall ISO Recorder because it rendered my disk drive useless. I only could write but never read a CD or [...]
Posted in Software
No Comments »
May 8, 2008
On my German Windows Vista I have a folder called C:\Programme which is basically the translation of C:\Program Files in the English version. But unlike in Windows XP, where the folder is really called this way, Vista does use a kind of just-in-time translation when accessing this folder through Windows Explorer. So it happens, that [...]
Posted in Software
2 Comments »
May 6, 2008
Update: I forgot to mention this. For all those interested in more software curiosities like the dialog above, I recommend visiting The Daily WTF.
Posted in Random, Software
No Comments »
March 17, 2008
I had a lot of problems with an Asterisk BPX behind NAT. Asterisk dropped all incoming calls after 20 seconds because of an unanswered packet. This is a well known problem when NATing Asterisk, but even Google does not provide any solution. This single problem drove me nuts last friday when I tried all possible [...]
Posted in Random, Security, Software
No Comments »
February 26, 2008
After some problems to get an Asterisk server talking to an Inode Telenode gateway (incoming calls did not work) I tried the following configuration for sip.conf and it worked like a charm:
context=default
allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
nat=yes
allow=all
externip=81.223.xxx.yyy
localnet=10.0.0.0/255.255.255.0
register=0999999999:password@px.voip.inode.at
incominglimit=10
and users.conf:
context=DID_trunk_1
dialformat=${EXTEN:1}
canreinvite=yes
hasexten=no
hasiax=no
hassip=yes
host=px.voip.inode.at
port=5060
type=peer
registeriax=no
registersip=yes
secret=password
trunkname=Custom - Telenode
trunkstyle=customvoip
username=0999999999
callerid=0999999999
fromdomain=px.voip.inode.at
contact=0999999999
fromuser=0999999999
allow=alaw
insecure=very
AsteriskNow helps a lot when setting up an Asterisk server and is actually a time saver. Just download the ISO image [...]
Posted in Linux, Software
No Comments »
February 25, 2008
Microsoft started a Protocols Program, thousands of pages of documentation in PDF-format (via TaoSecurity).
Posted in Software
No Comments »
April 12, 2007
Yahoo released a new firefox extension for del.icio.us. What a difference to the old one!
syncs bookmarks into browser menu,
much faster loading of tag dialog window,
sidebar search feature,
tag manager …
I can really only recommend it!Edited to add on 2007/04/14It’s a great extension with many useful features, but after synchronization of my almost 7K bookmarks it is [...]
Posted in Firefox, Software
No Comments »
March 21, 2007
This is a little bit of an insider joke ;), but it’s worth reading anyway. Worse Than Failure.
BTW, I recommend WTF for all people in software dev, QA and testing.
Posted in Fun, Software
No Comments »
December 21, 2006
When you try to install the latest firefox release on openSUSE 10.2 (before openSUSE offers one), firefox will throw an error like “Installlocation has no properties” in the javascript console. Because of that it is kimpossible to use the installed add-ons and therefore makes no sense to install any new ones.
This can be solved by [...]
Posted in Firefox, Linux, Software
No Comments »