- VirtualBox 6.1.40. download
- Homebrew. documentação
- ProperTree. download
- macOS Ventura
| #!/bin/sh | |
| # Void Linux Post-Installation Script for Wayland | |
| # Author: Speyll | |
| # Last-update: 20-03-2025 | |
| # Enable debugging output and exit on error | |
| set -x | |
| # Add multilib and nonfree repositories | |
| sudo xbps-install -Sy void-repo-nonfree |
| /** | |
| * @name Adblock for Discord | |
| * @author TheSunCat and contributors | |
| * @version 1.0.0 | |
| * @description We have moved to Codeberg! Follow the link below: | |
| * @source https://codeberg.org/AllPurposeMat/Disblock-Origin | |
| */ | |
| #app-mount::before { | |
| content: "The Disblock Origin theme has moved to Codeberg! Please check https://codeberg.org/AllPurposeMat/Disblock-Origin"; |
| # Windows now supports a simple WSL installation using the command: | |
| wsl --install | |
| $ErrorActionPreference = 'Continue' | |
| $ProgressPreference = 'SilentlyContinue' | |
| Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | |
| Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor | |
| Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform | |
| Enable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform |
If you install custom theme on your system you might suffer from each login for the re appliying your theme.
To fixing delete Default Colors folder on HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\ path on regedit.
Now I hope you not able to get same issue on your computer.
- Download & Install Sublime Text 3.2.2 Build 3211
- Visit https://hexed.it/
- Open file select sublime_text.exe
- Offset
0x8545: Original84->85 - Offset
0x08FF19: Original75->EB - Offset
0x1932C7: Original75->74(remove UNREGISTERED in title bar, so no need to use a license)
If you use git on the command-line, you'll eventually find yourself wanting aliases for your most commonly-used commands. It's incredibly useful to be able to explore your repos with only a few keystrokes that eventually get hardcoded into muscle memory.
Some people don't add aliases because they don't want to have to adjust to not having them on a remote server. Personally, I find that having aliases doesn't mean I that forget the underlying commands, and aliases provide such a massive improvement to my workflow that it would be crazy not to have them.
The simplest way to add an alias for a specific git command is to use a standard bash alias.
# .bashrc