Software
Flash64
by BenV on Jul.31, 2009, under Software
In case I forget it again, the !@#$()*@$%*#$ product called “flash” has a 64 bit plugin at http://labs.adobe.com/downloads/flashplayer10.html
Works in opera, just trash it into /usr/lib/opera/plugins…. why is that /usr/lib and not lib64? It’ll also use it from the mozilla dir, /usr/lib64/mozilla/plugins.
Emulators!
by BenV on Jul.31, 2009, under Boring, Fun, Morons, Software
Since I quit playing World of Warcraft again a while ago (seriously Blizzard, what are you doing to that game?) I find myself enjoyed playing tons of other things. Funny thing is, most of the games I play are ancient. Games from the DOS era (which means DOSBOX, I love that product) like Master of Orion (and it’s sequel), Master of Magic, Paratrooper, One Must Fall: 2097 (which is freeware these days! Download it here), X-Com, System Shock, and the list goes on and on. Yeah, come to think of it…. the games they made back then were pretty brilliant, and it’s not just nostalgia. (continue reading…)
Browser ad blocking
by BenV on Jul.29, 2009, under Software
Not always I have to be negative about stuff…. ads for instance. They’re terribly kanker!
Take a reasonably fast site, tag in a few ads and *boom*. Your head explodes in anger when you accidentily mouseover some keyword/item that pops up a flash thingy… or maybe not flash but css mouseover crap… or whatever it is they do these days. Not only that, it takes 5 minutes to load the site instead of 2 seconds, because the adservers are swamped and very slow. (continue reading…)
Gnome kankerbende
by BenV on Jul.28, 2009, under Software
RAaaah, I’d be soo happy if everyone collectively decided to drop this piece of twine into a big fire…. blegh.
So I want gmpc…. so I build libmpd, no issues at all. Libsoup is next, which somehow wants gnome-common or something because of CVS requirements or whatever its problem is today. So I try configure –without-gnome and it breaks. Ok, that’s obviously the fault of libsoup, however, I decide to go through with the gnome garbage once more and make the fatal mistake of trying to build those things.
gnome-common goes without much issues. (oh, needless to say I always take the last version I find, 2.26 today I think). Next it seems to need libproxy, also no issues. Orbit(ch)-2 is next, also goes without hassle. So far so good 🙂
But then, GConf. That monstrosity requires 12837189347 other things, but worse: THEY NEED TO BE RECENT! (of course the simple solution would be to downgrade it, but that’s for later). So we start… ” No package ‘polkit-dbus’ found”. Great. So I get Policykit, 0.93. But nooo, that needs eggdbus. FINE! So eggdbus it is (0.5), but nooo, that needs a more recent version of $something. Version 0.4 it is! “Requested ‘glib-2.0 >= 2.19.0’ but version of GLib is 2.18.4” RAAAH!@#(!@#%*(@#. (long live slackbuild, speeds things up a ton!)
Yeah, right now I’m getting pretty tired of gnome again… why was I building all this crap? And I’m not even halfway there. Probably a good thing to continue tomorrow on a fresh brain…. and I’ll be sure to take 3 year old versions then. Or maybe 1 year old, since the 3 year old garbage doesn’t build with recent compilers. *sigh* 😉
Slackbuild.pl
by BenV on Jul.27, 2009, under Slackbuild.pl, Software
Just wrote a page about my latest tool – slackbuild.pl
Go view it if you run slackware, or get bent if you run anything else.
WordPress bumps
by BenV on Jul.27, 2009, under Software
I see I found another product that doesn’t do what I want 😉
Obviously since I use a non default browser (Opera, usually the latest beta/alpha/snapshot of the day) the themes are slightly weird.
Either that or the authors are blind, but heck, I can live with that.
So I create a post, “guess” where to fill out the subject etc (tab works wonders) and fill out some tags.
And the fucking product creates 1 huge tag called “apache2 htaccess rewrite”. RAAH.. Of course I could learn to read and simply use comma’s … 😉
However, fixing this mess is less trivial… guess I’ll simply recreate them.
Other than that, it seems like it’s pretty decent software 🙂
Even the plugins have an auto-install, good, good. ….
KANKER, wat nou weer… oh, seems like it needs write permissions on the -entire- vhost dir. Fine, be like that.
(I figured the plugins dir would be enough)… of course a (s)ftp fallback is nice, but I prefer the autoinstall 🙂
After a little chown it works.
Another major malfunction in this piece of garbage: somehow they expect me to be able to read and edit PHP in order to adjust my themes.
What the fuck guys, get the fuck out of here with that stupid welcome box. Yeah sure I know php, but I’m sure others don’t. Either make it easy for your users with AJAX-y widgets etc, or hand them a php editor… (but fine, I removed it)
Apache2, vhost config and .htaccess
by BenV on Jul.27, 2009, under Software
As usual this doesn’t work automagically (unless you’re lazy and put AllowOverride All in your vhost configs).
Wordpress wanted RewriteEngine on, but of course this disabled itself since apache didn’t like it with my default permissions.
So:
To allow Rewrite stuff in the .htaccess file, put ‘FileInfo’ and ‘FollowSymlinks’ (or SymLinksifOwnerMatch) in AllowOverride.
(of course putting the rewrite stuff in the vhost config is faster than the .htaccess stuff, but who cares)
Notes intalled!
by BenV on Jul.27, 2009, under Software
Welcome, (or not), to BenV’s notes!
Finally a place to dump rants 🙂
Still messing around with the layout etc of this place, but it should become stable real soon ™.
As you”ve probably noticed, this site is running a pretty default wordpress install. Let’s see what it turns into 🙂