Entries Tagged as ‘Ubuntu Linux’

November 11, 2009

How To Install .Bin Installers

For record keeping purposes. I’m sick of having to Google this every single time.
——————-
Some installers don’t come in the usual .deb package, or even .sh. Double clicking them doesn’t work either, although the makers said it’s an installation package.
Steps:

open a Terminal window

navigate to where the .bin file is

issue a chmod a+x filename_of_that_file.bin command

issue a sudo [...]

November 9, 2009

Add a Lock Screen Launcher to AWN

Avant Window Navigator, or AWN, is a superb dock that can be customized. I used it before then uninstalled it, then installed it again just a few weeks ago to try and make my Ubuntu resemble a Mac-like environment.
Anyway, these steps will teach you how to add a Lock Screen launcher to the AWN dock. [...]

November 3, 2009

Bridging Connections – Ubuntu and WinXP VirtualBox

I mentioned how to share files between a WinXP VirtualBox guest and the Ubuntu host using Shared Folders and mapped network drives in this tutorial, but you might be wondering why I didn’t just make a shared folder in Ubuntu and have the WinXP guest access it through the network.
Here’s why – I didn’t do [...]

November 2, 2009

Eclipse SQL Explorer Standalone for Linux

SQL Explorer, or Eclipse SQL Explorer is a SQL client that allows you to connect to DBMS that supports JDBC connections like MySQL, PostgreSQL and others. This means, that as long as there’s a JDBC connector for a database, SQL Explorer can connect to it.
It’s available as a standalone application, and also as a plugin [...]

October 30, 2009

VBox – Error in suplibOsInit

I encountered this error twice. First was when an officemate who recently tried installing Ubuntu and VirtualBox asked for help regarding this error, and second was a few days after, when I ran my own installation of VirtualBox and encountered the same thing. We were’nt able to fix this error when my officemate ran into [...]