firewall-cmd --add-port=60000-61000/udp --permanent
Git
You actually don’t need a software package like github or gitlab to host your own repositories, if the command line is good enough for you, all you need is git itself and a remote machine that you can ssh into.
You simply
git init --bare
on the host and on the local you
git init
and then set the remote location with
git remote set-url remoteip:path/to/repo
then you can push from local with
git push --set-upstream origin master
and then you’re set and can use it normally from your command line.
nginx
PostgreSQL
psql -h <REMOTE HOST> -p <REMOTE PORT> -U <DB_USER> <DB_NAME>
Instagram Stories length
- Length: 15 seconds
- Aspect ratio: Vertical 9:16: Easily resize your video with the click of a button in Animoto.
YouTube Thumbnail: 1280 x 720
YouTube Thumbnail: 1280 x 720
Developer: Matomo
Warning: scandir(/opt/alt/): failed to open dir: No such file or directory in /usr/local/—-/htdocs/resources/admin/modules/php_pecl.php on line 0
mkdir /opt
mkdir /opt/alt
chmod -R 755 /opt