Category: General

  • SSH 2FA Linux

    SSH 2FA Linux

    When setting up a Linux host for developing or testing web applications, security should be a top priority. An essential step in safeguarding your server is to ensure that unauthorized access is effectively prevented. One of the most efficient ways to enhance security is by implementing two-factor authentication (2FA) for SSH access. This added layer…

  • How to Find and Remove Ghost Icons from the Application Menu on Linux Distributions

    How to Find and Remove Ghost Icons from the Application Menu on Linux Distributions

    When you install new applications on your Linux system, sometimes “ghost” icons—that is, icons for applications that have been uninstalled or are not functioning correctly—may linger in your application menu. These remnants can clutter your interface and cause confusion. The application menu icons on Linux systems are represented by .desktop files. This guide will walk…

  • A Basic Guide to Securing a Linux Server

    A Basic Guide to Securing a Linux Server

    1. Initial Setup: 2. Set Up a Firewall: (Replace 22 with your SSH port if you’ve changed it.) 3. SSH Hardening: 4. Update Regularly: Regularly updating ensures you get the latest security patches. 5. Install a Malware Scanner: 6. Monitor System Activity: 7. Secure Shared Memory: tmpfs /run/shm tmpfs defaults,noexec,nosuid 0 0 Then, remount shared…

  • Godot 4 Movement and Health System with Progress Bar Tutorial

    Godot 4 Movement and Health System with Progress Bar Tutorial

    To add movement to your player there is no better way than the one described on the official documentation Godot Docs (click to open on ne window) once you have your basic player set up, we can get into the good stuff. To add health to a player with a health bar in Godot with…

  • MSVCP100.dll Missing

    MSVCP100.dll Missing

    A lot of software even in 2023 needs this dll on their windows setup, and I notice Microsoft moved the old link here is the new link to fix this issue. https://www.microsoft.com/en-us/download/details.aspx?id=26999 Hope you can find this useful and please share.

  • Free Open Source Idle Template Godot 3.x and Godot 4+

    Free Open Source Idle Template Godot 3.x and Godot 4+

    Open Source link below, this is a small demo that I worked on from a free open-source demo I found, I expanded and added a few extra systems to the base demo and borrowed some Public Domain assets to decorate a bit. https://github.com/Clooloo/Idle-Game-Demo-OpenSource

  • Tools

    Tools

    Very useful free tools that you can find online: Development Notepad++ My favorite text editor solution, supports lots of languages and file types, you cant go wrong with them. VSCodium Perfect IDE for small and large projects. Godot Want to make a game? we present GODOT engine an Awesome Open Source and Free Game Engine.…