NariJitp
วันจันทร์ที่ 20 มิถุนายน พ.ศ. 2559
ลง ubuntu server สำหรับ VM
เตรียมเครื่อง
ปลดเน็ตให้เครื่อง server ใน Firewall ก่อน
ssh เข้า server ใช้คำสั่ง ssh administrator@
ipserver
sudo -i
nano /etc/hostname
nano /etc/hosts
apt-get update
apt-get -y dist-upgrade
อ่านต่อ >>
วันเสาร์ที่ 31 มกราคม พ.ศ. 2558
Ubuntu : Install Google Chrome
แนะนำขั้นตอนการลง Google Chrome บน
Ubuntu
Open a terminal.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
วันศุกร์ที่ 2 มกราคม พ.ศ. 2558
Ubuntu : Install Virtualbox
แนะนำขั้นตอนการลง VirtualBox บน Ubuntu
Open a terminal.
sudo nano /etc/apt/sources.list
deb http://download.virtualbox.org/virtualbox/debian trusty contrib
(for ubuntu 14.04)
deb http://download.virtualbox.org/virtualbox/debian saucy contrib
(for ubuntu 13.10)
อ่านต่อ >>
Ubuntu : Install Synaptic Package Manager
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install synaptic
Ubuntu : Install Adobe Flash Player
Open
http://get.adobe.com/flashplayer/otherversions/
Choose Linux 64-bit on Step 1
Choose Flash Player 11.2 (tar.gz) on Step 2, download the file
Once download is complete, right click on the flie (tar.gz) and click on "Extract here"
Launch Terminal (Keyboard Shortcut : Ctrl+Alt+T)
Go to that location where you extracted the file
Run this command :
sudo mv libflashplayer.so \/usr/lib/firefox-addons/plugins
Launch Mozilla Firefox and check do you have Adobe Flash Player
บทความที่ใหม่กว่า
หน้าแรก
สมัครสมาชิก:
บทความ (Atom)
TOTORO
AS400 : วิธีตั้งค่าคีย์บอร์ด Enter ที่ปุ่มตัวเลขให้สามารถใช้งานได้ใน AS400
วิธีตั้งค่าคีย์บอร์ด Enter ที่ปุ่มตัวเลขให้สามารถใช้งานได้เหมือนปุ่ม Enter ปกติใน AS400 เปิดโปรแกรม AS400 แล้วใส่รหัสผ่าน ไปที่เมนู Edi...
ตั้ง auto login บน Windows XP
Windows XP Auto Login You can configure Windows XP to automate the logon process if your computer is not part of a domain. Computers...
TOTORO