Skip to content

Instantly share code, notes, and snippets.

@jpswade
jpswade / devops_best_practices.md
Last active April 1, 2025 11:02
Devops Best Practices Checklist

Find the original here article here: Devops Best Practices

DevOps started out as "Agile Systems Administration". In 2008, at the Agile Conference in Toronto, Andrew Shafer posted an offer to moderate an ad hoc "Birds of a Feather" meeting to discuss the topic of "Agile Infrastructure". Only one person showed up to discuss the topic: Patrick Debois. Their discussions and sharing of ideas with others advanced the concept of "agile systems administration". Debois and Shafer formed an Agile Systems Administrator group on Google, with limited success. Patrick Debois did a presentation called "Infrastructure and Operations" addressing

@vlad-stoian
vlad-stoian / linux-mint.md
Created October 22, 2017 18:21
Linux Mint Interesting

How to enable/disable or change the autologin user ?

# Change the following file /etc/lightdm/lightdm.conf to something like the following
[Seat:*]
autologin-guest=false
autologin-user=vlad
autologin-user-timeout=0
@Pulimet
Pulimet / AdbCommands
Last active April 26, 2025 13:51
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
@valyakuttan
valyakuttan / android.md
Last active January 16, 2020 09:21
some android commands(Moto E)

Android Cheat Sheet for Linux

1. Fastboot command - fastboot

To list attached devices

$ sudo fastboot devices

To flash twrp to recovery