Since Chrome apps are now being depracated. Download postman from https://dl.pstmn.io/download/latest/linux
tar -xzf Postman-linux-x64-7.7.3.tar.gz
If any version is installed before, remove it.
sudo rm -rf /opt/Postman
[Unit] | |
Description=qBittorrenti-nox service for user %I | |
Documentation=man:qbittorrent-nox(1) | |
Wants=network-online.target | |
After=network-online.target nss-lookup.target | |
[Service] | |
Environment="SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt" | |
Environment="SSL_CERT_DIR=/etc/ssl/certs" | |
Type=simple |
iptables -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu |
# remove specific file from git cache | |
git rm --cached filename | |
# remove all files from git cache | |
git rm -r --cached . | |
git add . | |
git commit -m ".gitignore is now working" |
Since Chrome apps are now being depracated. Download postman from https://dl.pstmn.io/download/latest/linux
tar -xzf Postman-linux-x64-7.7.3.tar.gz
If any version is installed before, remove it.
sudo rm -rf /opt/Postman
#!/bin/bash | |
# ------------------------------------------------------------------ | |
# [Author] Renato Mefi <[email protected]> | |
# https://github.com/renatomefi | |
# | |
# [Desc] Configure alternatives for PHP Installations | |
# Very usefull when you are building your PHP and don't want to use | |
# more sofsticated softwares like 'phpbrew', 'php-build', 'php-env' ... | |
# | |
# [Usage] ./php-alternatives-install.sh /path/for/php/installation 200 |