— You Are At The Archives for the ubuntu Tag —

Fixing Vi and Arrows in Insert Mode

01.20.10 // Technology // (0) // 24 views

Recently I moved one of my sites onto another server, different installation. I noticed when i was working in Vi in insert mode my arrow keys would insert their values instead of navigating around the text. To fix this:

Make a new file in your home directory valled .vimrc
Inside it put in:
:set backspace=indent,eol,start
:set term=builtin_ansi

Now that global [...]

iiNet Ubuntu Intrepid Sources List

01.24.09 // Linux // (3) // 695 views

#
# deb cdrom:[Ubuntu-Server 8.04.1 _Hardy Heron_ - Release i386 (20080701)]/ hardy main restricted
# deb cdrom:[Ubuntu-Server 8.04.1 _Hardy Heron_ - Release i386 (20080701)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ftp.iinet.net.au/linux/ubuntu/ intrepid main restricted
deb-src http://ftp.iinet.net.au/linux/ubuntu/ intrepid main restricted
## Major bug fix updates produced after the final release of [...]

Ubuntu ASCII Art

01.06.09 // Linux // (0) // 97 views

.-.
.-’“(|||)
,`\ \ `-`. 88 [...]

Ubuntu On Mac Without CD-Rom or USB

01.04.09 // Technology // (1) // 812 views

This was quite the saga.
I ended up doing the following:

Buy a Firewire cable, 6-pin to 6-pin and make sure you have another macbook or mac!
On the mac that will be Ubuntufied download and install Refit this is a custom boot loader for Mac and will mac it easy to switch between operating systems on your mac! [...]