Tag: script

Internet Explorer in Ubuntu Linux

June 22, 2009 by Jason

IEs4Linux is the simpler way to have Microsoft Internet Explorer running on Linux (or any OS running Wine).

No clicks needed. No boring setup processes. No Wine complications. Just one easy script and you’ll get three IE versions to test your Sites. And it’s free and open source.This may be very helpful for software developers and web developers to test their applications.

IEs4Linux Installation in Ubuntu

You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package:

Open /etc/apt/sources.list file

sudo gedit /etc/apt/sources.list

Uncomment following lines in your /etc/apt/sources.list and it may be different if you are in different country instead of UK Read More»

Crackdown on Clickjacking

October 22, 2008 by Jason

A new, or rather a newly revised threat may be coming to a browser near you. It’s called Clickjacking and it can affect all browsers. It first appeared a few years ago but little was heard of it after the first warnings. It looks like it might be back though the threat level is still quite low at the moment but these things can quickly spiral out of control. Here’s how it works. If a hacker can get access to a website they can fiddle with buttons and graphics so that if you click on what appears to be a legitimate link what actually happens is you are directed to a phoney or fake site where you unwittingly enter personal details, or in a worse case scenario, clicking the link downloads malicious software onto your PC. Of course the same kind of thing can be found on less reputable websites.

Microsoft and Mozilla have released fixes in the past but there is a way to stop clickjacking in its tracks, on Firefox at least, and that’s to install an add-on called No-Script. This creates a white list of trusted sites by blocking any attempt to run an unapproved or suspicious script within a web page. Read More»

Windows Vista automatically shutdown at a certain time

October 21, 2008 by Jason

Right now, I am actually looking for some instructions on how to automatically shutdown the computer by using only the built-in components of Windows Vista, without any additional “shutdown computer” applications (oh boy, there are thousands or even billions of those). I am thinking about using Task scheduler in Windows to set up a computer shutdown command in some way. Any other ideas?

I try to always use built-in functions in Windows to do a task before I use “other” software. Using little applications to perform tasks opens the door to bugs and crashes. Most of the times there are built in functions to perform most tasks. Most people just don’t know about or how to use them. Read More»