Usually, virtual disks are used on Proxmox VE virtual machines. The virtual disks are partitioned and operating systems are installed. If you have a lot of virtual machines on your Proxmox VE server, you will be storing the virtual disks of multiple virtual machines on the same storage device, which will limit the storage bandwidth for the virtual machines. Usually, that’s how virtual machines are supposed to run and you will not have any problems with it.
For many reasons, you will...
Announcement
Collapse
No announcement yet.
Articles
Collapse
Articles Home Page
-
How to Passthrough Physical Disks to Proxmox VE 8 Virtual Machines
- Created by: Kasimba
- Published: 04-29-2024, 05:26 AM
- 0 comments
How to Passthrough Physical Disks to Proxmox VE 8 Virtual Machines
-
What is Proper File Extension for a Bash Script
- Created by: Kasimba
- Published: 04-29-2024, 05:26 AM
- 0 comments
What is Proper File Extension for a Bash Script
Bash or Bourne Again Shell is one of Linux’s most essential features. It is an interpreter of shell commands that you can use to automate tasks and perform various actions. In other words, you can add any Linux command in the script and create a combination of multiple commands to automate the tasks from the terminal.
Although bash scripts don’t need any particular extension to function, they usually have the .sh extension. Many Linux users need clarification about the proper file extension... -
How to Make Bash Script Executable
- Created by: Kasimba
- Published: 04-29-2024, 05:26 AM
- 0 comments
How to Make Bash Script Executable
Bash scripts are an essential part of the Linux system, but they are not like other files because scripts need executable permissions. These permissions help a script execute commands and make changes accordingly.
Hence, you must provide the executable permissions to run them from the command line. However, as a beginner, many users don’t know the commands to make the bash file executable. So, this blog has every possible method to make the bash script executable.
Chmod Command
... -
How to Create a Private NAT Network Interface on Proxmox VE 8
- Created by: Kasimba
- Published: 04-29-2024, 05:26 AM
- 0 comments
How to Create a Private NAT Network Interface on Proxmox VE 8
By default, a bridged network is created in a new Proxmox VE installation. The default Proxmox VE bridge network assigns IP addresses to the virtual machines and LXC containers using the DHCP server of the router/switch your Proxmox VE server is connected to. So, all the virtual machines and LXC containers are accessible from your home/office network. You may not want that.
If you want to put some of the Proxmox VE virtual machines or LXC containers in a private network, you have to... -
Fortifying Cyber Defense With the Power of Linux Intrusion Detection and Prevention Systems
- Created by: Kasimba
- Published: 04-27-2024, 04:53 AM
- 0 comments
Fortifying Cyber Defense With the Power of Linux Intrusion Detection and Prevention Systems
by George Whittaker
Introduction
In the vast and ever-evolving realm of cybersecurity, the need for robust defense mechanisms has never been more pressing. With cyber threats growing in sophistication and frequency, organizations must deploy proactive measures to safeguard their networks and sensitive data. Among these measures, Intrusion Detection and Prevention Systems (IDPS) stand as stalwart guardians,... -
30 Golang programming examples for beginners
- Created by: Kasimba
- Published: 04-26-2024, 07:09 PM
- 0 comments
30 Golang programming examples for beginners
Golang which is also called Go programming language is an open-source programming language designed by Google in 2007. Version 1.0 of this language was released in 2012. It is a structured programming language like C and different types of applications such as networking services, cloud applications, web applications, etc. can be developed by Golang language. It contains many types of packages like Python. It is very easy to learn, which makes this language popular for new programmers. 30 Golang... -
Linux open Command
- Created by: Kasimba
- Published: 04-26-2024, 07:09 PM
- 0 comments
Linux open Command
In this guide, we will demonstrate using the open command in Linux.
Prerequisites
To perform the steps demonstrated in this guide, you will need the following components:- A properly configured Linux system. For testing, consider using a Linux VM.
- Basic understanding of the command-line interface.
The open command
In Linux, the open command is a CLI tool that attempts to open a specified file, directory, or URL using the default program.
Check out the... -
15 APT Command Examples on Linux
- Created by: Kasimba
- Published: 04-26-2024, 07:09 PM
- 0 comments
15 APT Command Examples on Linux
In this guide, we will demonstrate a number of ways of using the APT command on Linux.
Prerequisites
To perform the steps demonstrated in this guide, you will need the following components:- A properly configured Linux distro that uses APT as the package manager, for example, Debian, Ubuntu, Linux Mint, Devuan, etc.
- Basic understanding of the CLI and package management.
The APT Command
Any Linux distro comprises a number of packages. To manage these numerous packages... -
How to Install GUI on Ubuntu 24.04 Server
- Created by: Kasimba
- Published: 04-26-2024, 07:09 PM
- 0 comments
How to Install GUI on Ubuntu 24.04 Server
Ubuntu 24.04 can be accessed as a desktop or as a server, depending on your needs. You will most likely access the Ubuntu 24.04 server, which doesn’t come with a GUI. The Ubuntu 24.04 server relies on your mastery of commands, which can be tricky for beginners.
Besides, some actions are better approached via the GUI. If you are stuck on how to have a GUI on an Ubuntu 24.04 server, this post shares the steps you should follow. We will install a display manager and a GUI to make it convenient... -
How to Install Jenkins on Ubuntu 24.04
- Created by: Kasimba
- Published: 04-26-2024, 03:09 AM
- 0 comments
How to Install Jenkins on Ubuntu 24.04
Jenkins is an open-source continuous integration tool that automates technical tasks such as software testing, building, and deployment. It is a Java-based tool, and as a DevOP, knowing how to install and use Jenkins will save you time and resources.
Jenkins supports numerous platforms, and this post focuses on installing it on Ubuntu 24.04. We will guide you through a step-by-step process to ensure you don’t get stuck. Let’s begin!
Step-By-Step Installation of Jenkins on Ubuntu
...
There are no articles in this category.
Please log in to your account to view your subscribed posts.
Categories
Collapse
Article Tags
Collapse
There are no tags yet.
Latest Articles
Collapse
-
by KasimbaArch Linux hasn't had a license for any package sources (such as PKGBUILD files) in the past, which is potentially problematic. Providing a license will preempt that uncertainty.
In RFC 40 we agreed to change all package sources to be licensed under the very liberal 0BSD license. This change will not limit what you can do with package sources. Check out the RFC for more on the rationale and prior discussion.
Before we make this change, we will provide contributors with...-
Channel: Articles
11-19-2024, 09:21 AM -
-
by Kasimba
by George Whittaker
Introduction
In the world of cybersecurity and software development, binary analysis holds a unique place. It is the art of examining compiled programs to understand their functionality, identify vulnerabilities, or debug issues—without access to the original source code. For Linux, which dominates servers, embedded systems, and even personal computing, the skill of binary analysis is...-
Channel: Articles
11-18-2024, 07:10 PM -
-
by KasimbaDebian and Ubuntu are two popular Linux distributions. In this deep dive we will guide you on the key differences between them from perspective of both corporate enterprise and personal productivity or pleasure usage. After reading this blog post you should be in a better position to decide to select Ubuntu or Debian.
Stewardship, Licensing, Community and Cost
Where as Debian is 100% fully committed to free software as defined by the Debian Free Software Guidelines, Ubuntu is created...-
Channel: Articles
11-17-2024, 08:30 PM -
-
by Kasimba
by George Whittaker
Introduction
In the digital age, data loss is a critical concern, and effective backup and recovery systems are vital for any Debian system administrator or user. Debian, known for its stability and suitability in enterprise, server, and personal computing environments, offers a multitude of tools for creating robust backup and recovery solutions. This guide will explore these solutions,...-
Channel: Articles
11-13-2024, 05:30 PM -
-
by Kasimba
by George Whittaker
Introduction
Debian is one of the most trusted and stable Linux distributions, making it a top choice among developers and system administrators. Setting up a powerful development environment on Debian involves installing the right tools, compilers, libraries, and Integrated Development Environments (IDEs) that can support various programming languages and workflows. This guide provides...-
Channel: Articles
11-07-2024, 11:22 PM -
-
by Kasimba
by George Whittaker
In today’s digital world, data is more than just information; it’s a part of our lives. From photos and documents to sensitive personal information, our data represents our memories, work, and interests. While cloud storage services are widely available, they often come with privacy concerns, subscription fees, and limitations on customization. This is where building a personal cloud on Ubuntu comes...-
Channel: Articles
11-07-2024, 04:30 PM -