Ubuntu+Windows Boot Menu Ubuntu+Windows Boot Menu
Systems Management #Ubuntu #Terminal #Linux

Ubuntu+Windows Boot Menu

18 September 2025 Thursday

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? What is UUID? What are the Version Differences?
Software Terms #Ubuntu #Linux #Operating Systems

What is UUID? What are the Version Differences?

18 September 2025 Thursday

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 Linux Disk Commands
Systems Management #Terminal #Linux #Commands

Linux Disk Commands

18 September 2025 Thursday

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 Installing VirtualBox and Extension Package
Systems Management #Ubuntu #Linux

Installing VirtualBox and Extension Package

18 September 2025 Thursday

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 AnyDesk Installation and Settings Ubuntu
Systems Management #Ubuntu #Linux

AnyDesk Installation and Settings Ubuntu

18 September 2025 Thursday

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 Ubuntu 22.04 LAMP, Apache, PHP, VirtualHost Installation
Systems Management #Ubuntu #Linux

Ubuntu 22.04 LAMP, Apache, PHP, VirtualHost Installation

18 September 2025 Thursday

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 How to host a compiled binary with daemon service
Systems Management #Ubuntu #Linux

How to host a compiled binary with daemon service

18 September 2025 Thursday

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.