Linux

Linux Operating System

Installing Ubuntu Lucid Lynx Netbook Remix in Virtual Box

Tagged:  

To be able to install Ubuntu Netbook Remix in Virtual Box, you need to convert the .img file to Virtual Box .vdi file. To do so, enter the following command in terminal VBoxManage convertdd ubuntu-10.04-netbook-remix-i386.img ubuntu-10.04-netbook-remix.vdi .

At first, i encountered FATAL: No bootable medium found! System halted. This was solve by the following setting.

Convert Source Code to HTML using vim

1. open your source code in vim
        go to Applications >>> Accessories >>> Terminal
        then type vim <codeFileName> then hit Enter
        e.g vim factorial.py
2. convert your code to readable html
       type :runtime! syntax/2html.vim then hit Enter

Surfing the net in the terminal

Tagged:  

I browse my site (jrgalia.com) in shell using elinks

elinks

here we go.....

elinks

is it cool?

How to Install Ubuntu-Title Font

Tagged:  

Do you like this ubuntu-title font? You want to install it in your machine? Then, open up your terminal and type sudo apt-get install ttf-ubuntu-title then press enter.

How to install fonts in ubuntu

Tagged:  
  1. create a folder ".fonts" in your home directory.
    $mkdir .fonts
  2. copy the fonts to the folder .fonts
    cp <source folder/*.ttf> /home/user/.fonts
  3. fonts copied will now available if you (re)start your application.

Syndicate content