You are here

Ubuntu

rdesktop configure: error: C compiler cannot create executables

Today, I try to compile rdesktop on my Ubuntu laptop system. But I get wrong message.

root@wugi-laptop:/compile/rdesktop-1.6.0# ./configure
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details

After research in Google, I find it is caused by the package g++.

The issue can be solved after installing g++ package.

Tags: 

Mikogo 在Ubuntu 運行成功

Mikogo is a is a free online meeting tool. Invite up to 10 participants to view your computer screen live over the Internet

今天我們案子的Test leader說開會時要使用這套軟體達到視訊會議的目地免得雞同鴨講, 在windows PC上安裝及參加會議沒什麼問題, 出於好奇我也把Mikogo安裝到Ubuntu+wine1.0的系統上, 結果也是可以正常運行 :D

Tags: 

Solve can't mount samba share folder in Ubuntu 8.04

Today I try to use my Ubnutu 8.04 system to map our dataserver and input following command.

# mount -t smbfs //192.168.100.1/wugi /mnt/wugi -o iocharset=utf8,username=wugi
mount: wrong fs type, bad option, bad superblock on //192.168.100.1/wugi,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail  or so

Tags: 

把公司的筆電換成Ubuntu系統了...加入Linux使用行列 :D

最近, 應該是說昨天啦...我把我們老闆Jack的電腦裝成Ubuntu的系統了, 以後打算用它來當作筆電的辦公系統了可以順道復習一下Linux的使用...

剛裝完後便試試無線和遠端登入看是不是可以登入到放在外面的電腦, 結果可以正常連線

在使用的過程中發現一個小技巧, 在Ubuntu裡有內建組合鍵可以快速切換工作區的按鍵, 原本的工作窗格是2個所以是使用

Ctrl + Alt + ← 和 Ctrl + Alt + →

來做工作窗格的切換, 這邊提到的小技巧是說讓一邊的工作窗格進行遠端桌面連線登入到Windows的電腦, 然後用上面的組合鍵切換遠端主機和Ubuntu系統本身

這算不是是什麼大功能, 不過對我來說覺得超好用 :D

值得注意的是在Ubuntu裡開啟遠端桌面連線程式要進行連線時, 不要把裡面的設定成連線為全螢幕, 如果以全螢幕連線時即使用組合鍵切換視窗看到的還是只會是windows的電腦喔

生活手扎: 
Tags: 

[轉貼] Ubuntu runlevel 設定

linux的各大發行版,都有些不必要的服務被預設開啟了,針對ubuntu,我們可以採用選擇
性關閉的方法加速起動,提高系統性能。
這里我們安裝一個軟體:

sudo apt-get install sysv-rc-conf

然后這樣起動:

sudo sysv-rc-conf

在這個軟體里,可以用鍵盤的方向鍵移動,用空格選取,也可以直接用滑鼠選取,最后用
q保存退出,一下列出服務的名稱和基本的解釋。

Tags: 
Subscribe to Ubuntu