by Console Bear | Jul 9, 2024 | All, DevOps, Linux, SysOps
In today’s digital age, ensuring the safety of your data is crucial. Backups are an essential part of data management, and automating this process can save you time and ensure consistency. This article will guide you through creating a simple Bash script to...
by Console Bear | Jul 5, 2024 | All, Dev
MySQL is a widely-used relational database management system that is especially popular for web applications. Python, being a versatile programming language, offers several libraries to interact with MySQL databases. One of the most commonly used libraries is...
by Console Bear | Jul 1, 2024 | All, CyberSec, Linux
A serious security flaw dubbed “regreSSHion” in OpenSSH allows attackers to remotely execute code with root privileges on Linux systems running vulnerable versions (8.5p1 to 9.8p1). Discovered by Qualys, this vulnerability poses a significant risk of full...
by Console Bear | Jun 5, 2024 | All, Linux, SysOps
Securing a web server is crucial to protect sensitive data, ensure privacy, and maintain the integrity of your applications and services. This guide will walk you through various steps and best practices to harden your Linux web server, making it more resilient...
by Console Bear | Nov 23, 2019 | All, DevOps, Linux, SysOps
List of system related commands: Show name of system: uname -a — Kernel release information: uname -r — Release os information: cat /etc/os-release — Release all etc information: cat /etc/*release — Check who is currently logged in: last...