Linux

Linux Operating System

Upgrading to Ubuntu 11.10 Natty Narwhal

Tagged:  

I finally decided to upgrade my Linux machine to Ubuntu 11.10 Natty Narwhal.

Natty Narwhal

initframsfs-tools failed to install or upgrade

Tagged:  

package-initramsfs-tools-failed

After upgrading to Ubuntu 11.04, I received this Package Problem Error Message: Sorry, the package initramsfs-tools failed to install or upgrade. You can help the developers to fix the package by reporting the problem.

Installing OpenOffice.org 3 in Fedora

Tagged:  
  1. go to the directory of the compressed file
    OpenOfficeInstallation
     
  2. extract the compressed file
    fedora linux
     
  3. change user account to root

Installing Ubuntu 10.10 Maverick Meerkat

Tagged:  

Welcome screen when you boot on Ubuntu Linux Bootable Installation CD

welcom screen ubuntu linux bootable installer

 

Preparing to Install Ubuntu Linux

preparing to install ubuntu linux

 

Allocating Drive Space

Ubuntu 10.04 in Acer Aspire One

Tagged:  

I successfully installed Ubuntu 10.04 Lucid Lynx in my schoolmate's netbook--acer aspire one.

Outline of my topics in Open Source Sharing Session - Software Freedom Day 2010 @ VSU

The outline of my slide presentations for this upcoming Software Freedom Day 2010 @ VSU are now ready.

1. Ubuntu Linux

  •     Advantage of Linux
  •     Introduction to Ubuntu
  •     Getting Started
  •     FAQ - Ubuntu at First Time
  •     Useful Applications bundled in Ubuntu 10.04 (Lucid Lynx)
  •     Tools / Applications for CS
  •     Installing Application Software
  •     Help 

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

Syndicate content