Skip to content

Instantly share code, notes, and snippets.

View dylanmtaylor's full-sized avatar

Dylan M. Taylor dylanmtaylor

View GitHub Profile
➜ ~ steam
steam.sh[18119]: Running Steam on ubuntu 23.04 64-bit
steam.sh[18119]: STEAM_RUNTIME is enabled automatically
setup.sh[18187]: Steam runtime environment up-to-date!
steam.sh[18119]: Steam client's requirements are satisfied
[2023-06-16 19:20:20] Startup - updater built Jun 16 2023 01:41:16
[2023-06-16 19:20:20] Startup - Steam Client launched with: '/home/dylan/.steam/debian-installation/ubuntu12_32/steam' '-nominidumps' '-nobreakpad'
06/16 19:20:20 Init: Installing breakpad exception handler for appid(steam)/version(0)/tid(18260)
[2023-06-16 19:20:20] Loading cached metrics from disk (/home/dylan/.steam/debian-installation/package/steam_client_metrics.bin)
[2023-06-16 19:20:20] Using the following download hosts for Public, Realm steamglobal
Server = http://forksystems.mm.fcix.net/archlinux/$repo/os/$arch
Server = http://iad.mirrors.misaka.one/archlinux/$repo/os/$arch
Server = http://distro.ibiblio.org/archlinux/$repo/os/$arch
Server = http://mirror.clarkson.edu/archlinux/$repo/os/$arch
Server = http://coresite.mm.fcix.net/archlinux/$repo/os/$arch
Server = https://coresite.mm.fcix.net/archlinux/$repo/os/$arch
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = http://iad.mirror.rackspace.com/archlinux/$repo/os/$arch
Server = http://arlm.tyzoid.com/$repo/os/$arch
Server = http://mirror.ette.biz/archlinux/$repo/os/$arch
@dylanmtaylor
dylanmtaylor / debloat-galaxy-watch-4.sh
Last active August 18, 2022 04:32
Debloat Samsung Galaxy Watch 4
# This removes various apps and features that only work on Samsung phones (I use a Google Pixel) or are duplicates of competing Google apps.
# connect with: adb tcpip 5555; adb connect ip:5555
pm disable-user --user 0 com.samsung.android.bixby.agent
pm uninstall -k --user 0 com.samsung.android.bixby.wakeup
pm uninstall -k --user 0 com.samsung.android.samsungpay.gear
pm uninstall -k --user 0 com.samsung.android.shealthmonitor
pm uninstall -k --user 0 com.samsung.sree
pm uninstall -k --user 0 com.samsung.android.messaging
pm uninstall -k --user 0 com.samsung.android.watch.cameracontroller
@dylanmtaylor
dylanmtaylor / ssh_rdp_connect.sh
Created October 27, 2021 02:44
SSH RDP Connect
#!/usr/bin/env sh
## USAGE: ./ssm_rdp_connect.sh [instance name] OR ./ssm_rdp_connect.sh [instance ID]
## Then connect your RDP client - e.g. Remmina or Microsoft Remote Desktop to localhost:3389.
## You must be authenticated to the correct AWS profile before running.
echo "Attempting to find instance $1 ..."
QUERY_RESULT="$(aws ec2 describe-instances --query 'Reservations[].Instances[].[Tags[?Key==`Name`].Value[] | [0], InstanceId]' --output text | grep -i "$1" | head -n1)"
INSTANCE_NAME=$(echo "$QUERY_RESULT" | cut -f1)
INSTANCE_ID=$(echo "$QUERY_RESULT" | rev | cut -f1 | rev)
@dylanmtaylor
dylanmtaylor / gist:47fe948dd374c894e851a880f3d3fa67
Created October 18, 2021 00:30
Steam Hardware Report Dell Precision 5540
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Xeon(R) E-2276M CPU @ 2.80GHz
CPU Family: 0x6
@dylanmtaylor
dylanmtaylor / README
Created September 4, 2020 03:00 — forked from xbb/README
IDRAC6 Virtual Console Launcher
Use this as an example on how to start the virtual console without the need of Java Web Start or accessing it from the web interface.
You can use the user and password that you use for the web interface.
You need an old JRE... I used 1.7.0_80 from the Server JRE package, also I have tested successfully 1.7.0_79 with MacOS.
You don't need to install it, just extract it or copy the files in "jre" folder.
Open the viewer.jnlp file that you get by launching the virtual console from the web interface with a text editor.
Note the urls to the jar files. Download the main jar file avctKVM.jar and the libs for your operating system and architecture.
Extract the dlls (.so Linux, .jnilib MacOS) from the jar libs.
@dylanmtaylor
dylanmtaylor / mirrorlist
Created April 12, 2020 02:04
Arch mirrorlist (very fast)
Server = http://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch
Server = http://mirrors.rit.edu/archlinux/$repo/os/$arch
Server = http://mirror.dal10.us.leaseweb.net/archlinux/$repo/os/$arch
Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch
Server = http://archmirror.hbit.sztaki.hu/archlinux/$repo/os/$arch
Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch
Server = http://arlm.tyzoid.com/$repo/os/$arch
Server = http://mirror.ams1.nl.leaseweb.net/archlinux/$repo/os/$arch
Server = http://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch
Server = http://mirror.one.com/archlinux/$repo/os/$arch
SteamVR System Report created Fri Jun 28 19:59:00 2019
<Report>
SteamVR Version: 1.5.15 (1561488580)
SteamVR Date: 2019-06-25
Steam: Public
Steam Branch:
Steam AppID: 250820
Tracking: lighthouse
OS: Linux version 5.1.8-arch1-1-ARCH (builduser@heftig-22377) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sun Jun 9 20:28:28 UTC 2019
accountsservice
acpid
alsa-utils
android-sdk
android-sdk-platform-tools
android-studio
ansible
atom
autoconf
autokey
Based on https://gist.githubusercontent.com/heppu/6e58b7a174803bc4c43da99642b6094b/raw/96b7ab0ea6356ac783fe4c90d1cb7073bdbb107f/ARCH_INSTALL.MD
# Create bootable USB
Download iso and use Etcher
# Boot from USB and set prepare system
```bash
timedatectl set-ntp true