最新發(fā)布第8471頁(yè)
freeworld.posterous.com Linux  Bash Shell  Cheat Sheet----autho:Raphael-小浪學(xué)習(xí)網(wǎng)
5中oi模型怎么用?-小浪學(xué)習(xí)網(wǎng)

5中oi模型怎么用?

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

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

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

啟動(dòng)bash shell有哪些方式?

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

Apache2啟動(dòng)錯(cuò)誤Could not reliably determine the server's fully qualified domain name

錯(cuò)誤情況: 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)建臨時(shí)文件夾 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 ..:返回上一級(jí)目...
Linux使用bitnami安裝redmine的方法-小浪學(xué)習(xí)網(wǎng)

Linux使用bitnami安裝redmine的方法

?這是我第一篇博客,如果有什么寫的不好還請(qǐng)多包涵 有一次工作有機(jī)會(huì)讓我來接觸redmine,剛開始我嘗試手動(dòng)安裝,結(jié)果安裝了N天。都沒裝上。后來看到了bitnami安裝比較方便,可是因?yàn)榉?wù)器內(nèi)存...
Docker是什么-小浪學(xué)習(xí)網(wǎng)

Docker是什么

Docker是什么 docker是一個(gè)改進(jìn)的容器技術(shù)。具體的“改進(jìn)”體現(xiàn)在,docker為容器引入了鏡像,使得容器可以從預(yù)先定義好的模版(images)創(chuàng)建出來,并且這個(gè)模版還是分層的。 Docker經(jīng)常被提起的...