Ubuntu下載版本 ISO檔案
http://releases.ubuntu.com/8.04/
Ubuntu 安裝ssh
安裝 - 使用 apt 安裝 openssh-server 套件, 執行指令: |
sudo apt-get install openssh-server |
安裝 - 使用 apt 移除 openssh-server 套件, 執行指令: |
sudo apt-get remove openssh-server |
http://www.linuxidc.com/Linux/2010-09/28711.htm
原本的root是預設尚未設定密碼(不是空白密碼), 第一次使用root的話使用sudo passwd root指令, 若之前尚未使用sudo執行其他指令, 此時一樣會提示你輸入你的使用者密碼(sudo確認身份用的).
無法透過apt-get安裝的朋友可以看看這裡
http://marcustsai.blogspot.tw/2009/03/ubuntu-ssh-server.html
http://renren.it/a/caozuoxitong/Windows/20110908/127928.html
=============================
下載Vmware Converter
http://lzmin.pixnet.net/blog/post/27235263
設定Vmware Converter
http://lzmin.pixnet.net/blog/post/27235263
=============================
在 Ubuntu 上面有時編輯一些設定檔時會直接用 vi 來做,但預設安裝 Ubuntu 後用 vi 開啟檔案,會發覺方向鍵及 backspace 鍵不能使用,解法方法是在家目錄建立 .vimrc 檔案,然後加入以下內容:
set nocompatible
set backspace=2
儲存檔案後離開,下次使用 vi 開啟檔案就可以使用方向鍵及 backspace 了。
=============================
1.
sudo vi /etc/apt/sources.list
===========================================================================================
2.
deb http://ports.ubuntu.com/ jaunty main restricted universe multiverse
deb http://ports.ubuntu.com/ jaunty-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ jaunty-security main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse
=====================================================================================================
3.
sudo apt-get update
4.
sudo apt-get install openssh-server
5.
完成
留言列表