

Recent Posts

K3S Kubernetes Cluster Setup with K3D
In this article, I will talk about how we can create a Kubernetes Cluster in a Linux-based operating system with K3D, a tool of Rancher...
Jul 13, 2021 | 11 min read | DevOps

Building a Linux Kernel Module
Last night a friend of mine asked for help for her homework on operating systems. It’s about building a simple Linux kernel module...>>
Jan 29, 2021 | 5 min read | DevOps

Kubernetes Resource Management
I had the chance to listen to Bekir Doğan’s presentation, a former Kartaca employee, at an event in 2017, and I was very impressed when I heard that...
Nov 13, 2020 | 9 min read | DevOps

What is MariaDB, How to Install it on Ubuntu 14.04
MariaDB is an RDBMS (Relational Database Management System), developed by forking from MySQL. Sun bought MySQL...>>
Sep 11, 2018 | 4 min read | Database

What is Percona Server, How to Install in Ubuntu 14.04?
Percona Server is a tool used for relational database management. It is a fork of MySQL that comes with the Linux...>>
Nov 24, 2016 | 2 min read | Linux

What is SELinux? How to Allow Non-Compliance with the Default Security Policy?
SELinux (Security-Enhanced Linux) is a project that enables the realization of....>>
Aug 6, 2013 | 5 min read | Linux
Popular Posts

Inspiring Quotes for Software Developers
Jun 12, 2020 | Programming
Web Scraping Automation with Google Cloud Services
Nov 30, 2023 | Cloud
K3S Kubernetes Cluster Setup with K3D
Jul 13, 2021 | DevOps
The Language of the Changing World: VUCA and BANI
Jun 28, 2022 | Digital Marketing
Components of OpenStack
Dec 7, 2017 | Cloud
Why We Switched from Icinga to Zabbix
Sep 16, 2014 | Open Source
Django Stripe Integration using dj-stripe
Jul 2, 2020 | Django
Deploy Your Application Directly From GitLab CI to Google Kubernetes Engine (GKE)
Sep 8, 2020 | DevOps
Pub/Sub Pattern in Golang
Apr 7, 2023 | Golang
Golang HMAC Authentication
Apr 12, 2023 | Golang