Linux.com has a good explanation of using binfmt_misc to directly launch a windows (or java or python) application just by typing in the application name. *(without all the contortions of … /home/user/bin/wine /home/user/.wine/c_drive/Program\ Files/Really\ Neat\ Software/Program.exe ) You do have to make the app executable under linux (chmod 755) and you can take it as far as symlinking from a directory in your path (/home/user/bin???) or the system path (/usr/bin).
Category: Linux Software
-
Firefox 1.5.0.6 is out
That was a quick turn around…. It appears as though some of the multimedia streaming issues were severe enough to require a quick turnaround for Mozilla Firefox 1.5.0.6 Sans had the initial heads up…. But it looks as though it’s now officially out (and labeled as a stability update.) Download page.
-
Mozilla Firefox user-agent spoofing
Sometimes you run across a site that’s a browser snob. You know the type…. you visit it in Mozilla Firefox or (anything other than IE) and it says, “you must use Internet Explorer version 6 or newer to use this site. Well, some browsers have nice ways of changing the user agent through the menus, and I wouldn’t be surprised if there’s a plugin for this in firefox (haven’t yet looked.) But, there is a way in about:config.
-
More reason to be cautious with Firefox plugins
Again…. this article referring to an exploit related to the cross platform plugin capability in firefox, is a GOOD reminder to be cautious when looking at potential plugins to install for mozilla firefox. In fact, the advice is usually do NOT install software (including plugins) from untrusted sources. By all means, please investigate any piece of software before downloading and installing. (And please don’t take just the software makers word for it…. ie. “my toolbar is really cool and makes firefox work better” does not equal something you can now trust and install.)
-
Nice, lean linux image viewer
Feh….. what a name… well, linux.com has an article up on feh which is a nice lean image viewer for linux. It has quite a few command line switches so it should make cli users happy with the choices and it is nice, lightweight and fast.
-
Mandriva 2007 beta 1 is out
Here is a link to the info page. It sounds as though there are several images available. Mandriva 2007 Beta 1 has Gnome and KDE centric 586 and x86_64 versions of cd images for download as well as an all in one (well – both architectures in one) DVD and cd set (6 disc cd set). They’re interested in people testing it out and reporting bugs. Not all new features are enabled and it is BETA so use it at your own risk.
-
Firefox 1.5.0.5 out and be cautious with extensions…
Well, let’s start with the extensions first. Like ANY software, you should be cautious installing something from an untrusted source. If you think an extension looks neat and cool – look for reviews and third party information before installing it. That much said…. never install an extension that comes attached as an unexpected email…. Apparently, just that has been happening a password stealing trojan has been showing up as an email attachment that appears to be a firefox extension. OK – quick review – what’s the weakest link in computer security (grab mirror and look….) Now… Mozilla has also released some security updates for Firefox….
-
Konqueror 3.5 not recognizing JPG’s
I noticed this evening that I wasn’t getting the usual thumbnails of jpg images in Konqueror (KDE’s file browser.) On investigation, there were error messages like this…. konqueror: WARNING: Pixmap not found for mimetype application/x-crossover-jpg being given. So, I looked in my home directory’s kde folder (.kde) and deeper in .kde/share/mimelnk/application There, I found a lot of x-crossover **.desktop files and deleted x-crossover-jpg.desktop We’ll see if that works on a logout/login. YES – that worked…. I should also note there are a lot of x-crossover file associations in that folder and if one conflicts, I suspect others may. The effect of this problem was that previews didn’t work in konqueror, neither did image recognition in a couple of kde related programs.
-
Pulling GPS coordinates from Google Earth kmz files
We’re planning a quick trip out of town and I’m using the lowly free version of Google Earth that doesn’t integrate with a GPS device. So, I had got a series of places tagged in “My Places” and had sent the kmz file to myself via email. (My primary intent was to try and load the kmz on a laptop, but it looks like the video on that machine may not be up to snuff…) Anyway. I have this chat.kmz file and wondered how can I just get a list of places and gps coordinates out of this.
-
IPtables magic, or… Blocking Aggressive Outbound Traffic with IPtables
Blocking Aggressive Outbound Traffic with IPtables.
For starters, I’ve tested this on a test system that started out with NO iptables rules, and then moved on to an IPCop install (the vmware download from vmwarez.com…)
I’ve detailed previously one dilemma that I had with regard to my own cable connection which made me question how one could SAFELY host a wireless access point (in the clear) for guest web browsing, without allowing a wireless user to port scan the outside world/aggressively spread viruses/etc. Traditional firewall setups are typically oriented towards protecting the internal network. This post is an attempt to give an explanation of how to implement the idea put forth in this post.