Tag: Linux

Download Firefox 3.5 Final

June 30, 2009 by Jason

The wait is over! Firefox 3.5 has reached the end of its development process. The gold build of the open-source browser from Mozilla, formerly codenamed Shiretoko, was finalized on June 29, 2009, and is now available for download (links are live at the bottom of this article). Mozilla is planning to ship Firefox 3.5 today, June 30, but at the time of this article the availability of Firefox 3.0’s successor hasn’t yet been announced officially. Still, the final development milestone of Firefox 3.5 has already been wrapped up and the bits went live on Mozilla’s FTP servers. It is only a matter of Firefox 3.5 being released to web, but you needn’t wait, just grab Firefox 3.5 from the links below for Windows, Mac OS X and Linux.

“The team here at Mozilla has been working hard on creating features, enhancing performance and adding other awesomeness to Firefox 3.5, and we’re very excited about sharing it with the world,” revealed Mozilla’s John Slater on June 29. Read More»

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»

How To Disable Ubuntu User Login Window

June 21, 2009 by Jason

If you are are the sole user of your computer and are annoyed by the Ubuntu login window during every startup, it is better to remove it. Removing the login window will not actually remove the login password, but it will just skip the step during system startup.

Note: Make sure that you do not remove the login window on a public computer.

To remove it, first go to Login Window utility from System > Administration > Login Window.

You can also load it by pressing Alt + F2 and typing gksu /usr/sbin/gdmsetup in Run Application box.

This will open the Login Window Preferences window. Now, to enable auto login, go to Security tab and check Enable Automatic Login and enter user name for your system. You can also set delay in auto login by checking Enable Timed Login and selecting time in seconds. If you enable it, your system will wait for specified number of second before logging you. Read More»

Install Ubuntu Linux On USB Drive

February 26, 2009 by Jason

Ubuntu is one of most active group behind modifying linux and making it easy for windows users to accept and try ubuntu linux with more user acceptability.

Out of the all those Ubuntu community has taken the initiative of proving desktop edition of ubuntu linux which can be easily installed and uninstalled from windows itself. The only thing that was quite difficult till now was to install ubuntu linux on a USB portable drive.

But now with uSbuntu Live Creator which is the safest and easiest way to install ubuntu linux on your USB portable drive which enables you to install and run ubuntu directly from your USB drive.

You can install ubuntu on USB drive either from a ubuntu iso image you have, or from a ubuntu installation cd and you don’t have them then you need download the iso image of ubuntu from here. Read More»

Supercharge Firefox

January 26, 2009 by Jason

If you are a Firefox user (and if not, why not
?) then here’s possibly one of the most useful add-ons ever well, for web users like me at any rate. It’s called UrlBarExt and it’s available in Windows, Mac and Linux versions. Here’s what it can do. A set of discrete icons appears at the end of the address box and from left to right they copy the current address or URL to the clipboard, shorten the displayed web address to a Tiny URL (or the web shortening service of your choice, Bit.Ly, cli.gs etc). It will search the currently displayed site using a keyword (right-click on the icon to open a search box), go up one level to the website’s root or home page, tag or bookmark the current page from a menu of popular tags, navigate through sequential pages (really handy when web pages are numbered, like those in my Boot Camp archives), and surf anonymously, using a proxy server. It’s highly configurable and like all the best things in life, completely free, so give it a spin, it’s really impressive once you get used to it.
Read More»

Ten ways to Tweak your Linux Boot Process

January 16, 2009 by Jason

Linux rarely needs to be rebooted. But when it does, it’s often slow to boot. Fortunately, there are ways to speed things up. Some of these methods are not terribly difficult. (although some, unfortunately, are). Let’s take a look.

1. Disable unnecessary services

Depending upon the use of the machine, plenty of services won’t be needed. Using Linux just for a desktop? Then you won’t need sendmail, httpd, and many other services. If your server is only a Web server, you can shut off many services as well. To do this, you can go to the Administration menu and take a look at the Services entry. Just deselect all of the services you don’t want to start.

2. Disable unnecessary kernel modules

If your desktop is wired to the Ethernet, you don’t need to have a wireless kernel module loaded. This task is a bit more difficult and will require a kernel recompilation, which is not the easiest task to undertake. To do this, you will need the kernel sources. Then, follow the standard steps for compiling a kernel. The difference is that you’re going to go through your system and disable all of the modules you don’t need. Read More»

Ten Tips and Tricks for Google Chrome

December 10, 2008 by Jason

Now that you have enjoyed the speed of Google Chrome, it’s time to dig deeper and get more out of it. Here are 10 tips/tricks to supercharge your chroming experience.

1) Install flash player in Google Chrome

After you have installed Chrome, some of you will find that you are not able to view Youtube video. This is especially true if you are installing Chrome under Ubuntu (or other Linux distro).

Here is what you can do to fix the problem:

  • Download the flash player for windows xpi file.
  • Change the xpi extension to zip
  • Extract the content of the zip file into a folder
  • Copy the files flashplayer.xpt and NPSWF32.dll to the directory /home/USERNAME/.wine/drive_c/windows/profiles/USERNAME/Local Settings/Application Data/Google/Chrome/Application/Plugins.
  • For Vista, copy to the directory: C:\Users\\AppData\Local\Google\Chrome\Application\Plugins
  • For XP,copy to the directory C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\Application\Plugins
  • Create the Plugins folder if it does not exist.

Restart your Chrome. Your flash player should be working now. Read More»

Ten must-have Linux cheat-sheets

November 28, 2008 by Jason

Need a quick reference card? Here you have a list you can choose from:

1.Linux Command Line Tips

This is a linux command line reference for common operations (HTML format).

2.Unix/Linux Reference Card

Linux Reference Card published on FOSSwire website by Jacob. (PDF format)

3.One Page LInux Manual

A summary of useful Linux command by Squadron. (PDF format)

4.Linux Security Quick Reference

The intent of this Quick Reference Guide is to provide a starting point for improving the security of your system, to serve as a pointer to more in-depth security information, and to increase security awareness and methods that can be used to improve security. (PDF format) Read More»

Speed Your File System Up By 40%

November 08, 2008 by Jason

Every time a file is read from your Linux ext3 partition it writes back a attribute to the file detailing the last access time. There are very few programs that actually use this to operate and it slows everything down.

Disabling atime and diratime on your Linux ext3 file systems can improve disk performance up to 40%!

WARNING: If you are using programs such as tmpwatch, mutt, or mail-notify this configuration change could cause those programs that make specific use of atime not to work.

1. Start a terminal.

2. Switch to root using the “su -” command.

3. Backup your fstab – “cp /etc/fstab /etc/fstab.old”.

4. Open your /etc/fstab in the editor of your choice (nano, kate or gedit recommended). This can be done by issuing the command “nano /etc/fstab”, “kate /etc/fstab”, or “gedit /etc/fstab”. Read More»

Microsoft Quest for Speed?

October 20, 2008 by Jason

Microsoft has been sending out surveys to selected Windows users. There’s nothing unusual in that. It does it all the time, but this one is seeking opinions on a feature dubbed the ‘Instant On Experience’. You may recall that this is something several mini laptop makers have been dabbling with. Asus are one of the first with a system called Splashtop. The idea is that if all you want to do is collect you emails, or surf the net, why should you have to wait ages for Windows (or Linux) to load? Instead, at startup you can opt to run a super-small Linux based operating system, which only takes a second or two to load and gives you more or less immediate access to the web. Microsoft is clearly taking an interest in the feature, possibly for the upcoming Windows 7 (rumoured now to be called ‘Stratus), which is due to make its public appearance next year. The survey also asks respondents what other applications they would like to see fire up in a just a few seconds, now they’re asking, how about Windows
?