Ubuntu

warning: Creating default object from empty value in /home/www/virtual/phaisarn.com/sun/htdocs/modules/taxonomy/taxonomy.pages.inc on line 33.

Ubuntu Server Guide

สลับภาษาไทย อังกฤษ บน key board ด้วยตัวหนอน (grave accent) Ubuntu และ Mac OS X

 เนื่องจากคนไทยส่วนใหญ่ใช้งานคอมพิวเตอร์ระบบปฎิบัติการ Windows และจะคุ้นเคยกับการสลับ keyboard ไทยและอังกฤษด้วยปุ่มตัวหนอน ~ หรือ grave accent
แต่ในระบบปฏิบัติการ Ubuntu และ Mac OS X จะใช้ปุ่มอื่นเพื่อสลับภาษา จึงอาจก่อให้เกิดความไม่สะดวกกับผู้ใช้บางคน

Releasing And Renewing Your IP Address In Ubuntu

sudo ifconfig eth0 down (shuts down the eth0 interface, releases the IP)

sudo ifconfig eth0 up (enables the eth0 interface, renews the IP)

sudo /etc/init.d/networking restart

Ref: http://www.pcmech.com/article/releasing-and-renewing-your-ip-address-in-ubuntu/

Share files and folders with other computers

You can share files and folders with other people on your network.
1. Click on the folder you wish to share with the right mouse button.
2. Select Sharing Options.
3. Select Share this folder.
 
Create new samba user and set its password
sudo smbpasswd -a username, replacing “username” with your own username. 
 
Ref: https://help.ubuntu.com/8.04/internet/C/networking-shares.html

เปลี่ยน ubuntu archive จาก th.archive.ubuntu.com/ เป็น jp.archive.ubuntu.com/

1.เริ่มด้วย แก้ไขไฟล์ /etc/apt/sources.list ด้วย gedit
sudo gedit /etc/apt/sources.list
2.ค้นหาข้อความ “th.archive” และแทนที่ด้วย “jp.archive”
3. Save ไฟล์
4. สั่ง UPDATE เพื่อ refresh package list ด้วยคำสั่ง sudo apt-get update
5. Package พร้อมใช้งานแล้ว
ที่มา: http://konrasee.wordpress.com/page/3/
 

How To Increase Screen Resolution with VirtualBox and Ubuntu

I have solved the problem of lack of usable choices of screen resolution when operating "Ubuntu" inside "virtual box" (which is running on your windows PC - as rolled out with the DVD from Linux Format Mag "Building a great website"). It was annoying to not be able to operate the Virtual Box window at my 1680x1050 resolution. 

How to Convert chm files into PDF files in Ubuntu.

ที่มา: ubuntugeek.com/

How to Convert chm files to HTML files on Ubuntu.

Install libchm in Ubuntu
$ sudo apt-get install libchm-bin

Convert .chm files in to HTML files use the following command
$ extract_chmLib book.chm output_directory
ที่มา: ubuntugeek.com/

Syndicate content