產生 environment-modules 模組
$ /usr/share/Modules/bin/createmodule.py “/opt/intel/composer_xe/2019/bin/compilervars.sh intel64 -platform linux” 用上面的指令產生模組描述檔案
$ /usr/share/Modules/bin/createmodule.py “/opt/intel/composer_xe/2019/bin/compilervars.sh intel64 -platform linux” 用上面的指令產生模組描述檔案
CentOS 6 之前都很簡單,只要在 grub 編輯 “-s” 然後既可以改。CentOS 7真的要做一下筆記了。 重新開機後在 boot grub 裡面選第一個然後按 ‘e’ 按鈕編輯(參考 step 1 image) 然後找到 ‘ro’ 改成 ‘rw init=/sysroot/bin/sh’ …
# vi /etc/sysconfig/network-scripts/route-em1192.168.2.0/24 via 192.168.2.254 dev em1 或是 # vi /etc/sysconfig/network-scripts/route-em1ADDRESS0=192.168.1.0NETMASK0=255.255.255.0GATEWAY0=192.168.1.1ADDRESS1=192.168.2.0NETMASK1=255.255.255.0GATEWAY1=192.168.2.1
pkill -f SCIM.app 有時候輸入法切換會出現長條的選字列很礙眼。又不想重新開機,所以輸入上面的指令就會不見了。
另外,如果是單純的 VMware vSphere 6 Hypervisor 就編輯下面兩個檔案,然後重啟
在 terminal 視窗打下列指令: sudo languagesetup
請先參考之前的文章: [CentOS7] nginx rtmp 伺服器架設,架設好基本的 rtmp 伺服器之後,只要更改下列組態就可以啟用 HLS live streaming server: 上面的 xxx 就改變成你的路徑。然後一樣直接 stream 到 rtmp://xxxxx/live/xxx,在 /xxx/hls 下面就會有 xxx.m3u8 及一堆 xxx-xxx.ts …
官方文件: https://developer.nvidia.com/ffmpeg 編譯一般的 CPU 的組態,設定之前要先安裝 lame/3.100 & x264/0.157.2935 ./configure –enable-nonfree –enable-gpl –enable-libx264 –enable-libmp3lame –enable-shared –enable-static –prefix=/opt/ffmpeg/4.1_cpu 在弄 GPU 組態之前要先安裝 nv-codec-headers # git …
let dateAt: String = “2016/1/1” let dateFormatter: DateFormatter = DateFormatter() dateFormatter.dateFormat = “yyyy/MM/dd” let dateComps: NSDateComponents = NSCalendar(calendarIdentifier: NSCalendar.Identifier.chinese)!.components([.year, .month, .day], from: …