Table of Contents

Linux install

Unix and Linux distributions:

History of Linux video: Origin of Linux

Linux install as whole system

Linux install as dual boot with Windows

Linux distribution - Ubuntu

Ubuntu website: http://www.ubuntu.com/desktop

LTS version vs lastest version

Post install and Setup (Ubuntu-based)

  1. check driver install and device recognized
    1. System menu > Admin > Additional Drivers (it will auto detect)
    2. check recognized devices
      lspci -vvnn
  2. Ethernet and Wireless connection setup
    1. check network devices enabled
      rfkill list all
      # 0: dell-wifi: Wireless LAN
      # Soft blocked: no
      # Hard blocked: no
      # 1: hci0: Bluetooth
      # Soft blocked: no
      # Hard blocked: no
    2. normally Ethernet works out of box but plug in cable and wait
    3. if wifi is disabled (if above shown as Blocked: yes), run this in terminal
      rfkill unblock wifi
      # reference: http://vikashazrati.wordpress.com/2011/02/10/ubuntu-10-10-network-adapter-shows-wireless-disabled/
  3. create folder with all user permission under “root /”
    sudo mkdir /your_folder_name
    sudo chmod 777 /your_folder_name
  4. connect to remote windows share network folder
    1. go Places menu > Connect to Server, (username on windows, WORKGROUP domain, password)
    2. if not working, run
      sudo apt-get upgrade samba-common-bin
  5. share local folder to network
    1. if the sharing option on folder not working, run
      sudo apt-get upgrade samba-common-bin
    2. pending

Application - Common

  1. Open JRE (Jave for linux)
  2. Eye of Gnome (Ubuntu image viewer)

Common task and tools

backup and restore tool

Common Function install and customize

Input method

Chinese input method install

  1. (ubuntu 10.04) System menu > Preference > IBus Preference (click ok for pop-up)
  2. General Tab : show icon in system tray
  3. Input method : select an input method > Chinese > 拼 pinyin
    1. (if it is not there) go to Ubuntu Software Center : search “chinese pinyin”
    2. select and install “pinyin engine for ibus”
    3. restart computer, or relogin to activate that new feature

Japanese input method install

  1. (ubuntu 10.04) System menu > Preference > IBus Preference (click ok for pop-up)
  2. General Tab : show icon in system tray
  3. Input method : select an input method > Japanese > anthy
    1. (if it is not there) go to Ubuntu Software Center : search “anthy”
    2. select and install “input method for japanese - backend,dict”
    3. restart computer, or relogin to activate that new feature

Linux customize for efficiency

bash(with linux binary tool) + Gnome/KDE/other built-in hotkey manager

Services and Function addon for Linux

Hostname / Computer name change

Change all the old computer names in following files

sudo vi /etc/hostname
sudo vi /etc/hosts

ref: http://www.liberiangeek.net/2011/03/change-hostname-computer-name-ubuntu-11-04-natty/

VNC server and client

SSH server and client

Linux Sharing Feature

Tips on how to share Folder on Linux.

share folder

Note: to securely share a folder, you need have a account of that computer.

FAQ:

Ref: https://help.ubuntu.com/10.04/internet/C/networking-shares.html

FAQ - Problem and Solutions

(ubuntu) "unlock your login keyring" prompt

reference:

Windows App for talking to Linux

Linux can natively read and write on NTFS, FAT format disk.
Mac can natively read NTFS, and read and write on FAT format disk.
Mac can use ntfs-3g tool to write on NTFS disk, but not recommended, as it's slow and unstable.

Webcam and Chatting app

Browers and Networking app

notes:
opera and most linux applications load “.so” file like “.dll” in windows, and most “.so” type plugins are packed into one single “.so” file, by define the loading path and loading configuration, the application should auto-detect it and load it and use it as needed.

Video Production Linux app

* need to update

Wine, run win app on linux

Additional Graphs helping understand Linux