Install yaml extention in PHP
Oct 01, 2024
Vps Config
Nov 20, 2022
A server configuration is a set of instructions that tells a computer how to operate. The instructions can include the type of hardware to use, the software to install, and the settings to use. A server configuration can be used to set up a new computer, or to change the settings on an existing computer. Here is the configuration I usually use for my fresh new sever: …
Stackoverflow Source
Nov 06, 2022
1. If you have a particular StackOverflow question such as:…
Go Dart Plugin
Nov 06, 2022
Part One the GO side: We need to make the function exportable, so the name should be capitalized and become GetKey() We need to use cgo so that we can create shared library, cgo means we need to: …
Apt Issues
Sep 09, 2022
If you get a “failed to fetch” error occurs when apt-get update is run, then try this: …
Cheatsheet Tmux
Aug 28, 2022
Tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. …
Gnome Application Theme
Aug 28, 2022
GTK+ ≥ 3.12 allows you to theme specific applications, such as nevolution. …
Git Tips
Aug 22, 2022
Gitignore not working git rm -rf --cached . git add . Recover last commit git reset HEAD~
AMD GPU Screen Tearing
Aug 21, 2022
According to Wikipedia : Screen tearing is a visual artifact in video display where a display device shows information from multiple frames in a single screen draw. If you are on Debian or Ubuntu, and you have an AMD GPU this might fix the problem 😊 …