Notepad++ is one of the best applications ever made
Sysadmin
A community dedicated to the profession of IT Systems Administration
Kinda new to the whole sysadmin thing, but tmux has been an absolute game changer for me. No more remote desktop for long running processes, I can just do everything from ssh.
Put a dev box in the cloud/Colo whatever run tmux, learn about sync panes, work on multiple hosts at once, ..., Profit
Big fan of the IODD. I love having a ton of bootable images ready to go on a single drive. I mostly use it to boot disk wiping software, disk imaging software, and malware removal tools but it also serves as my main flash drive with common software and scripts I use a lot.
My company has been moving onto Kubernetes recently and I've found Lens to be very helpful with it. It has a nice cluster dashboard and has inbuilt shortcuts to jump onto containers, see logs, etc.
I’m a big fan of RoyalTS for managing my RDP / SSH access to servers. Keepass for password storage.
I've been in the weird space of on-prem "cloud" infrastructure (mostly kubernetes) for the last seven years but I've been doing infra, middleware, and devops for more than twenty years and have my own way of working that's nearly GUI-free.
Tools I use every single day:
- tmux
- The one true editor and org-mode.
- The other one true editor.
- Bash, sed, awk, and the indispensable Shellcheck.
- Munging data with
- curl and httpie.
- ag (the Silver Searcher) out of habit but ripgrep is awesome too.
Less often but very useful:
- socat a swiss army knife for sockets.
- ansible
- terraform
Languages, because I write my own tools:
PDQ! Inventory and Deploy
Along with pre packed PowerShell scripts.
I have a bunch of pages and tasks that can be run from the right click menu in Inventory so not only myself, but also less technical team members can run them.
It also is nice to RDP or VNC into a machine with a keyboard shortcut.
Powershell scripts have been my tool of choice for the past few years (stuck in Windows world unfortunately).
Lately I've been dipping my toes into automating switch config - Ansible has been fantastic for that.