Planet of NCCUCS

Tag: ubuntu

ie4linux安裝在Ubuntu 8.10的要點

作者:Peachwa & Neversay on 一月.07, 2009 Posted in RSS |

安裝ie4linux一直是很多Ubuntu user心中的痛,因為ie6很常用,但卻又很難安裝,WINE設定也是出了名麻煩。ie4linux提供了很方便的安裝方式,但是在update系統時,卻又常常不能運作,我這次花了幾...

Comments Off :, more...

Apache+MySQL+PHP+OpenSSL in Ubuntu

作者:lui on 十一月.15, 2008 Posted in RSS |

SSL介紹SSL(Secure Socket Layer)是Netscape所提出來的資料保密協定,採用了RC4、MD5,以及RSA等加密演算法。
網路上需要確定網站真的是那個網站,所以SSL也具備認證的機能。SSL是以金字塔的結...

Comments Off :, more...

Ubuntu 8.10倒數!

作者:Peachwa & Neversay on 十月.19, 2008 Posted in RSS |

終於,等待了許久的Ubuntu 8.10終於要釋出了,這版本的Ubuntu主要改進許多桌面應用的地方,下載點有:Asiahttp://ftp.jaist.ac.jp/pub/Linux/ubuntu-releases/ (Japan)http://debian.nctu.edu.tw/ubuntu-releases/ (Taiwan)ftp:/...

Comments Off :, more...

[ubuntu] 掛載 cue/bin 光碟映像檔

作者:TaopaiC on 九月.01, 2008 Posted in RSS |

cdemu 可以在 linux 裡建立虛擬的光碟裝置, 再將映像檔掛上. 支援的映像檔包括 .B6T, .CCD, .CDI, .CUE, .ISO, .MDS, .NRG, .TOC , CIF, C2D, DAA .
掛載 ISO 檔
如果只是 .iso 映像檔, linux 可以直接掛載
Comments Off :, , , , more...


Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27

作者:TaopaiC on 八月.29, 2008 Posted in RSS |

這幾天 ubuntu 8.10 使用了 2.6.27 的 kernel , 而 virtualbox 1.6.4 的 kernel module 和 2.6.27 不太合.
編譯時都會出現 error .
In file included from /tmp/vbox.1/linux/SUPDrv-linux.c:35:
/tmp/vbox.1/SUPDRV.h:104:30: er...

Comments Off :, , more...

ubuntu救回誤刪的分割區

作者:RedBug on 八月.09, 2008 Posted in RSS |

前幾天為了裝Windows,耍白誤刪了ubuntu的分割表。(搞錯顆硬碟)
在google上查了一下,Spfdisk及SystemRescueCd有救的機會。
不過因為spdfdisk似乎要在Dos環境下執行,
我就選用SystemRescueCd...

Comments Off :, more...

[tip] 在 wine 內自動安裝套件或函式庫 - winetricks

作者:TaopaiC on 七月.30, 2008 Posted in RSS |

每次在 wine 裡安裝程式, 需要另外安裝 dll 時, 都要上 google 找或是從另外一台 windows 機器複製過來嗎? vb6 runtime, msxml3 這些東西又在哪下載呢?
等等等, 救星來了! winetricks 這個小程式就可以...

Comments Off :, , more...

[筆記] VirtualBox 網路設定

作者:TaopaiC on 七月.02, 2008 Posted in RSS |

記下我的 VirtualBox 網路設定
安裝
sudo apt-get install uml-utilities bridge-utils
/etc/network/interfaces
auto lo
iface lo inet loopback
name Loop interface
auto br0
iface br0 inet static
...

Comments Off :, , , more...

[ubuntu] 安裝uvc webcam

作者:TaopaiC on 四月.26, 2008 Posted in RSS |

前幾天買了一個新的webcam, 不幸的是 ubuntu 8.04 內附的 uvcvideo 並不支援, 需要更新的 uvcvideo 才能使用.
自己編譯其實不麻煩, 用svn下載新的程式碼,make,make install就可以收工了
壞消息是 u...

Comments Off :, , , , , , , more...

Ubuntu Hardy今天超大的地雷 - libc6更新失敗

作者:TaopaiC on 三月.13, 2008 Posted in RSS |

使用發展中版本, 有可能遇到超大的問題, 今天的 ubuntu hardy 版本就是一例…
今天的 libc6 更新會導致無法執行程式, 無法執行更新/安裝套件的 dpkg 或 apt-get, 連 sudo / bash 也無法執行, 根...

Comments Off :, , more...