วันเสาร์ที่ 31 มกราคม พ.ศ. 2558

Ubuntu : Install Google Chrome

แนะนำขั้นตอนการลง Google Chrome บน Ubuntu
  1. Open a terminal.
  2. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  3. sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
  4. sudo apt-get update
  5. sudo apt-get install google-chrome-stable

วันศุกร์ที่ 2 มกราคม พ.ศ. 2558

Ubuntu : Install Virtualbox

แนะนำขั้นตอนการลง VirtualBox บน Ubuntu
  1. Open a terminal.
  2. sudo nano /etc/apt/sources.list
    1. deb http://download.virtualbox.org/virtualbox/debian trusty contrib (for ubuntu 14.04)
    2. deb http://download.virtualbox.org/virtualbox/debian saucy contrib (for ubuntu 13.10)

Ubuntu : Install Synaptic Package Manager

  1. sudo apt-get update
  2. sudo apt-get upgrade
  3. sudo apt-get install synaptic

Ubuntu : Install Adobe Flash Player

  1. Open http://get.adobe.com/flashplayer/otherversions/
  2. Choose Linux 64-bit on Step 1
  3. Choose Flash Player 11.2 (tar.gz) on Step 2, download the file
  4. Once download is complete, right click on the flie (tar.gz) and click on "Extract here"
  5. Launch Terminal (Keyboard Shortcut : Ctrl+Alt+T)
  6. Go to that location where you extracted the file
  7. Run this command : sudo mv libflashplayer.so \/usr/lib/firefox-addons/plugins
  8. Launch Mozilla Firefox and check do you have Adobe Flash Player

TOTORO