Archive for July, 2009

Add JS 1.7/1.8 to GreaseMonkey

Friday, July 10th, 2009

This wil only work on FF 3.5+

Quoting:

After some more research, I’ve discovered mozilla bug #445873 which is exactly what is needed here. The fix is in the Mozilla 1.9.1 (Firefox 3.5) branch.

The change to Greasemonkey is extremely simple. Just change in greasemonkey.js : Components.utils.evalInSandbox(c, sandbox); to Components.utils.evalInSandbox(c, sandbox, “1.8”); or whatever version is desired. I just tested it works in Firefox 3.5beta4 (but it won’t work in Firefox 3 or earlier)

from: http://greasemonkey.devjavu.com/ticket/32#comment:9

Related posts

Live.com/Hotmail bouncing spam

Thursday, July 9th, 2009

How idiot of an admin can you be to not be able to configure your freaking email server NOT to bounce spam? Seriously now, WHY_TF do you bounce spam back at me if I didn’t send it?
If you idiot ever read this page, take a look here: http://www.dontbouncespam.org
and then go shoot yourself. I’ve got like over 50 spam messages bounced to me the other night and those were the ones I didn’t manage to filter out. Because I was like on the clock with these fucking spammers writing email filters rules to block the stupid spam.
And since I know how a legitimate bounce message looks like, I will spend some time to write a new filter that will reject with some not so nice words these spam bounces.
God damn motherfucking spammers. I would love to skin them alive, one by one and the put salt all over their skinless bodies, eventual puring acid on them as well. You hear me? Rott in hell!

Microsoft baouncing spam

Microsoft baouncing spam

Related posts

Making Animated GIF Transparent with GIMP

Tuesday, July 7th, 2009

this was taken from here: http://aplawrence.com/Linux/crousegif.html

also, the following is a nice site, however it didn’t do too god on my gif: http://www.gifworks.com/

I successfully applied this tehnique, manually, onace per each frame and the saved with the replace instead of combine.

Copy-paste follows just in case the site goes down (you wouldnb’t believe how many broken links I have in my bookmark. ugly)
—————–
The Gimp: Making Colors in a GIF Transparent
By Crouse
USA Linux Users Group
Web Site: http://www.usalug.org

Sometimes when working with an image you want to make a certain color transparent. When working with a gif file this would make a round circle look round on any color background. This is actually very simple once you do it once. Finding the information for this took me a while so I thought I would pass it on to anyone that was interested.

1. Open your image in the gimp.

2. Right click the image and go to LAYERS then ADD ALPHA CHANNEL. You won’t notice anything happening, but don’t be concerned. It basically adds a transparent layer at the bottom of your image so when we erase the colors…..it’s shows the transparent layer. Which of course would show whatever was under it on the screen.

3. Right click on the image again and go to SELECT and then down to BY COLOR. A window that is all black opens up. Don’t change any of the settings….just use the defaults for now.

4. Now click on the color in the image you want to be transparent. These colors will now show up outlined.

5. Right click on the image again and go to EDIT and then down to CLEAR. This should now erase the outlined color you just picked from the image and the “transparent gimp checkerbox” should show through. This is the Gimps way of showing you that section is now transparent.

6. Right click on the image and choose SAVE AS and make sure to save as a GIF file if you want the transparency to work on the web.

Most of this information was gleaned from this webpage: http://courses.washington.edu/englhtml/engl481/usegimp.html and of course my Gimp Bible and my Essential Gimp books.

Editor’s note: the Washington.edu link above has disappeared. This http://courses.washington.edu/hypertxt/engl282/usegimp.html works as of May 2008.

Another fun feature that can be used while using the SELECT and BY COLOR ….. instead of hitting CLEAR you can FILL W BG COLOR or the other one FILL W FG COLOR ……….. this allows you to change the colors over the entire image instantly for the particular pixel color you choose to start with. Very fast and fun once you figure this out.

Related posts

Remember your firewall

Monday, July 6th, 2009

I have literally spent over 4 hours trying to get powerdns working on my server. I kept getting connection errors. Googled like crazy, nothing worked.
And then it hit me: I have a very negative firewall set up (which is good, kept me safe for years). One minor iptables change and it all went smoothly.
Geez, I got to remember my firewall!

Related posts

Site advertising their security component obviously got hacked

Saturday, July 4th, 2009

Joomsuite hacked

Joomsuite hacked

Jomsuite has a security component for joomla, named Defender. It is advertised as the best (and if my memory servers me correctly, the only) security option for joomla sites.
You can see in the attached screenshot how good this component is.
Their video tutorial on the subject is here: http://joomsuite.com/index.php?option=com_resource&controller=article&article=5678&category_id=150&Itemid=135
well, it will be available once they solve their security hole 🙂

Related posts

Opera Browser huge memory consumtion

Friday, July 3rd, 2009

I am shocked. I have my opera 9.64 (latest stable at the moment) browser configured with no memory cache, 500 links in history with no saving of content, 20MB disk cache (reduced from 100), document checking at 5 min and img checking adn 5 hours.
With 127 tabs open, none are full flash site, maybe jsut advertisment falsh, it consumes over 1.2 GB of memory.
Holy-crap.
I’m going to test FF now.

Related posts