Tag: installation
-
تثبيت وتكوين Docker على أوبونتو: دليل شامل
هذا المنشور متوفر أيضاً باللغة الإنجليزية: English Version ## البرنامج التعليمي: تثبيت وتكوين Docker على أوبونتو Docker هو أداة شهيرة تستخدم لتقنية الحاويات في بيئات تكنولوجيا المعلومات. في هذا البرنامج التعليمي، سنتعرف على عملية التثبيت والتكوين، والاستخدام الأساسي لـ Docker على أوبونتو. ### الخطوة 1: تحديث فهرس الحزم “`bash sudo apt update # تحديث فهرس…
-
Tutorial: Installing and Configuring Docker on Ubuntu
This post is also available in Arabic: النسخة العربية ## Tutorial: Installing and Configuring Docker on Ubuntu Docker is a popular tool used for containerization in IT environments. In this tutorial, we will walk through the installation, configuration, and basic usage of Docker on Ubuntu. ### Step 1: Update Package Index “`bash sudo apt update…
-
دليل شامل لتثبيت واستخدام دوكر
هذا المنشور متوفر أيضاً باللغة الإنجليزية: English Version # العنوان: دليل شامل لتثبيت واستخدام دوكر دوكر هو أداة قوية تُستخدم للحاوية، تتيح للمطورين تعبئة التطبيقات مع جميع تبعياتها في وحدة قياسية. سيقوم هذا البرنامج التعليمي بإرشادك خلال عملية تثبيت دوكر وتكوينه، واستخدامه بفعالية. ## تعليمات التثبيت: 1. تحديث فهرس الحزم وتثبيت التبعيات اللازمة: “`bash sudo…
-
Complete Guide to Installing and Using Docker: Step-by-Step Instructions
This post is also available in Arabic: النسخة العربية # Title: A Comprehensive Guide to Installing and Using Docker Docker is a powerful tool used for containerization, allowing developers to package applications with all their dependencies into a standardized unit. This tutorial will guide you through the process of installing Docker, configuring it, and using…
-
Install and Configure a Self-Hosted RustDesk Server
Install RustDesk Server (Hbbs & Hbbr) RustDesk has two main components: Hbbs (ID Server) Hbbr (Relay Server) 🔹 On Ubuntu / Debian 1️⃣ Update your system: sudo apt update && sudo apt upgrade -y 2️⃣ Download RustDesk Server binaries: wget <https://github.com/rustdesk/rustdesk/releases/latest/download/rustdesk-server-linux-amd64.zip> 3️⃣ Extract the files: sudo apt install unzip -y unzip rustdesk-server-linux-amd64.zip cd rustdesk-server-linux-amd64 4️⃣…
-
GiroCode Generator App
GiroCode Generator App The GiroCode Generator App is a standalone Python application that creates GiroCode QR codes for invoices. GiroCodes simplify the payment process by embedding essential payment details, such as the recipient’s IBAN, BIC, and amount, directly into a QR code. Customers can scan the QR code with their banking app to make payments…