Rohit Pagoterohitpagote.hashnode.dev·Jan 9, 202507 - Service Management with SYSTEMDSYSTEMD and Services What is SYSTEMD? Systemd is a Linux initialization system and service manager that is responsible for bootstrapping the system, managing system processes, and providing a standardized approach to manage services, tasks, and logs...Linux Basics CourseLinux
Riderdevops.bike·Jan 5, 2025Plug external HDD and backup is doneIntro Goal I have an external HDD, and I want to have a copy of it in the cloud. I do not want I do not want to connect the external HDD to the laptop, run some commands to back up, monitor the status, wait until it's done, etc. I want Connect exter...Backup
Rahulkumar Choudharyrahulsblog.hashnode.dev·Dec 30, 2024Check the ulimit by running the docker fileWhat’s the goal? The goal is to query the current system resource limit (e.g., RLIMIT_NOFILE, which controls the maximum number of open file descriptors) and expose it through an Nginx endpoint as part of the response. How are we going to achieve thi...1 like·29 readsDocker
Anshumanhashnode.ssh-i.in·Nov 3, 2024Building Cross-Platform System Services in Go: A Step-by-Step GuideWhat Are System Services? System Services are lightweight programs that operate in the background without a graphical user interface . They start automatically during system boot and run independently.Their lifecycle, which includes operations like s...Go Language
Erhan ÜRGÜNerho.dev·Oct 29, 2024Node.js Projelerini Sunucuda Kesintisiz Çalıştırma YöntemleriProjelerinizin sunucuda kesintiye uğramadan çalışmasını ister misiniz? Node.js tabanlı, çalışır durumda olan ve terminali kapattığınızda aniden duran projeleriniz size de tanıdık geliyorsa, işte kalıcı çözüm! Geliştirdiğim projeleri canlıya aldığımda...1 like·186 readsNodeJSphpm
Sourav Kumarblog.souravk.cloud·Aug 24, 2024Why Setting Environment Variables in `systemd` Service Files is Crucial for Your ApplicationsDeploying and managing services on a Linux system often involves navigating complex configurations and ensuring that every component functions correctly. One critical aspect that frequently gets overlooked is the proper setup of environment variables...45 readsservices
Vibhuti Jainvibhutijain.hashnode.dev·Aug 21, 2024Day 7 Task: Understanding Package Manager and SystemctlPackage management in Linux is the process of installing, updating, configuring, and removing software packages on a Linux system. Different Linux distributions use different package management systems, but the basic concepts are similar across all s...#systemc
Ayodeji Hamedmyblog.qurtana.com.ng·Aug 14, 2024DevOpsFetch ToolIntroduction DevOpsFetch is a powerful command-line tool designed to streamline system monitoring and management for DevOps professionals. It offers a centralized solution for gathering and displaying critical system information, such as active ports...lastlog
Mukesh Kumarmkstech.hashnode.dev·Aug 8, 2024How to block the service logs to be written in /var/log or syslogssystemd is a system and service manager for Linux operating systems. It was designed to replace older init systems like System V and Linux Standard Base init. If your application is running as a systemd service, ensure that the service file does not ...Linux Usagehigh log size
Rakshita Belwalbelwalrakshita08.hashnode.dev·Jul 24, 2024Day 7: Understanding Package Manager and SystemctlWhat is a Package Manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages on an operating system. The package manager can be a graphical application like a ...#90daysofdevops