Skip to content

Instantly share code, notes, and snippets.

View askmrsinh's full-sized avatar
🎯
Focusing

Ashesh Singh askmrsinh

🎯
Focusing
  • University of Illinois at Chicago (UIC)
  • Chicago, Illinois, USA
View GitHub Profile
@askmrsinh
askmrsinh / RandomScripts.md
Last active March 30, 2020 07:32
Miscellaneous scripts for various use cases.

Some Random Scripts

@askmrsinh
askmrsinh / RaspbianPostInstall.md
Last active October 22, 2023 12:29
Post-installation scripts.
@askmrsinh
askmrsinh / SetupTorrentBox.md
Last active December 7, 2017 18:52
Configure deluge/rtorrent for downloading torrents.
@askmrsinh
askmrsinh / AutoHotKey.md
Last active January 17, 2023 14:42
AutoHot Key scripts for windows.

Some useful AutoHot Key scripts

  • alwaysOnTop.ahk
    Keep an application window Always On Top of other windows
  • hotCorner.ahk
    Acticate Task View when mouse points to top left corner of the display
@askmrsinh
askmrsinh / 00_Blog.md
Last active January 27, 2019 17:52
Some snippets for blog pages.

Blog

@askmrsinh
askmrsinh / setupDevelopmentEnvironment.sh
Last active January 13, 2020 07:28
Setup development environment for various types of projects on Fedora.
#!/bin/bash
# https://developer.fedoraproject.org/tech.html
# Vagrant
sudo dnf install -y kmod-VirtualBox kmod-VirtualBox-$(uname -r) vagrant VirtualBox
sudo vagrant plugin install vagrant-vbguest
# Android
sudo dnf install -y android-tools