Quantcast
Channel: Sameh Attia

Image may be NSFW.
Clik here to view.

How to Create a Custom Systemd Service in Linux

https://www.maketecheasier.com/create-custom-systemd-service-in-linuxHow to Create a Custom Systemd Service in LinuxTable of ContentsWhat is a Systemd Service Unit?Creating a System-level Custom...

View Article


Image may be NSFW.
Clik here to view.

Killport: Stopping Processes by Port Number in Linux

https://linuxtldr.com/installing-killportKillport: Stopping Processes by Port Number in Linuxkillport is a CLI tool that provides a simple solution to stop processes by their port number, thereby...

View Article


Image may be NSFW.
Clik here to view.

DistroBox: Try Out Multiple Linux Distributions via the Terminal

https://linuxtldr.com/installing-distroboxDistroBox: Try Out Multiple Linux Distributions via the TerminalAs you all know, Linux is famous for its multiple variants in the name of distributions, each...

View Article

Image may be NSFW.
Clik here to view.

What is the ERR_CONNECTION_RESET Error and how to fix it?

https://www.rosehosting.com/blog/fix-err_connection_reset-errorWhat is the ERR_CONNECTION_RESET Error and how to fix it? February 12, 2025by Jeff WilsonIn this tutorial, we are going to explain what...

View Article

How to Permanently Change Docker Directory Permissions on Linux

https://www.tecmint.com/docker-folder-permissions-linuxHow to Permanently Change Docker Directory Permissions on LinuxDocker is a powerful tool that allows you to run applications in isolated...

View Article


Image may be NSFW.
Clik here to view.

How to Expose Localhost to the Internet Using Bore

https://ubuntushell.com/install-bore How to Expose Localhost to the Internet Using BoreBore is a free and open-source command-line utility written in Rust that aims to allow users to expose a local...

View Article

Image may be NSFW.
Clik here to view.

Top Linux Networking Commands and Troubleshooting Tips

https://www.maketecheasier.com/top-linux-networking-commands-and-troubleshooting-tipsTop Linux Networking Commands and Troubleshooting TipsTable of Contents1. Ping command2. Traceroute command3....

View Article

Image may be NSFW.
Clik here to view.

btop: A Modern and Resourceful System Monitor

https://www.tecmint.com/btop-system-monitoring-tool-for-linuxbtop: A Modern and Resourceful System Monitorbtop is a highly customizable, real-time system monitor tool that provides users with an...

View Article


Image may be NSFW.
Clik here to view.

How to Install DeepSeek Locally with Ollama LLM in Ubuntu 24.04

https://www.tecmint.com/run-deepseek-locally-on-linuxHow to Install DeepSeek Locally with Ollama LLM in Ubuntu 24.04Running large language models like DeepSeek locally on your machine is a powerful way...

View Article


How to Create a Read-Only User in PostgreSQL

https://vishalvyas.com/how-to-create-a-read-only-user-in-postgresqlHow to Create a Read-Only User in PostgreSQLIntroductionWhen working with PostgreSQL, there are scenarios where you need to provide...

View Article

Image may be NSFW.
Clik here to view.

How to Enter Single User Mode in AlmaLinux 8/9

https://www.tecmint.com/almalinux-single-user-modeHow to Enter Single User Mode in AlmaLinux 8/9Single user mode, also known as rescue mode, is a minimal environment in Linux that allows system...

View Article

Image may be NSFW.
Clik here to view.

Nice and Renice Command in Linux with Examples

https://www.geeksforgeeks.org/nice-and-renice-command-in-linux-with-examplesNice and Renice Command in Linux with ExamplesIn Linux, managing process priority is crucial for optimizing system...

View Article

Image may be NSFW.
Clik here to view.

How to Use Wildcards to Match Filenames in Linux

https://www.maketecheasier.com/use-wildcards-match-filenames-in-linuxHow to Use Wildcards to Match Filenames in LinuxTable of Contents1. Asterisk (*) 2. Question Mark (?)3. Bracket Expressions ([ ]) 4....

View Article


Image may be NSFW.
Clik here to view.

Linux Sed Tutorial: Learn Text Editing with Syntax & Examples

https://www.cyberciti.biz/faq/linux-sed-command-tutorial-for-text-editing-with-syntax-examplesLinux Sed Tutorial: Learn Text Editing with Syntax & ExamplesAuthor:Vivek GiteLast updated:March 4,...

View Article

Image may be NSFW.
Clik here to view.

How to Install Portainer CE with Docker on Linux

https://www.tecmint.com/install-portainer-ce-with-docker-on-linuxHow to Install Portainer CE with Docker on LinuxManaging Docker containers using the command line can be challenging, especially for...

View Article


Image may be NSFW.
Clik here to view.

A Comprehensive Guide To Recover Data In Linux After Accidentally Deleting...

https://ostechnix.com/recover-data-in-linux-after-accidentally-deleting-your-osA Comprehensive Guide To Recover Data In Linux After Accidentally Deleting Your OSRecovering Deleted Files After...

View Article

Image may be NSFW.
Clik here to view.

How to Automatically Restart a Failed Service in Linux

https://www.tecmint.com/automatically-restart-service-linuxHow to Automatically Restart a Failed Service in LinuxIn a Linux system, services (also called daemons) play a critical role in handling...

View Article


Image may be NSFW.
Clik here to view.

How to Find Running Services in Linux with Systemd Commands

https://www.tecmint.com/list-all-running-services-under-systemd-in-linuxHow to Find Running Services in Linux with Systemd CommandsLinux systems provide a variety of system services (such as process...

View Article

Image may be NSFW.
Clik here to view.

How to Access the GRUB Menu in Virtual Machine

https://ubuntushell.com/access-the-grub-menu-in-virtual-machine How to Access the GRUB Menu in Virtual MachineMost Linux distributions that are installed using virtual machine software like VirtualBox...

View Article

Image may be NSFW.
Clik here to view.

Listing All Users in a Linux System

https://ubuntushell.com/listing-all-users-in-linux Listing All Users in a Linux SystemLinux administrators have to be aware of existing users in the Linux system for different reasons, like finding out...

View Article

How to Create a Video from Images with FFmpeg (and Add Audio)

https://ostechnix.com/create-a-video-from-images-with-ffmpegHow to Create a Video from Images with FFmpeg (and Add Audio)FFmpeg is a powerful open-source multimedia framework that allows users to...

View Article


How to Automatically Restart a Service After Failure on SysVinit and Upstart

https://www.tecmint.com/automatically-restart-services-on-non-systemd-linuxHow to Automatically Restart a Service After Failure on SysVinit and UpstartOn systemd-based Linux distributions, managing and...

View Article


Image may be NSFW.
Clik here to view.

Fd: The Find Command Alternative For Mastering File Search In Linux

https://ostechnix.com/fd-find-command-alternativeFd: The Find Command Alternative For Mastering File Search In LinuxSupercharge Your File and Directory Searches with fd Command: The Ultimate File...

View Article

Linux Problem-Solving Scenarios: Real-World Challenges & Solutions

https://www.tecmint.com/linux-troubleshooting-tipsLinux Problem-Solving Scenarios: Real-World Challenges & SolutionsLinux is a powerful and reliable operating system, but even seasoned users...

View Article

Image may be NSFW.
Clik here to view.

WattWise: Monitor Your Computer’s Power Usage in Real-Time

https://ostechnix.com/wattwise-monitor-computer-power-usageWattWise: Monitor Your Computer’s Power Usage in Real-TimeTrack Your PC's Power Consumption in Real-time with WattWise!Written by skPublished:...

View Article



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>