getfacl & setfacl 筆記
呃…用很久 linux 現在才知道可以用 getfacl & setfacl 指令,之前都用 chmod & chown 很難用,而且都要透過系統管理者。 假設我有一個 test 目錄權限是750 先來用 getfacl 看看原本的設定是怎樣的 如果我要設定 test 目錄可以讓 john 讀取可以用下列指令 …
呃…用很久 linux 現在才知道可以用 getfacl & setfacl 指令,之前都用 chmod & chown 很難用,而且都要透過系統管理者。 假設我有一個 test 目錄權限是750 先來用 getfacl 看看原本的設定是怎樣的 如果我要設定 test 目錄可以讓 john 讀取可以用下列指令 …
Reset using RACADM The command for resetting the iDRAC is: for a soft reset (no saved settings are changed) or for a hard reset (IP and …
現在對新的作業系統嚐鮮的熱情已經漸漸消失了,只是覺得又要學新的東西有點厭倦。但是看到 CentOS8 有 cockpit 就覺得最少現在有更容易的導向,所以還是繼續學習。 當系統一登入之後它就提醒可以把 cockpit 啟動: cockpit 啟動之後,預設的 port 在 9090。所以用瀏覽器打入 https://xxx.liho.tw:9090/ 當然一開始有遇到憑證的問題,預設會有自簽憑證。但是現在 chrome 都擋住了。所以要自己換 ssl 憑證。 0-self-signed-ca.pem 這個檔案是要寫入 CA …
先安裝 certbot # yum install epel-release -y # yum-config-manager –enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional# yum install certbot python2-certbot-apache -y 然後簽署你要的網域,下列指令要在 dns server 上面執行 # …
最近用 Quadro RTX 8000 顯卡,在測試效能時(glxspheres64),發現只要十分鐘後效能就會變差。雖然心裡想著,這應該是螢幕保護或是節能的問題導致。但是就是不知道該怎麼設定才能排除這個問題。 $ glxspheres64Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)Visual ID of window: 0x21Context is DirectOpenGL Renderer: …
$ (./XXXXXXXXX 2> error.log > output.log &)
# yum install -y libappindicator-gtk3 libdbusmenu-gtk3 liberation-fonts liberation-narrow-fonts libindicator-gtk3 redhat-lsb-core# rpm -ivh https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm or # yum install -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm