Skip to content

Instantly share code, notes, and snippets.

View raffleberry's full-sized avatar
🎯
Focusing

raffleberry raffleberry

🎯
Focusing
  • Monkaw
  • 11:06 (UTC +03:00)
View GitHub Profile
@WindomZ
WindomZ / switch_windows_with_scroll_wheel_on_ubuntu_dock.sh
Last active April 8, 2022 08:50
Switch windows with scroll wheel on Ubuntu Dock
gsettings set org.gnome.shell.extensions.dash-to-dock scroll-action 'cycle-windows'
@lelegard
lelegard / win-home-gpedit.md
Last active May 6, 2025 16:07
Enabling the Group Policy Editor on Windows 10 Home

Enabling the Group Policy Editor on Windows 10 Home

On Windows 10 Home edition, there is no Local Group Policy Editor (gpedit.msc) and no Local Security Policy Editor (secpol.msc). These tools are reserved to Professional editions of Windows.

It is however possible to install them on Windows 10 Home if you need them.

Open a PowerShell window as administrator and run the following command:

@soheilhy
soheilhy / nginxproxy.md
Last active April 11, 2025 06:29
How to proxy web apps using nginx?

Virtual Hosts on nginx (CSC309)

When hosting our web applications, we often have one public IP address (i.e., an IP address visible to the outside world) using which we want to host multiple web apps. For example, one may wants to host three different web apps respectively for example1.com, example2.com, and example1.com/images on the same machine using a single IP address.

How can we do that? Well, the good news is Internet browsers