部落衝突1 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 - 12月 14, 2017 部落戰開打 敵方陣行還ok 可法師在外圍打 內部態勢有法師在就更強了 距離9本還有60天 這次影片有調高品質 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
Linux FAQ : iptables 介紹 - 11月 23, 2022 防火牆設定 iptables 參考 : ( https://www.cyberciti.biz/faq/linux-disable-firewall-command/) iptables 指令入門 - Linux 技術手札 Linux的iptables防火牆設定記事 iptables 的安裝與設定 iptables實用知識 ,一文學會配置linux防火牆 CentOS 7 關閉防火牆及 SELinux - Linux 技術手札 What can be the reasons of connection refused errors? https://www.quora.com/How-do-you-open-port-80-on-Linux iptables 可以設定主機 ip 白名單與黑名單 限制來源提升安全性 port 也可以做設定 查看 : iptables -L 規則 先後順序 : 先設定有優先級 範例 : 先開通 10.40.40.20 port 80 , 在封鎖 10.40.40.20 網段 10.40.40.20 port 80 還是可以通 先封鎖 10.40.40.20 網段 , 在開通 port 80 10.40.40.20 port 80 被擋住 設定 : 開啟 22 port : iptables -A INPUT -i ens192 -p tcp -s 10.40.53.191 --dport 22 -j ACCEPT 開通 測試可以直接輸入指令 不用重啟防火牆 process 沒有 pid 參考 : How to identify a process which has no pid? netstat -antlp | grep 45136 ss -apn|grep :111 netstat --program --numeric-hosts --numeric-ports --extend find -inum 152555007 閱讀完整內容
冒險者 1-4 part 2 - 11月 19, 2022 第七話 炎熱對決 上集提要 支援軍透過一系列 配合 , 成功壓制 工廠 守軍 , 路克 與 工頭 也在一對一 單挑 中 , 獲得優勢 , 沙漠天龍與魔獸工廠 長久戰爭 就要在此畫下句點 迎來和平 p1 p2 p3 ( 路克 發現 工頭 招式怎麼使用 ) p4 ( 仿效 工頭 招式並藉此反擊 ) p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 下集預告 : 宴會 進入第二章 決戰森 閱讀完整內容
Linux FAQ : 如何更改檔案 權限 - 2月 11, 2023 Linux FAQ : 如何更改檔案 權限 參考 : https://superuser.com/questions/648163/recursively-chown-all-files-that-are-owned-by-a-specific-user 更改檔案 # chmod permission_number file # example : chmod 775 abc.txt # change file owner or group # chown owner file # example : chown berry abc.txt # chgrp group file # example : chgrp apple abc.txt # chown owner.group file # example : chown berry.apple abc.txt 大量調整檔案 find . -type d -iname '???' -user old_user -exec chown -R new_user:new_group {} \\; 測試情境 find . -type d -iname 'zh_TW' -user tiptop -exec chown -R tiptop:tiptop {} \\; 簡介 : 找出目錄名稱為 zh_TW 用戶為 tiptop 執行更改此目錄全部檔案 用戶 tiptop 群組 tiptop 閱讀完整內容
留言
張貼留言