Skip to content

Instantly share code, notes, and snippets.

View brosahay's full-sized avatar
🎯
Focusing

Rohan S brosahay

🎯
Focusing
View GitHub Profile
@brosahay
brosahay / choco-install.config
Last active April 28, 2020 07:05
Chocolatey Package List
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<!-- <package id="apackage" />
<package id="anotherPackage" version="1.1" />
<package id="chocolateytestpackage" version="0.1" source="somelocation" />
<package id="alloptions" version="0.1.1" source="https://somewhere/api/v2/" installArguments="" packageParameters="" forceX86="false" allowMultipleVersions="false" ignoreDependencies="false" /> -->
<!-- Core -->
<package id="chocolatey" />
<package id="chocolatey-core.extension" />
<package id="chocolatey-windowsupdate.extension" />
@brosahay
brosahay / configuration-Office2016ProPlus.xml
Last active March 30, 2020 05:20
Office Deployment XML Templates
<!-- Office 2016 client configuration file sample. To be used for Office 2016 ProPlus apps,
Office 2016 Business apps, Project Pro for Office 2016 and Visio Pro for Office 2016.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
The following sample allows you to download and install the 64 bit version of the Office 2016 ProPlus apps
and Visio Pro for Office 2016 directly from the Office CDN using the Monthly Channel
settings -->
@brosahay
brosahay / install-docker-ce.sh
Last active March 26, 2022 19:16
Docker on Ubuntu 20.04 LTS WSL
#!/bin/bash
# Install Docker-CE
sudo apt update -y
sudo apt install docker-compose -y
# Add User to Group
sudo groupadd docker
sudo gpasswd -a $USER docker
newgrp docker
@brosahay
brosahay / README.md
Last active May 18, 2024 14:19
VoLTE/VoWiFi Enabled on Pixel 2 XL
@brosahay
brosahay / README.md
Last active May 24, 2020 22:06
Setup Nginx Server with PHP on windows

Downloads:

Installation:

  1. Extract the nginx to a location. example C:\nginx
  2. Extract the PHP for Windows into nginx folder. example C:\nginx\php
@brosahay
brosahay / README.md
Last active May 29, 2024 08:30
Optimal settings for uTorrent

Options -> Preferences

Connection

  • Port used for incoming connections [ 50000 - 65000 ]
  • Uncheck UPnP Port Mapping Check
  • Add uTorrent to Windows Firewall exceptions

Bittorrent

@brosahay
brosahay / adb-sync.md
Created January 25, 2021 11:15
Using `adb-sync` in Windows 10 WSL

ADB Sync on WSL 2

  • Disable firewall for WSL vEthernet so that the Windows adb binary can communicate with the Linux adb package and start the adb server on Windows side.

    Set-NetFirewallProfile -DisabledInterfaceAliases "vEthernet (WSL)"
    adb -a -P 5037 nodaemon server
  • Connect to the adb server on Windows from WSL.

@brosahay
brosahay / dumb-ap-wired-link.sh
Created May 9, 2021 19:42 — forked from braian87b/dumb-ap-wired-link.sh
How to setup a Dumb AP, Wired backbone for OpenWRT / LEDE
@brosahay
brosahay / OpenWRT-LEDE-uci-defauls-TP-LINK-factory-SSID-KEY.sh
Created May 10, 2021 02:38 — forked from braian87b/OpenWRT-LEDE-uci-defauls-TP-LINK-factory-SSID-KEY.sh
OpenWRT - LEDE uci-defaults for TP-LINK Routers for default factory SSID and KEY
@brosahay
brosahay / wireless-link-wds.sh
Created May 10, 2021 02:39 — forked from braian87b/wireless-link-wds.sh
How to setup Wireless Links to avoid Wired backbone using WDS on Atheros for OpenWRT / LEDE