Reset Dell Remote Access Controller (iDRAC)
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 …
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 上面執行 # …
在設定之前先讀取一下主機名稱 $ sudo scutil –get HostNamebrabrabra.local$ sudo scutil –get LocalHostNamebrabrabra$ sudo scutil –get ComputerNamebrabrabra 然後再來改造一下 $ sudo scutil –set HostName lalala.locallalala.local$ sudo …
最近用 Quadro RTX 8000 顯卡,在測試效能時(glxspheres64),發現只要十分鐘後效能就會變差。雖然心裡想著,這應該是螢幕保護或是節能的問題導致。但是就是不知道該怎麼設定才能排除這個問題。 $ glxspheres64Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)Visual ID of window: 0x21Context is DirectOpenGL Renderer: …
有時候想要把桌面的檔案隱藏,可以用下面的指令隱藏 $ defaults write com.apple.finder CreateDesktop false$ killall Finder 下列指令可還原 defaults write com.apple.finder CreateDesktop true$ killall Finder
$ sudo installer -pkg /Volumes/XXXXX/XXXXX.pkg -target /
$ (./XXXXXXXXX 2> error.log > output.log &)
有時候會遇到無法逮開 dmg 檔案問題,出現 xxx.dmg can’t be opened because Apple cannot check it for malicious software. 然後,在系統偏好內也無法解除。只好用下面指令掛載: $ hdiutil attach TurboVNC-2.2.3.dmg