This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance | |
#InstallKeybdHook | |
#Persistent | |
SetWorkingDir C:/ahk | |
; remap AJAZZ volume wheel to primary display brightness and screenshot on click | |
; remap to second display if shift is held | |
; original volume and pause mapping if Meta is held | |
; Temporarily disable Windows keys when other hotkeys are active |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03:38 < ZenZenFTW> did someone just sneeze? | |
04:10 < Ascendrio> I just hear a sneeze | |
04:15 < Bruschetta> I entered a map and heard a sneeze from the game | |
04:23 < Bruschetta> my osu just sneezed again rEE | |
04:23 < FurryTrash> my osu! doesn't sneeze? | |
06:12 < Narukiko> did i just hear a sneeze? | |
06:12 < Narukiko> sneeze in-game? | |
06:47 < Cielo_Day> did i just a hear someone sneeze or..? | |
07:37 < -4ourth-> someone sneezed in the game | |
07:58 < XeRoHD> does anyone get this sneeze sound effect when someone starts a beatmap? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are plenty of one line terminal commands that can prove to be exorbitantly dangerous. | |
1. The Delete Everything Command | |
rm -rf / | |
This command deletes everything it possibly can, including files on your hard drive and files on connected removable media devices. This command can be explained as follows: | |
rm – Remove the following files. | |
-rf – Run rm recursively. |