Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Internet Management

Avatar for Jeremy Yen Jeremy Yen
October 08, 2013

Introduction to Internet Management

Avatar for Jeremy Yen

Jeremy Yen

October 08, 2013
Tweet

More Decks by Jeremy Yen

Other Decks in Technology

Transcript

  1. }  Secure Shell (安全的Shell連接) }  Telent 加密版 }  ⽤用以存取遠端主機的命令列,可遠端執⾏行命令 } 

    常⽤用Client軟體: putty, pietty( putty不⽀支援中⽂文) }  SSH如果被侵⼊入,後果不堪設想, }  絕對不要洩漏帳號密碼!
  2. }  選擇硬體(主機) ◦  ⾃自⾏行購買維護 ◦  租⽤用虛擬主機 ◦  租⽤用VPS }  選擇軟體

    ◦  Linux Server ◦  Windows Server ◦  Mac Server }  購買網址(透過 GoDaddy等網站)
  3. }  開發原始碼(免費) }  運作較穩定 }  LAMP / LNMP ◦  Linux

    ◦  Apache / Nginx – 伺服器軟體,提供HTTP服務 ◦  MySQL – 資料庫軟體 ◦  PHP – 處理動態網⾴頁的程式語⾔言
  4. }  CentOS,從Red Hat發展⽽而來的免費發⾏行版。 }  Debian,⼀一個強烈信奉⾃自由軟體,並由志願者維護的系統。 }  Fedora,是Red Hat的社群版。 }  Red

    Hat Enterprise Linux,Fedora的商業版,由Red Hat維護和提 供技術⽀支援。 }  Ubuntu,⼀一個⾮非常流⾏行的桌⾯面發⾏行版,由Canonical維護。
  5. }  台灣⼤大多數學校使⽤用 }  需要昂貴授權費 }  ⾃自⾏行架設居多(租⽤用通常較Linux貴) }  Internet Information Services(IIS)

    – 提供HTTP 服務 }  Microsoft SQL Server – 提供資料庫服務 }  ASP 和 ASPX - 處理動態網⾴頁(可⽤用VB或C#撰寫)
  6. }  靜態網⾴頁 ◦  不隨使⽤用者變動的網⾴頁 ◦  通常網⾴頁副檔名為.htm或.html ◦  網站內容固定(如公司介紹網⾴頁) }  動態網⾴頁

    ◦  隨使⽤用者或操作變動的網⾴頁 ◦  由程式語⾔言如PHP,ASP等處理 ◦  EX: 部落格,會員中⼼心,論壇,社員系統