最新發(fā)布第8303頁
centos 更換yum源-小浪學(xué)習(xí)網(wǎng)

centos 更換yum源

centos源更換為,163或者阿里的。 1、首先備份 mv /etc/yum.repos.d/Centos-Base.repo /etc/yum.repos.d/Centos-Base.repo.backup 2、下載repo文件到目錄下 cd /etc/yum.repos.d wget 3、yum cl...
詳解Linux的一些命令-小浪學(xué)習(xí)網(wǎng)

詳解Linux的一些命令

1.linux的目錄結(jié)構(gòu) bin:(binaries)存放二進制可執(zhí)行文件 sbin(super user binaries)存放二進制可執(zhí)行文件 etc:(etcetera)存放系統(tǒng)配置文件 usr(unix shared resources)用于存放共享的系統(tǒng)資源 h...
freeworld.posterous.com Linux  Bash Shell  Cheat Sheet----autho:Raphael-小浪學(xué)習(xí)網(wǎng)
5中oi模型怎么用?-小浪學(xué)習(xí)網(wǎng)

5中oi模型怎么用?

應(yīng)用進程是:小明 內(nèi)核:小王 1 阻塞式I/O模型: ? 小明向小王借大米做飯,小王暫時沒有,但是小明這時候其它啥事情也不做了(例如這時候他還可以洗菜),就在哪里等的,直到小王有了大米,然...
Linux--常用命令與基礎(chǔ)知識-小浪學(xué)習(xí)網(wǎng)

Linux–常用命令與基礎(chǔ)知識

linux常用基礎(chǔ)命令 1.ls(list ?列表) ls:列出當(dāng)前目錄下的所有文件(不包含隱藏文件) ls-a:列出當(dāng)前目錄下的所有文件(包含隱藏文件) ls-l:列出當(dāng)前目錄下的所有文件并顯示詳細信息 ls-...
啟動bash shell有哪些方式?-小浪學(xué)習(xí)網(wǎng)

啟動bash shell有哪些方式?

啟動bash shell的三種方式 1、登錄時當(dāng)做默認登錄shell 2、作為非登錄shell的交互式shell 3、作為運行腳本的非交互shell ? 一、登錄shell 登錄Linux系統(tǒng)時,bash shell會作為登錄shell啟動,登...
Apache2啟動錯誤Could not reliably determine the server's fully qualified domain name-小浪學(xué)習(xí)網(wǎng)

Apache2啟動錯誤Could not reliably determine the server's fully qualified domain name

錯誤情況: ah00558: apache2: could not reliably determine the server's fully qualified domain name, using 127.0.1.1. set the 'servername' directive globally to suppress this messag...
VirtualBox 在Centos 7 中安裝介紹-小浪學(xué)習(xí)網(wǎng)

VirtualBox 在Centos 7 中安裝介紹

1.分配光驅(qū) ? 2.安裝相關(guān)依賴包 yum install -y bzip2 gcc gcc-devel gcc-c++ gcc-c++-devel make kernel-d 3.創(chuàng)建臨時文件夾 mkdir /mnt/cdrom 4.掛載并安裝 mount -t auto -r /dev/cdrom /mn...
20170601-小浪學(xué)習(xí)網(wǎng)

20170601

1. 998 docker inspect `5b38b9da0902` |grep ipaddress 999 docker inspect '5b38b9da0902' |grep ipaddress 1000 systemctl status firewalld 1001 systemctl start firewalld 1002 systemctl...
linux 命令大全-小浪學(xué)習(xí)網(wǎng)

linux 命令大全

pwd:查詢當(dāng)前目錄 ‘~’代表自己的home目錄 ‘/’代表根目錄,/root并不是根目錄。'.'代表當(dāng)前目錄。'..'代表上層目錄 cd:change directory,切換目錄。cd / :切換到根目錄。 cd ..:返回上一級目...