Skip to content

Instantly share code, notes, and snippets.

View VAIBHAV7500's full-sized avatar
🎯
Focusing

VAIBHAV SOLANKI VAIBHAV7500

🎯
Focusing
View GitHub Profile
@VAIBHAV7500
VAIBHAV7500 / filebeat.sh
Created January 3, 2023 08:32
Install Filebeat
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
@VAIBHAV7500
VAIBHAV7500 / linkedin_connection.js
Last active November 18, 2023 06:57
Accept all Connection Request on Linkedin - TamperMonkey Script
// ==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==