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
echo "Adding Filebeat" | |
DIRECTORY="" | |
sudo curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.3.3-linux-x86_64.tar.gz | |
sudo tar xzvf filebeat-8.3.3-linux-x86_64.tar.gz | |
sudo rm filebeat-8.3.3-linux-x86_64.tar.gz | |
DIRECTORY=filebeat-8.3.3-linux-x86_64 | |
sudo rm -rf /etc/filebeat |
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
// ==UserScript== | |
// @name Accept Everyone on Linkedin | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Script to accept all the follow requests | |
// @author You | |
// @match https://www.linkedin.com/mynetwork/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=linkedin.com | |
// @grant none | |
// ==/UserScript== |