iNestdia

diyOS

VPN Client in Ubuntu Karmic

posted Feb 15, 2010 9:21 AM by J iNestdia

468 X 60 ipad

OpenVPN is a Virtual Private Networking (VPN) solution provided in the Ubuntu Repositories.

Installation

$ sudo apt-get install openvpn network-manager-openvpn

you slao can install

$ sudo apt-get install network-manager-pptp  (for Microsoft VPN)

$ sudo apt-get install network-manager-vpnc  (for Cisco VPN)

Add a VPN Connection

Click network icon from system tray, go [VPN Connetions] –> [Configure VPN...] –> [VPN], the [Add] button is enabled, you can create a connection there by select the connection type.

Install Firefox 3.6 in Ubuntu Karmic

posted Feb 10, 2010 3:44 PM by J iNestdia

300 x 250 Rockband FB

Released January 21st, 2010, Firefox 3.6 is built on Mozilla’s Gecko 1.9.2 web rendering platform, this version is also faster and more responsive than previous versions and has been optimized to run on small device operating systems.

Installation for Ubuntu karmic

$ sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa

$ sudo apt-get update && sudo apt-get install firefox-3.6

Go to Applications > Internet > Namoroka Web Browser to start firefox 3.6.


REF: Firefox 3.6 Release Notes

Install iBus – Intelligent Input Bus for Linux

posted Jan 28, 2010 9:58 AM by J iNestdia   [ updated Jan 28, 2010 10:06 AM ]

540 x 200

From Synaptic Package Manager, search for “ibus”, install ibus, ibus-gtk.

For input methods for examples, Chinese Pinying and Japanese Anthy, you may install ibus-pinyin, ibus-anthy and etc.

Note: Normally IBus startup configuration will be done automatically after installation. But if not, do it manually.

Create a file /etc/xdg/autostart/ibus-daemon.desktop as follows;

———————————————————————
[Desktop Entry]
Name=iBus Daemon
Exec=ibus-daemon -d
Terminal=false
Type=Application
OnlyShowIn=GNOME;XFCE;LXDE;
———————————————————————

This will autostart ibus-daemon after reboot.

LXDE – A Lightweight X11 Desktop Environment

posted Jan 25, 2010 3:57 AM by J iNestdia   [ updated Feb 8, 2010 3:02 AM ]

300 x 250  ipad

LXDE is an extremely fast-performing and energy-saving X11 desktop environment, with a beautiful interface, multi-language support. LXDE uses less CPU and less RAM than other environments. It is especially designed for cloud computers with low hardware specifications, such as, netbooks, mobile devices.

After finishing DIY Ubuntu OS for Netbook – Installation Details, you can change to LXDE if you like. Installation is simple, just

$ sudo apt-get install lxde

Note: I installed Ubuntu base system(only a command line-based system) with Ubuntu Alternate installer CD. Some user may suggested that you can install xubuntu and remove xfce after installing LXDE. However, install from base system is recommended.


Hot chicks? Get them on your mobile now! Win a fashion voucher!


Autostart network-manager(nm-applet) in LXDE
First, edit /etc/xdg/autostart/nm-applet.desktop, this file appears as follows;

———————————————————————
[Desktop Entry]
Name=Network Manager
Comment=Control your network connections
Icon=nm-device-wireless
Exec=nm-applet –sm-disable
Terminal=false
Type=Application
OnlyShowIn=GNOME;XFCE;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=NetworkManager
X-GNOME-Bugzilla-Component=general
X-GNOME-Autostart-enabled=true
X-Ubuntu-Gettext-Domain=nm-applet

———————————————————————-
Edit the file, make sure OnlyShowIn contains LXDE,
OnlyShowIn=GNOME;XFCE;LXDE;
then,
$ mkdir ~/.config/autostart
$ cp /etc/xdg/autostart/nm-applet.desktop ~/.config/autostart/
This will autostart network manager(nm-applet) after reboot.

My ToDoList After Installing a Diy Ubuntu

posted Jan 22, 2010 4:28 AM by J iNestdia   [ updated Jan 22, 2010 4:45 AM ]

Just my Todolist to keep as simple as possible.

- Anti-Virus Clam

$ sudo apt-get install clamav clamtk

- Java runtime

$ sudo apt-get install sun-java6-jre sun-java6-plugin equivs

- Archiver

$ sudo apt-get install unrar

- Download Manager: Multiget

$ sudo apt-get multiget

- FTP Client: Filezilla

$ sudo apt-get install filezilla filezilla-common



Xray b 064 300x250



DIY Ubuntu OS for Netbook – Installation Details

posted Jan 20, 2010 2:10 PM by J iNestdia   [ updated Mar 14, 2010 8:59 AM ]

avatat b003 468x60

Following the A DIY Ubuntu OS for Netbook, here is the installation details:

Step1:Install an Ubuntu Command-Line Interface System

The command-line installer is included with the alternate installer CDs. I downloaded the Ubuntu 9.10 Alternate i386 ISO from ubuntu.com. To install a base system, boot from the Alternate CD and choose “Install a command-line system.”. To be noticed that it is exactly the same command-line system on Kubuntu/Xubuntu/Ubuntu Alternate CDs, but the Server Install CD’s simple command line system is not the same as “install a command-line system”. The difference is one for linux-server kernel and one for linux-generic kernel, and the modules included are not same too.

The installation itself is simple, just follow the on-screen instructions to complete installation. Then update and upgrade the system. 

Step2: Graphic Environment X.org

The minimum for any graphical environment is X.org, x-window-system-core, the frmework for an X-seesion, complete with a variety of drivers and configuration files.

$ sudo apt-get install xorg

then, using following command to start X.

$startx

Sept3: Adding a Windows Manager and a File Manager(Optional)

Without a window manager and some software, you probably won’t get much done. For linux there are many window managers out there, XFCE, Openbox and Fluxbox for examples. After trying a few of them, I choice Fluxbox for installation. Fluxbox is a lightweight and simple, highly configurable desktop system that takes few resources.

$ sudo apt-get install fluxbox

Once installed, you can start Fluxbox with the startx command.

Note: Right click to show the menu, point Applications -> system -> Administration -> fluxmenu to open the Fluxbox Configuration Tool, you can add your own menu command there for quick accesss.

If you need to access local disk files, you will need a file manager. There are some lightweight file managers available for graphical file management. I install two file managers as follows:

thunar – a lightweight file manager for local disk access

nautilus – the default file manager for Ubuntu, using it for samba share access

$ sudo apt-get install thunar nautilus

Of course, if you only use cloud service, no file manageris necessary.

Step4: Setup for Wifi Network with WPA and using the Network Manager

For a netbook, a wifi connection with WPA(and WPA2) should be prepared. To use WPA and WPA2, “wpa-supplicant” should be installed. Usually it should install by default, if not, you can install it.

$ sudo apt-get install wpasupplicant

Note: You can “sudo apt-get install wireless-tools” to use command “iwconfig” and “sudo iwlist scan” …

In Fluxbox, just run nm-applet in a terminal,

$nm-applet

this will start the network-manager and you can view the network-manager GUI in dock. Like Gnome desktop, you can configure network connection by GUI.

Note: you can using Fluxbox Configuration Tool to put this command to your own menu for quick access.

Step5: Install a Browser

Right now, no doubt I installed Firefox with Google Tool Bar add-on, almost my work will done by this setting. Web browsers come in many flavors, the Chromium Browser is very interesting one and it also be installed by using Ubuntu PPAs.  There are a lot of documents online to tell you how to install chromium.

But how to use Firefox(or Chromium) effectively should be discussed in anther article.

Model B 033 300x250

Step6: Adding a Login Manager(optional)

Login managers will assist in choosing a graphical environment and will not require you to start X in command-line to get into the window manager. If you need one, it is a good idea to install a simple one(like XDM or SLiM)instead of some heavy reputation login managers(GDM and KDM).

$ sudo apt-get install xdm (or slim)

It just works as expected.

Setp7: Something else

Above is basic, should I add something else……

A DIY Ubuntu OS for Netbook

posted Jan 20, 2010 3:32 AM by J iNestdia   [ updated Jan 20, 2010 8:58 AM ]

When I bought my netbook(Asus eeePC 1005HA) last year, I installed Ubuntu Netbook Remix on it and it works very well.

Recently, I think to reinstall Ubuntu like “a cloud computeing netbook”, keep the OS as simple as possible, as light as it can, the services and software only I needed will be installed. For such a purpose. may be a browser with Google service is OK for me. At least, I think to use netbook in such a way.


brain v2 b004 300x250

I will do by following steps:

Step1: Install an Ubuntu Command-Line Interface System

The command-line version of Ubuntu is a base system, It’s also the starting point for a minimal installation.

Step2: Graphic Environment X.org

X.org, x-window-system-core, is the frmework for an X-seesion, complete with a variety of drivers and configuration files.

Sept3: Adding a Windows Manager and a File Manager(Optional)

If you only use cloud service, a file manager even not necessary.

Step4: Setup for Wifi Network with WPA and using the Network Manager

A wifi connection with WPA(and WPA2) should be prepared for a netbook.

Step5: Install a Browser

Step6: Adding a Login Manager(optional)

Setp7: Something else you need


Next post for more details.

‹ Prev    1-7 of 7    Next ›



TABLET 125x125 nokia b004 125x125

fool b004 125x125 avatat b008 125x125

xray b002 125x125 car b004 125x125

Tiger 125x125 scan b002 125x125

xfx b0004 125x125 Scan B 002 125x125