1.查詢apache安裝位置
先找到apachectl指令碼的位置
whereis apahcectl,然後進入到目錄下面vi apachectl開啟指令碼檔案,最後再通過/
命令查詢httpd的位置,
=$ 其中/user/sbin/apache2就是apache的安裝位置了,而在/usr/sbin中檢視ls -l就可以看到apache轉向到了 ../lib/apache2 也就是說應該位置是在
/user/lib/apache2
/etc/apache2/apache2.conf
/etc/init.d/apache2 restart
2.位址重定向
照著網上搞了半天一直設定不起作用,原來如此
a2enmod rewrite
vi /etc/apache2/sites-enabled/000-default
在這裡修改allowoverride all,原來我都在httpd.conf中修改不起作用
curl使用的時候如果post中有乙個變數包含空格則會把空格後面的內容丟失,所以要用下面這種寫法
content='"name="'$'
curl -d "$content" $url
sshpass的基本用法
sshpass -p $ sftp $@$ << !
put $file
bye!
Linux常用命令之Linux常用命令實戰知識點
在在複習linux,這是以前做的筆記,分享一下。linux系統 一切皆檔案 操作檔案就是操作linux系統 一 linux版本 1 redhat 企業版 收費 2 centos redhat的社群版 免費 3 ubuntu 4 紅旗 二 linux的特點 1 多使用者 多工 2 豐富的網路功能 3 ...
LINUX常用命令
一 目錄結構 目錄名稱 意 義 vmlinuz 該目錄中存放的是系統核心 bin 該目錄中存放linux的常用命令,在有的版本中是一些和根目錄下相同的目錄。boot 該目錄下存放的都是系統啟動時要用到的程式,當用lilo引導linux時,會用到這裡的一些資訊 dev 該目錄包含了linux系統中使用...
linux 常用命令
ssh 連線 eg.ssh l mike www.mydomain.com or 192.168.0.1 scp 複製 本地 遠端 scp localfile username tohost newfile 遠端 本地 scp username tohost remotefile local 把tx...