Ubuntu

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

ค้นหาคำที่ต้องการในไฟล์

 เคยสงสัยไหมว่าถ้าเรามี 

Installing ImageMagick in Ubuntu 11.04

 
I am working in a project , which includes some image maniputaion functions.After a quick googling i found ImageMagick is best to satisfy my needs.
I installed ImageMagic using sudo apt-get install imagemagick.
After installation i tested some of the commands provided by imagemagick ( convert , identify). But it is not working and causing an error “No Delegates for this image”.

วิธีติดตั้ง package .deb บน ubuntu

 
Ubuntu นั้นพัฒนามาจาก debain ฉะนั้น package ส่วนใหญ่ที่อยู่บน ubuntu จึงเป็นแบบ .deb ซึ่งสามารถติดตั้งได้ง่ายมากๆ เพียงแค่ดับเบิ้ลคลิกไปที่ไฟล์ .deb ของเราก็สามารถติดตั้งได้แล้ว
หรือถ้าเราอยากติดตั้ง Debian (.deb) ผ่าน command line บน ubuntu ก็สามารถทำได้ด้วยเช่นกัน
ติดตั้ง Debian (Ubuntu) package (.deb):
$ sudo dpkg -i packagename.deb
ถอนการติดตั้ง Debian (Ubuntu) package (.deb):
$ sudo dpkg -r packagename
แก้ไขไฟล์ Debian (Ubuntu) package (.deb):
$ sudo dpkg-reconfigure packagename
 

VirtualBox on Ubuntu 12.04.1

VirtualBox
https://www.virtualbox.org/
 
Download VirtualBox 

 ติดตั้ง VirtualBox 

  •  sudo dpkg -i PackageName

 
Download Extension Pack

import android.support

Eclipse Version: Indigo Service Release 2
android-sdk_r18-linux
Ubuntu 12.04

Problem
import android.support.v4.app.Fragment;

there is no file android-support-v4.jar

Solution
right-click on the project > Android Tools > Add Support Library...
Ref: http://code.google.com/p/android/issues/detail?id=21488

เพิ่ม library path in ubuntu 12.04

การ set library path ที่ terminal ขณะกำลังใช้งาน คือค่าที่ set จะหายไปเมื่อ reboot
$ export LD_LIBRARY_PATH="/list/of/library/paths:/another/path"
 
การ set library path ให้กับ user เฉพาะคน คือค่านี้จะถูกเรียกทำงานเมื่อ boot เครื่องให้ set ค่านี้ไว้ที่ไฟล์ /home/user/.bashrc
$ export LD_LIBRARY_PATH="/list/of/library/paths:/another/path"
 

CoovaChilli

NOTE: both coovachilli and chillispot don't work with 64bit OS. RADIUS authentication is flawed in those setups.
 
Keyword: Coova Chilli  Ubuntu
 
Ubuntu Server + Freeradius 2.0.x + coovachilli + Daloradius
http://network-scratch.blogspot.com/2011/09/ubuntu-server-freeradius-20x.html
 

Syndicate content