

Ubuntu+Windows Boot Menu
In Ubuntu, we will show the Windows at boot by manually entering the grub entry using the terminal. These issues are advanced and risky. Understand what you are doing and proceed with caution. →


What is UUID? What are the Version Differences?
Let's take a closer look at the UUID, which we constantly encounter in Operating Systems, disks and Blockchain, and look at the differences between its versions. →


Linux Disk Commands
Here are the commands that are often used to manage disks in Linux. You can use it with any distro like Ubuntu - Centos - Debian - Kali etc. →


Installing VirtualBox and Extension Package
There are three ways you can test a software environment, setup processes, and configurations on your computer, and ensure that your system overall is not harmed by it: Remote Server Rental, Docker, and Virtualbox. The nice thing about Virtualbox is that you can revive the one-to-one operating system environment for free and interactively. →


AnyDesk Installation and Settings Ubuntu
After installing AnyDesk on Ubuntu and fine-tuning its basic settings, use your nickname carefree. What would be the best configuration for accessing your own work computer? →


Ubuntu 22.04 LAMP, Apache, PHP, VirtualHost Installation
If you are constantly working with PHP, having a LAMP (Linux + Apache + MySQL + PHP) stack on your local computer will make your work much easier. I will explain the ways to configure this working environment in the most efficient way based on my experience. →


How to host a compiled binary with daemon service
You compiled the web service you coded with a programming language like Rust, Golang, C++ and now you don't know how to publish it on your server. Creating a daemon is also a must to avoid the hassle of restarting the server when it shuts down. Let's see how to do it here. →