安裝 wget + java 8 + Screen 在Centos

何謂 linux?

拼音不叫 Lenovo (聯想電腦)
這是一種自由和開放原始碼的類 UNIX 作業系統。
(不懂的話,Apple 筆電也是 UNIX 即可)

何謂 CentOS?

是 Linux 發行版之一,是來自於(商業版)Red Hat Enterprise Linux 編譯而成,由於出自同樣的原始碼,因此有些要求高度穩定性的伺服器以 CentOS 替代商業版的 Red Hat Enterprise Linux 使用。

額外補充:查詢 CentOS 版本指令 :

1
[root@localhost ~]# uname -a

Linux 基本指令

這不是下載檔案,而是像是安裝應用程式的概念
yum install 你要安裝的東西 看以下範例

Install java 8

1
[root@localhost ~]# yum install java-1.8.0-openjdk

Install wget

(先讓主機擁有下載與續傳檔案功能)
進入到centos主機

1
[root@localhost ~]# yum install wget

接下來

1
[root@localhost ~]# wget https://github.com/接妳要的網址即可

推薦兩個指令網站
[wget指令1] [wget指令2]

Install Screen

(簡單來說就是讓主機可以開多視窗)

1
[root@localhost ~]# yum install screen

安裝好Screen後,開啟Screen

1
[root@localhost ~]# screen

這時會跳到一個很乾淨的 New shell
關閉,回到原本的shell exit
隱藏shell,回到桌面ctrl+Actrl+D

如何辨別當前Screen status ?
1
2
[root@localhost ~]# screen ls 
[root@localhost ~]# screen -r \\可以轉換回到screen 出來的shell

自己試看看囉~

Ref:
CentOS 查詢linux核心資訊 發行版本資訊 系統版本位元 檔案系統類型
Wget Linux上的檔案下載與續傳工具-Wget
Screen 使用 Screen 指令操控 UNIX/Linux 終端機的教學與範例
最夯寶可夢外掛-by NicLin如何在mac上運行pokemon bot

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×