This file contains 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
KEY_PAIR_NAME="XYZ"; aws ssm get-parameter --name /ec2/keypair/$(aws ec2 describe-key-pairs --filters "Name=key-name,Values=$KEY_PAIR_NAME" --query "KeyPairs[*].KeyPairId" --output text) --with-decryption --query "Parameter.Value" --output text |
This file contains 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
showthread.php/1507523-Bhagya-Dile-Tu-Mala-10th-October-2022-Video-Watch-Online?highlight=bhagya+dile+mala,Bhagya Dile Tu Mala 10th October 2022 Video Watch Online | |
showthread.php/1507162-Bhagya-Dile-Tu-Mala-7th-October-2022-Video-Watch-Online?highlight=bhagya+dile+mala,Bhagya Dile Tu Mala 7th October 2022 Video Watch Online | |
showthread.php/1506991-Bhagya-Dile-Tu-Mala-6th-October-2022-Video-Watch-Online?highlight=bhagya+dile+mala,Bhagya Dile Tu Mala 6th October 2022 Video Watch Online | |
showthread.php/1506806-Bhagya-Dile-Tu-Mala-5th-October-2022-Video-Watch-Online?highlight=bhagya+dile+mala,Bhagya Dile Tu Mala 5th October 2022 Video Watch Online | |
showthread.php/1506614-Bhagya-Dile-Tu-Mala-4th-October-2022-Video-Watch-Online?highlight=bhagya+dile+mala,Bhagya Dile Tu Mala 4th October 2022 Video Watch Online | |
showthread.php/1506428-Bhagya-Dile-Tu-Mala-3rd-October-2022-Video-Watch-Online?highlight=bhagya+dile+mala,Bhagya Dile Tu Mala 3rd October 2022 Video Watch Online | |
showthread.php/1506206-Bhagya-Dile-Tu-Mala-1st-Oct |
This file contains 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
#!/bin/bash | |
# source ./aws_mfa_creds.sh <MFA KEY> <ORIG AWS PROFILE NAME - optional, default> | |
# https://aws.amazon.com/premiumsupport/knowledge-center/authenticate-mfa-cli/ | |
# Works on MacOS. Might need changes to date command params for linux | |
if [ -n "$AWS_SESSION_TOKEN_EXPIRATION" ] | |
then | |
if [ $(date -jf "%Y-%m-%dT%H:%M:%SZ" "$AWS_SESSION_TOKEN_EXPIRATION" +"%s") -gt $(date +"%s") ] |
This file contains 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
# We can not refer to an environment.yml file from another | |
# So to get performant launches on mybinder.org, we have copied | |
# the contents of this file to binder/environment.yml. If you | |
# make changes here, please copy them over there too. | |
applaunchservices >=0.1.7 | |
atomicwrites >=1.2.0 | |
chardet >=2.0.0 | |
cloudpickle >=0.5.0 | |
diff-match-patch >=20181111 | |
intervaltree |
This file contains 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
#!/bin/bash | |
pwd | |
ls -R Build |
This file contains 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
#!/bin/bash | |
# Linuxium's script to create a bootable SD card with Android for RK3188 devices | |
SDCARD="/dev/sdc" | |
SOURCE_DIR='~' | |
WORKING_DIR=`pwd` | |
ANDROID_DIR=${WORKING_DIR}/Android | |
IMAGE_DIR=${ANDROID_DIR}/Image |
This file contains 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
-- Author: Viraj Kanwade | |
-- Initial inspiration was iOS 'Night Shift' like feature on Mac | |
-- Hacked together from various code snippets on forums | |
-- Tested only on El Capitan for main display | |
(* | |
Pre-steps: | |
Create display profiles | |
System Preferences > Dispalys > Color |
This file contains 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
#EXTM3U | |
#EXTINF:-1,DD News | |
http://164.100.49.24:8080/hls-live/livepkgr/_definst_/ddnewslive.m3u8 | |
#EXTINF:-1,Zee News | |
http://zeeapp-lh.akamaihd.net/i/zeenews_1@336222/master.m3u8?hdnea=st=1454688268~exp=1454689768~acl=/*~hmac=ea855053b89176e31b9746d822360e9f39c81a70b8898e14f92520298cb64f7f |
This file contains 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
set -g mode-mouse on | |
set -g mouse-select-window on | |
set -g mouse-select-pane on |
This file contains 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
# DO NOT MAKE THIS EXECUTABLE | |
# USER COULD LOSE CODE | |
# SHOULD ALWAYS BE MANUALLY RUN AS "bash git_reset_branch.sh" | |
# LICENSE: GPL3 | |
# AUTHOR: Viraj Kanwade | |
# URL: https://github.com/virajkanwade | |
set -e | |
# BRNCH="$(git branch | grep '^\*' | awk '{ print $2 }')" |
NewerOlder