Alien 是一個將 rpm, dpkg, stampede slp 及 slackware tgz 檔案格式間轉換的工具,在 Ubuntu 上安裝 Alien 也只需用 apt 即可,相當方便,以下是安裝方法:
$sudo apt-get install alien
例如:
sudo alien -k xxxx.rpm #會將rpm轉換為deb,完成後會生成一個同名的xxxx.deb。
sudo dpkg -i xxxx.deb #安裝deb檔。
Alien 是一個將 rpm, dpkg, stampede slp 及 slackware tgz 檔案格式間轉換的工具,在 Ubuntu 上安裝 Alien 也只需用 apt 即可,相當方便,以下是安裝方法:
$sudo apt-get install alien
sudo alien -k xxxx.rpm #會將rpm轉換為deb,完成後會生成一個同名的xxxx.deb。
sudo dpkg -i xxxx.deb #安裝deb檔。
裝置->分享資料夾
名稱: share
路徑: C:\share
在客端(Linux)底下新增要分享的目錄(如/mnt/share)
mount -t vboxsf share /mnt/share
如果要開機就掛載的話請將上面那行加在/etc/rc.local裡面
參考網址:
http://lunafox.wordpress.com/2008/02/12/%E5%9C%A8virtualbox-154-%E4%B8%8A%E5%AE%89%E8%A3%9Dubuntu-710/#_
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*