|
Read this, it's really cool:
The Last Question, by Isaac Asimov Installing AIR 1.5 on 64-bit Ubuntu 7.10 and 8.04
To install AIR 1.5 on Ubuntu 7.10 and 8.0, you must manually install the 32-bit files by following these directions:
Move a database from MySQL to SQLite
Export from phpMyAdmin as either ANSI or TRADITIONAL compatability?, no extended inserts use sqlite database browser to import the sql file from phpMyAdmin If needed in sqlite 2, convert from sqlite 3 by: sqlite3 dbase.sqlite .dump | sqlite dbase_new.sqlite Essential Firefox Extensions
Essential User Styles for use with Stylish
Essential Software
Nice Software
Fix grub after reinstalling windows
with the Ubuntu Live CD $ sudo grub –batch grub> find /boot/grub/stage1 grub> root (hd0,1) grub> setup (hd0) grub> quit Edit the path on linux
On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look for a line that sets the PATH environment variable and add the full path to your $SDK_ROOT/tools to it. If you don't
see a line setting the path, you can add one:export PATH=${PATH}:<path to your $SDK_ROOT/tools> |