Using wget
:
sh -c "$(wget -qO- https://guemidiborhane.github.io/build_home)"
or using curl
:
sh -c "$(curl -fsSL https://guemidiborhane.github.io/build_home)"
echo -ne "auth\toptional\tpam_gnome_keyring.so\nsession\toptional\tpam_gnome_keyring.so auto_start" | sudo tee -a /etc/pam.d/login
systemctl --user enable gcr-ssh-agent.socket
echo -e '[Service]\nEnvironment=XDG_SESSION_TYPE=x11' | sudo tee -a /etc/systemd/system/[email protected]/[email protected]
git filter-branch --commit-filter 'git commit-tree -S "$@";' <COMMIT_HASH>..HEAD
sudo netstat -nlp | grep :80
echo -ne "SuperSecretPassphrase" > /lib/cryptsetup/passfifo
ps -xaw -o state,ppid | grep Z | grep -v PID | awk '{ print $2 }' | xargs kill -9
find / -type f -regex '.*/*.php' | grep -P '/(?!autoload|settings|personal|mbstring|defaults|translit)([a-z0-9]{8}).php$' > suspicions.txt
sh -c 'while ! $(bundle check &> /dev/null); do bundle install --retry 10; sleep 1; done'