我的linux伺服器配置

2021-08-19 23:41:51 字數 573 閱讀 8611

1.screen 神器的安裝 yun install sceen

2.git的安裝,yum install git

3.桌面系統支援 yum groupinstall "x window system" "desktop platform" desktop

4.編輯工具code block安裝

安裝gcc、gcc-c++、gdb

# yum install gcc

# yum install gcc-c++

# yum install gdb

安裝xterm(codeblocks的console)

# yum install xterm

安裝wxgtk

# yum install wxgtk

安裝codeblocks

將codeblocks包解壓後有四個rpm包,在其路徑下執行

#rpm -ivh codeblocks*

5.中文輸入法的支援 yum install "@chinese support"

6.clion 編輯器安裝 wget

7.gcc-c++安裝,gdb的安裝

Linux 伺服器配置

1.安裝ssh server sudo apt get install openssh server 2.windows上裝乙個putty ssh到linux,伺服器位址211.87.234.149 3.安裝ftp伺服器 sudo apt get install pure ftpd 4.安裝jdk ...

Linux伺服器配置 搭建SVN伺服器

sudo apt get install subversion svnadmin create home myrepos 這裡的檔案目錄自己隨便設定 上述版本庫 home myrepos建立後在資料夾下會生成conf資料夾,進入 home myrepos conf下面會有下面3個檔案 authz p...

Linux伺服器配置 搭建SVN伺服器

sudo apt get install subversion svnadmin create home myrepos 這裡的檔案目錄自己隨便設定目錄用途說明 locks目錄 用來放置subversion的db鎖檔案和db logs鎖檔案的目錄,用來追蹤訪問檔案庫的客戶端 conf目錄 是這個倉庫...