Yu-Min Space
2015年5月29日 星期五
Using boot.ipxe via iPXE booting
›
/pxelinux.cfg/default 設定如下 default menu.c32 prompt 0 menu title pxe boot menu label ipxe-boot menu label Using boot.ipxe via iPXE b...
Apache Reverse設定筆記-支援 https 不使用 url rewrite
›
環境: Proxy Server: Apache/2.2.15 (CentOS) Web Server: Apache/2.2.15 (CentOS) 192.168.1.1 說明: https://Reverse/i Reverse 至 https:...
2015年5月28日 星期四
BASH SCIPT筆記-從字串中讀取一行字串
›
the_list="1 2 3 4 5 6 7 8 9 " while IFS= read -r line do echo "$line" done <<< "$the_list"
2015年5月12日 星期二
software raid (xfs 檔案系統 )修復筆記
›
mdadm --assemble /dev/md0 --run /dev/sda1 xfs_repair -L /dev/md0 xfs_admin -U generate /dev/md0
2015年5月4日 星期一
node.js 取得命令列參數
›
for (i=0; i< process.argv.length; i++) console.log(process.argv[i]);
2015年4月20日 星期一
initamfs 使用 xz 來壓縮
›
find . | cpio -H newc -o | xz --check=crc32 --x86 --lzma2 > /usr/src/initram.igz
2015年4月14日 星期二
QNAP TS-879U 安裝 dropbear
›
原 ssh server 無法提供 admin 以外帳號登入,可安裝 dropbear 提供相關服務 另一種解法是在 /opt /opt/etc/init.d/ 目錄下 使用另一個 openssh 設定檔 1.安裝 ipkg dropbear 套件 2.修改 dropbear 設...
‹
›
首頁
查看網路版