只要在 Linux 的 作業系統上安裝 mono 後,即可在 Linux 的 Web Server 上執行 ASPX 的網頁
經過兩個晚上的測試,試了一些不同的方法,終於可以成功的執行 ASPX 囉
筆者主要是參考:http://mingstert.blogspot.com/2008/12/mono-2x-on-centos-5.html
然後做了些小調整,把 mono 的原始檔下載下來並重新 compiler
Enjoy.
只要在 Linux 的 作業系統上安裝 mono 後,即可在 Linux 的 Web Server 上執行 ASPX 的網頁
經過兩個晚上的測試,試了一些不同的方法,終於可以成功的執行 ASPX 囉
筆者主要是參考:http://mingstert.blogspot.com/2008/12/mono-2x-on-centos-5.html
然後做了些小調整,把 mono 的原始檔下載下來並重新 compiler
Enjoy.
Ctrl + Alt + F1 ~ F6 => Virtual consoles 間的切換(virtual console 為指令的模式)
Ctrl + Alt + F7 => 切換到 graphical console
init 6 => 重新開機
init 0 => 關機
startx => 啟動 X server
adduser Jacky => 新增使用者
useradd Jacky => 新增使用者
passwd => 改變密碼
gedit => 簡易的文字編輯器
cat filename => 印出目前檔案的內容
man 指令 => 查詢指令的用法
date => 顯示目前的日期與時間
touch test.txt => 建立一個檔案
rm => 刪除檔案
ls –al => 列出檔案及資料夾
pwd => current working directory 目前的工作目錄
cd – => 回到前一個工作目錄
cp –a => 複製檔案及目錄
mv => 移動檔案及目錄
mkdir => 建立目錄
rmdir => 刪除目錄
chown Jacky test.txt => 將 test.txt 檔案的 owner 改為 Jacky
chgrp Jacky test.txt => 將 test.txt 檔案的 group 改為 Jacky
Enjoy.
今天外出重新學習 Red Hat Enterprise,先把重要文件的位置記錄起來,以免日後忘記了
今天的講師也再三的強烈建議大家:不用急著買書,一定要下載這些文件來看。
網址:
選擇『繁體中文』的語言
就可以看到繁體中文的文件囉
http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/zh-TW/index.html
Enjoy.