Skip to content

Instantly share code, notes, and snippets.

View crazyuploader's full-sized avatar
📡
Setting up base camp on Mars!

Jugal Kishore crazyuploader

📡
Setting up base camp on Mars!
View GitHub Profile
@crazyuploader
crazyuploader / top-brew-packages.txt
Created September 2, 2025 05:28 — forked from pmkay/top-brew-packages.txt
Top homebrew packages
node: Platform built on V8 to build network applications
git: Distributed revision control system
wget: Internet file retriever
yarn: JavaScript package manager
python3: Interpreted, interactive, object-oriented programming language
coreutils: GNU File, Shell, and Text utilities
pkg-config: Manage compile and link flags for libraries
chromedriver: Tool for automated testing of webapps across many browsers
awscli: Official Amazon AWS command-line interface
automake: Tool for generating GNU Standards-compliant Makefiles
@crazyuploader
crazyuploader / nvidia.md
Created August 21, 2024 16:49 — forked from bitsurgeon/nvidia.md
install Nvidia driver on Ubuntu with Secure Boot

Install Nvidia Driver on Ubuntu 18.04.3

Secure Boot

This section applies to machines with Secure Boot, such as ThinkPad.

  1. Before installation, switch to "Discrete Graphics" in BIOS, if both Intel and Nvidia graphics are present.
  2. During installation, make sure to select the "Install third-party software for graphics and Wi-Fi hardware and addition media formats" in "Updates and other software" screen.
  3. Select "Configure Secure Boot", and set password.
  4. Continue Ubuntu installation as normal.
@crazyuploader
crazyuploader / ansible_local_playbooks.md
Created August 11, 2024 12:01 — forked from alces/ansible_local_playbooks.md
How to run an Ansible playbook locally
  • using Ansible command line:
ansible-playbook --connection=local 127.0.0.1 playbook.yml
  • using inventory:
127.0.0.1 ansible_connection=local
@crazyuploader
crazyuploader / aria2.conf
Created March 23, 2024 09:25 — forked from qzm/aria2.conf
Best aria2 Config
### Basic ###
# The directory to store the downloaded file.
dir=${HOME}/Downloads
# Downloads the URIs listed in FILE.
input-file=${HOME}/.aria2/aria2.session
# Save error/unfinished downloads to FILE on exit.
save-session=${HOME}/.aria2/aria2.session
# Save error/unfinished downloads to a file specified by --save-session option every SEC seconds. If 0 is given, file will be saved only when aria2 exits. Default: 0
save-session-interval=60
# Set the maximum number of parallel downloads for every queue item. See also the --split option. Default: 5
@crazyuploader
crazyuploader / jq-cheetsheet.md
Created November 1, 2022 18:26 — forked from olih/jq-cheetsheet.md
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq

@crazyuploader
crazyuploader / myself.py
Last active July 13, 2022 05:17
Myself in Python3
#/usr/bin/env python3
# Program to represent myself
class myself():
def __init__(self):
self.name = "Jugal Kishore"
self.username = "crazyuploader"
self.occupation = "Software Developer/DevOps Engineer"
self.location = "Agra, India"
@crazyuploader
crazyuploader / get_latest_release.sh
Created January 7, 2021 10:44 — forked from lukechilds/get_latest_release.sh
Shell - Get latest release from GitHub
get_latest_release() {
curl --silent "https://api.github.com/repos/$1/releases/latest" | # Get latest release from GitHub api
grep '"tag_name":' | # Get tag line
sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value
}
# Usage
# $ get_latest_release "creationix/nvm"
# v0.31.4
quicksight.ap-south-1.amazonaws.com
quicksight.ap-southeast-1.amazonaws.com
75.2.66.166
103.196.11.10
8.8.8.8
google.com
1.1.1.1
128.1.120.194
13.76.131.0
🇮🇳India 12 minutes ago
🤒Active: 601,543
😌Recovered: 7,348,147
💀Deaths: 120,899
💉Tests: 106,563,440
💪 Opened PR #41 in jamesgeorge007/github-activity-readme
🎉 Merged PR #21 in crazyuploader/covid-box
🎉 Merged PR #27 in crazyuploader/activity-box
🎉 Merged PR #1 in crazyuploader/JavaScript
💪 Opened PR #1 in crazyuploader/JavaScript