Ok, so I have been debugging a Perl application that I wrote about six months ago. Basically it creates some meta data and copies files to other user accounts using SSH. For file transfer it uses File::RsyncP and for remote control it uses Net::SSH::Perl. Some times I get the error message Could not dupe: Bad [...]
Innlegg merket med 'English-posts'
Could not dupe: Bad file descriptor
8. september 2009 · 2 kommentarer
Emneord: English-posts · Programmering
How to not tell about a security breach?
7. september 2009 · Én kommentar
WordPress is breached, again. I guess I run an unsecure version of WordPress, but I’m not sure. All I am told is that i don’t runt he latest version of WordPress and that I should upgrade, because upgrading is easy. No, it’s not easy. I keep history of my webpage in Subversion, so every time [...]
Emneord: English-posts · Klagemuren · Teknologi
Finally someone criticizing WordPress for what it is…
18. august 2009 · Comments Off
WordPress is slow. Really slow. It is bad coded, I know because I have done a lot of plugin development and even more debugging of the WordPress core code. The blog entry 5 Essential Tips for Overcoming WordPress 2.8 Performance Problems describes some severe issues that WordPress blogs has, especially regarding bad performance. In short: [...]
Emneord: English-posts · Teknologi
Read your Opentracker statistics with WWW::Opentracker::Stats
1. april 2009 · Comments Off
WWW::Opentracker::Stats is a Perl library for retrieving and parsing statistics from the BitTorrent tracker opentracker. Opentracker provides web services for various statistics, such as the current number of peers, seeders and complete downloads for each torrent. Opentracker is a robust and fast bittorrent tracker. It does not store anything on your disks while running, all [...]
Emneord: English-posts · Teknologi
Howto bypass Weblogic security model
28. oktober 2008 · 2 kommentarer
Oracle Weblogic (former BEA Weblogic) enforces a security model by default that is unhealthy for developers writing REST web services or other kinds of web applications using HTTP Authentication for security. By default, when sending an HTTP Authentication header, Weblogic will check its own security realms for users matching the username and password. If there [...]
Emneord: English-posts · Programmering · Teknologi