coding.memory-forest.com
iscsi – Coding Life
http://coding.memory-forest.com/tag/iscsi
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 若先前是用 Fedora 的 tgtadm 來設定 LUN 的話,它重開機之後,設定都會跑掉,所以,除了可以用 config 來保留設定之外,若是暫時性的在存取磁碟機可用以下指令來快速重建 LUN. Cc lang=”bash”]. Cc lang=”bash”]. Cc lang=”bash”]. Sudo tgtadm –lld iscsi –mode target –op bind –tid 1 -I ALL. August 18, 2014.
coding.memory-forest.com
docker 一次清除 container 指令 – Coding Life
http://coding.memory-forest.com/docker-一次清除指令.html
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. Docker 一次清除 container 指令. Cc lang=”bash”]. 停止 docker ps -a 所有存在的 container. Docker stop $(docker ps -a -q). Docker rm $(docker ps -a -q). October 20, 2014. October 20, 2014. Leave a Reply Cancel reply. 讓 RasPlex 輸出 Composite output.
coding.memory-forest.com
嵌入式應用 – Coding Life
http://coding.memory-forest.com/category/embedded
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 讓 RasPlex 輸出 Composite output. Raspberry Pi 在顯示輸出上除了 HDMI 之外,它另外還有類比 RCA 輸出的功能,可以接上傳統 CRT 電視使。 而 RasPlex 為 Plex 開發出來的媒體播放器,它預設是只有 HDMI 輸出,並不會啟用類比輸出功能,若要打開它就必需要修改一些設定,方法如下. 用 ssh 登入 RasPlex,預設帳密皆為 root:rasplex. September 12, 2014.
coding.memory-forest.com
apache – Coding Life
http://coding.memory-forest.com/category/apache
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 讓 web server 上的 PHP 更加安全. 大部份的人都把 PHP 寫好之後,很常態的把屬性設定成 775 ,疏不知是很不安全的設定,一般來說 PHP 給 apache 執行的的屬性除了把群組設為同一組之外,屬性只要設定成為 644 才對,也就是不要讓 “x” 的權限給開放。 X 屬性是 exec (執行) 的意思,它會容許該檔案執行 Linux 的指令,因此,若某檔被注入指令,那後果就不堪設想了。 Cc lang=”bash”].
coding.memory-forest.com
755 – Coding Life
http://coding.memory-forest.com/tag/755
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 讓 web server 上的 PHP 更加安全. 大部份的人都把 PHP 寫好之後,很常態的把屬性設定成 775 ,疏不知是很不安全的設定,一般來說 PHP 給 apache 執行的的屬性除了把群組設為同一組之外,屬性只要設定成為 644 才對,也就是不要讓 “x” 的權限給開放。 X 屬性是 exec (執行) 的意思,它會容許該檔案執行 Linux 的指令,因此,若某檔被注入指令,那後果就不堪設想了。 Cc lang=”bash”].
coding.memory-forest.com
bash – Coding Life
http://coding.memory-forest.com/tag/bash
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 先用 ls 的 -i 來列出各檔名的 inode 編號如如下. Cc lan=”bash”]ls -i[/cc]. Cc lan=”bash”] cd “$(find -inum 123456)” [/cc]. Cc lan=”bash”] mv “$(find -inum 123456)” ./some/where/ [/cc]. March 7, 2015. Leave a comment on 使用 inode 管理檔案. August 22, 2011.
coding.memory-forest.com
ISCSI 指令速記 – Coding Life
http://coding.memory-forest.com/iscsi-指令速記.html
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 若先前是用 Fedora 的 tgtadm 來設定 LUN 的話,它重開機之後,設定都會跑掉,所以,除了可以用 config 來保留設定之外,若是暫時性的在存取磁碟機可用以下指令來快速重建 LUN. Cc lang=”bash”]. Cc lang=”bash”]. Cc lang=”bash”]. Sudo tgtadm –lld iscsi –mode target –op bind –tid 1 -I ALL. August 18, 2014.
coding.memory-forest.com
Server – Coding Life
http://coding.memory-forest.com/category/server
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 先用 ls 的 -i 來列出各檔名的 inode 編號如如下. Cc lan=”bash”]ls -i[/cc]. Cc lan=”bash”] cd “$(find -inum 123456)” [/cc]. Cc lan=”bash”] mv “$(find -inum 123456)” ./some/where/ [/cc]. March 7, 2015. Leave a comment on 使用 inode 管理檔案. February 12, 2015.
coding.memory-forest.com
inode – Coding Life
http://coding.memory-forest.com/tag/inode
Resume in Github Pages. 讓 web server 上的 PHP 更加安全. Docker 一次清除 container 指令. 讓 RasPlex 輸出 Composite output. 用 Cubieboard 架設便宜的 iSCSI. 使用 Joomla Jconsole 操作方法. 直接從 Github fetch PR 做測試. Lu-six Person's Notes. Persons of interest codings. Ihower { blogging }. Ruby on Rails 實戰聖經. 先用 ls 的 -i 來列出各檔名的 inode 編號如如下. Cc lan=”bash”]ls -i[/cc]. Cc lan=”bash”] cd “$(find -inum 123456)” [/cc]. Cc lan=”bash”] mv “$(find -inum 123456)” ./some/where/ [/cc]. March 7, 2015. Leave a comment on 使用 inode 管理檔案.