Skip to content

Instantly share code, notes, and snippets.

View AkshayHere's full-sized avatar
🎿
High Flying

Akshay Mohan AkshayHere

🎿
High Flying
View GitHub Profile
@Vivelin
Vivelin / Custom CSS.css
Created April 6, 2020 11:57
Tabliss custom CSS for a search box that looks like in the default Firefox new tab page
.Widgets .container {
width: 100%;
max-width: 768px;
}
.Widgets .container .Time {
max-width: 333px;
margin: 0 auto;
}
@JoeyBurzynski
JoeyBurzynski / 55-bytes-of-css.md
Last active June 18, 2025 19:09
58 bytes of css to look great nearly everywhere

58 bytes of CSS to look great nearly everywhere

When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:

main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}
@jonlabelle
jonlabelle / docker_compose_cheatsheet.md
Last active June 25, 2025 22:19
Docker Compose Cheatsheet
@journeymanavi
journeymanavi / production-web-server-setup-and-deployment-guide.md
Last active June 26, 2025 02:01
A runbook for setting up a Linux based secure, production web server, for serving static web content as well as deploying Node.js based web applications.
@alirobe
alirobe / reclaimWindows10.ps1
Last active June 10, 2025 00:59
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
###
###
### UPDATE: For Win 11, I recommend using this tool in place of this script:
### https://christitus.com/windows-tool/
### https://github.com/ChrisTitusTech/winutil
### https://www.youtube.com/watch?v=6UQZ5oQg8XA
### iwr -useb https://christitus.com/win | iex
###
### OR take a look at
### https://github.com/HotCakeX/Harden-Windows-Security