Skip to content

Instantly share code, notes, and snippets.

View yashodhank's full-sized avatar
🎯
Manifesting

Yashodhan yashodhank

🎯
Manifesting
View GitHub Profile
// @OnlyCurrentDoc
const BearerTokenKey = 'twitterBearerToken';
function onOpen() {
SpreadsheetApp
.getUi()
.createMenu('Twitter')
.addItem('Set Bearer token', 'helpers.requestBearerToken')
.addItem('Sign out', 'helpers.logout')
@Ademking
Ademking / README.md
Last active March 17, 2025 13:15
How to install acunetix (linux)
@robbuh
robbuh / rke-guide.md
Last active April 11, 2022 16:37
rke-guide

Rancher & Rancher Kubernetes Engine (RKE) - Brief Guide

A brief guide to

  • Rancher Kubernetes Engine (RKE)
  • Installing Rancher With Kubernetes
  • Deploying Kubernetes With Rancher
  • Managing Kubernetes With Rancher
  • Running Kubernetes Workloads
[ "$UID" -eq 0 ] || exec sudo "$0" "$@"
su
apt install unzip curl ; rm -rf /tmp/acun*
apt install libxdamage1 libgtk-3-0 libasound2 libnss3 libxss1 libx11-xcb1 -y
cd /tmp; rm master.zip -f
curl -L -o master.zip http://github.com/neolead/acunetix-linux/zipball/master/
unzip master.zip
cd `ls|grep neolead` && cat acupatch* > acupatch.tgz
tar -zxvf acupatch.tgz
chmod +x ./acunetix_trial.sh
@iamdaniele
iamdaniele / Tweet functions.gs
Last active February 12, 2023 05:40
Add public metrics
const BearerTokenKey = 'twitterBearerToken';
function onOpen() {
SpreadsheetApp
.getUi()
.createMenu('Twitter')
.addItem('Set Bearer token', 'helpers.requestBearerToken')
.addItem('Sign out', 'helpers.logout')
.addToUi();
}
@austinsonger
austinsonger / vm.md
Last active September 13, 2020 06:07
Policy Example: Vulnerability Management

Vulnerability Management

2019.04.01

Policy Statements

policy requires that:

@Fluf22
Fluf22 / send-medias-to-nextcloud.js
Last active July 27, 2023 04:10
Transfer pictures and videos from unzipped Google Takeout folder to Nextcloud folder
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
#!/bin/bash
set -u
##############################################################################
# DEPRECATION NOTE
#
# This script is outdated. Use it at your own risk.
# First, it has a bug related to the option -o (basically, it does nothing).
# Second, there is a new github repo with a new version, with no known bugs
# and with improved features:
# ## Overview
# Instructions on how to game in the cloud inspired by:
# https://lg.io/2015/07/05/revised-and-much-faster-run-your-own-highend-cloud-gaming-service-on-ec2.html
# https://medium.com/@bmatcuk/gaming-on-amazon-s-ec2-83b178f47a34
#
# ## Additional reading
# https://gstreamer.freedesktop.org/documentation/tutorials/basic/streaming.html?gi-language=c
# https://trac.ffmpeg.org/wiki/StreamingGuide