$ sudo yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
$ sudo yum install postgresql11
$ sudo yum install postgresql11-server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./Downloads/ffmpeg/ffmpeg -i ~/Movies/Nausicaa.mkv \ | |
-vf "drawtext=fontfile=ProFontWindows.ttf: timecode='00\:00\:00\:00': r=23.976: x=(w-tw)/2: y=h-(2*lh): \ | |
fontcolor=white: fontsize=48: box=1: boxcolor=0x00000099" -s 1920x1080 -c:v prores_ks -c:a pcm_s16le -map 0:0 -map 0:4 \ | |
~/Movies/nausicaa_test.mov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker login gitlab.com:1234/myregistry | |
docker run --name mycontainer --rm --cpus=4 -v /Users/paulh/Docker/Share:/MountedFS -p 50051:50051 -d gitlab.com:1234/myregistry/mycontainer:latest | |
docker exec -it mycontainer bash | |
docker logs -f mycontainer |
sudo apt-add-repository deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main
apt-get install clang-8 lldb-8 lld-8