Linux
3 Best Syslog Servers for Windows/Linux
(via: https://pixabay.com/vectors/gui-interface-internet-program-2311260/) In the modern-day, security is more important than ever. While increasing physical security is important for businesses, so is increasing online security. Cybercrime of all kinds is unfortunately very common. This can include hacks, phishing, DDoS, data breaches and a variety of other things. In fact, cybercrime is becoming incredibly expensive and harmful…
5 reasons why you should choose Linux over Windows or Mac OS
—
in Computer“But that’s for engineers and programmers only, isn’t it?” If you’ve heard about Linux or seen it in a PC, chances are that you heard that from a programmer/coder or a software engineering student or anyone who knows about programming languages. If you have used it, then it is likely that you fall under one…
Canonical adds containerd to Ubuntu Kubernetes
—
in LinuxCanonical at 28/02/2019 announced support for containerd in its 1.14 releases of Charmed Kubernetes and Microk8s, improving security and robustness. “Containerd has become the industry-standard container runtime focused on simplicity, robustness and portability.” said Carmine Rimi, product manager for Kubernetes at Canonical. “Enabling Kubernetes to drive containerd directly reduces the number of moving parts, reduces latency in pod…
How to Change the SSH Port in Linux
By default, SSH listens on port 22. Changing the default SSH port adds an extra layer of security to your server by reducing the risk of automated attacks. Instead of changing the port is much simpler and secure to configure your firewall to allow access to port 22 only from specific hosts. Read Also about…
Bash until Loop
—
in LinuxLoops are one of the fundamental concepts of programming languages. Loops are handy when you want to run a series of commands over and over again until a specific condition is met. In scripting languages such as Bash, loops are useful for automating repetitive tasks. There are 3 basic loop constructs in Bash scripting, for…
Using LXD on your Chromebook
—
in SoftwareIntroduction On supported Chromebook, starting with Chrome OS 69, a new feature called Linux Apps was introduced. This allows Chrome OS users, on supported to install normal Linux applications from the Debian repository and have them integrate with the underlying Chrome OS desktop. The feature has evolved quite a bit since its introduction, including recent…
How to Install Minecraft Server on CentOS
Step-by-Step Guide: How to Install Minecraft Server on CentOS Minecraft is a widely popular sandbox game that allows players to create and explore virtual worlds. To host your own Minecraft server on CentOS , you can follow the steps outlined in this comprehensive guide. By the end, you’ll have a functional Minecraft server up and…
How to Find Large Files in Linux
Over the period of time your disk drive may get cluttered with lot of unnecessary files taking up large amounts of disk space. Usually, Linux boxes run out of disk space due to large log or backup files. This tutorial explains how to find the largest files and directories in Linux systems using the find…
How To Add Swap Space on Debian 9
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space. Swap space can take the form of either a dedicated swap partition or a swap file. Read…
How to install Sublime Text 3 on CentOS
Sublime Text 3 is a popular text editor known for its speed, simplicity, and powerful features. It supports multiple programming languages and provides an intuitive user interface. If you are using CentOS as your operating system and want to install Sublime Text 3, this guide will walk you through the installation process. Step 1: Update…
How to Install Visual Studio Code on CentOS 7
Visual Studio Code is an open-source cross-platform code editor developed by Microsoft. It has built-in debugging support, embedded Git control, syntax highlighting, code completion, integrated terminal, code refactoring, and snippets. Visual Studio Code (VS Code) has gained immense popularity as a versatile and powerful source code editor. Its extensibility, wide range of features, and support…
Learn to Code PYTHON for Multiplayer Adventure Games
—
in SoftwareLearn to Code PYTHON for Multiplayer Adventure Games (Ages 12+) – Programming and Video Game Design for Kids – Writing Software & Computer Coding – Better than Minecraft Mods – ( PC, Mac & Linux ) DESIGN A MULTIPLAYER GAME: Simply Coding Python-Multiplayer teaches how to create a client that will connect both to a…