Latest Articles
Browse the latest tutorials, guides, and practical examples across Linux, DevOps, security, databases, and programming on GoLinuxCloud.
Explore the latest tutorials and guides across Linux, DevOps, programming, and more.
You can also browse content by category below:
- Linux: Commands, administration, troubleshooting, and system operations
- DevOps: CI/CD, Kubernetes, containers, and automation
- Programming: Coding tutorials, scripting, and development concepts
- Security: Ethical hacking, system security, and best practices
- Databases: MySQL, MariaDB, PostgreSQL, and database management
- Networking: Network setup, troubleshooting, and protocols
- Storage: Disk management, file systems, and storage solutions
- System Administration: User management, services, and system-level tasks
- Tools: Useful tools and utilities for productivity
- Cheat Sheet: Quick reference guides for commands and tools
- Interview Questions: Common interview questions with answers
2076 articles
Integrate Samba with Active Directory (Linux & Windows)
To integrate Samba share with Active Directory we can use winbind to join Linux client with domain controller and use smbclient to access the windows share
Step-by-Step: Create LVM during installation RHEL/CentOS 7/8
Step by step screenshots to create LVM during installation using Red Hat or CentOS 7/8 ISO. how to create lvm in redhat linux 7 step by step
Beginners guide to how LVM works in Linux (architecture)
LVM stands for Logical Volume Manager which is made up of Physical Volume, Volume Group ad Logical Volume. It can be easily extended or even reduced at times
9 easy steps to create custom ISO RHEL/CentOS 8
To create custom ISO in RHEL/CentOS 8, create a kickstart file and modify the isolinux.cfg for boot menu. You can also minimze the package list and update …
6 Tools making Automation Testing easy in Linux
The QA automation testing tools mentioned in this article enable the deployment of tests integrated with the DevOps workflow. They support continuous testing …
SSH port forwarding | SSH Tunnel (Forward & Reverse)
Configure SSH Port forwarding tunneling between local and remote host in Linux. Example SSH session to forward port 8080 with ssh connection RHEL/CentOS
5 easy ways to concatenate strings in Python with examples
There are different methods available in Python to concatenate strings such as + operator, str.join(), format strings. The most recommended is + and += …
8 simple ways to sort dictionary by value in Python
We can use different methods to sort dictionary by value or keys in Python. With Python 3.7 dictionaries remember the order of items inserted so we can use …
Steps to expose services using Kubernetes Ingress
Kubernetes Ingress provides a granular mechanism for routing requests into a cluster. Ingress does not replace Services but augments them with capabilities such …
How to check Disk Interface Types in Linux [7 Methods]
how to check my hard disk is ssd or hdd. what kind of hard drive do I have. how to check ssd. how to check disk type hdd or ssd. how to check disk interface …
4 practical examples - Python string replace in file
perform find and replace action string in same and different file using Python programming. Pythong string replace in a file using fileinput module.
Kubernetes Tutorial for Beginners & Experienced
Kubernetes Tutorial, Kubernetes Exam dumps, Kubernetes Documentation, Certified Kubernetes Application Developer (CKAD), Certified Kubernetes Administrator …
Beginners guide on Kubernetes RBAC with examples
The Kubernetes API server can be configured to use Role Based Access Control (RBAC) to check whether an action is allowed to be performed by the user requesting …
Kubernetes Authentication & Authorization (Workflow)
Kubernetes Authentication and authorization play a very vital role in securing applications. These two terms are often used interchangeably but are very
Kubernetes ConfigMaps usage to declare env variables
Kubernetes ConfigMap decouples the application data from the application. It is used to set and define environment variables inside the Pod container. You can …
