Browsing Tag
linux
94 posts
Using only vim to solve AdventOfCode Challenges | Episode 2
Note: It’s important to read the first episode to understand the context of how these challenges are solved.…
How are threads created in Linux x86_64
Introduction So I was trying to use atomics in C. Got a little working example. // multithrd.c #include…
sudo apt update && upgrade ?
You may have heard or used sudo apt update and sudo apt upgrade, and you must have thought…
Profundezas do Node.js: Explorando I/O Assíncrono
Introdução Como o Node trata o Código Assíncrono Operações Assíncronas: O que São? Operação Assíncrona Bloqueante vs Não…
OpenStack Keystone LDAP Konfigürasyonu
OpenStack kurulumuna buradan ulaşabilirsiniz. OpenStack kurulu makinamızın terminaline girelim. Sonrasında identity servisimiz olan keystone ayarlarına girelim. nano /etc/keystone/keystone.conf…
Ubuntu Repolardan SSL kontrolünü kaldırma
Tartışmasız SSL güvenliğimiz için son derece önemli ve gerelkli bir teknolojidir. Bazen sertifika işimizi zorlaştırabiliyor. Eğer ne yaptığınızın…
What’s new in LiveG OS V0.2.0: multiplatform support and plenty more
After almost a full year of working on developing new features for LiveG OS, we’re excited to announce…
Bash, the magic that empowers the Cloud
Hello Coders! This article is not about ML, Generative AI, automation, or any other hot topic. It’s about…
K8s Pods
As previously discussed k8s provide us with the following features: By-default cluster in nature, which fixes the issue…
Linux Kernel
The most basic level is hardware, which includes our CPU, memory, hard disks, networking ports, etc. The physical…