Naoufal Zerai
HomeAboutCategoriesTags
  • Install yaml extention in PHP

    Oct 01, 2024

    Phpphpyaml

  • 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: …

    LinuxConfigVPS

  • Stackoverflow Source

    Nov 06, 2022

    1. If you have a particular StackOverflow question such as:…

    MarkdownMarkdown

  • 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: …

    CodingDartDartgolang

  • Apt Issues

    Sep 09, 2022

    If you get a “failed to fetch” error occurs when apt-get update is run, then try this: …

    LinuxaptDNSerror

  • 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. …

    Linuxcheatsheettmux

  • Gnome Application Theme

    Aug 28, 2022

    GTK+ ≥ 3.12 allows you to theme specific applications, such as nevolution. …

    Linuxgtkcusomisation

  • Git Tips

    Aug 22, 2022

    Gitignore not working git rm -rf --cached . git add . Recover last commit git reset HEAD~

    Codinggit

  • 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 😊 …

    LinuxAMDGPUFix

Creative
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Powered by Hugo & Notepadium