Juan P. RomanoforfreeCodeCampfreecodecamp.org·7 hours agoHow to Create a Basic CI/CD Pipeline with Webhooks on LinuxIn the fast-paced world of software development, delivering high-quality applications quickly and reliably is crucial. This is where CI/CD (Continuous Integration and Continuous Delivery/Deployment) comes into play. CI/CD is a set of practices and to...Linux
KARTHIK V Tlinustravolds.hashnode.dev·Jan 26, 2025Linux CommandsLinux was initially created by Linus Torvalds in 1991, has had and will continue to have significant use cases to this day and in the future. For beginners or experienced users alike, below are some essential commands that you may find yourself usi...Linux
Mihir Suratwalamihirsuratwala.hashnode.dev·Jan 25, 2025Using Tail Command: View the Final Lines of a FileLast Blog Review → In the last blog we understood, how head command makes it simple to read large file by saving time, to detect issue quickly, and efficient troubleshooting. Along with different arguments which allows to display top lines, bytes. Ho...AWS
Md Yunusyunuscloud.eu.org·Jan 25, 2025Day 1: Linux File System Hierarchy ExplainedThe Linux file system follows the Filesystem Hierarchy Standard (FHS), a well-defined structure for organizing directories and files. This hierarchy ensures consistency across distributions and simplifies system management. Let’s break down the key d...Devops & CloudLinux
Amal Rajwhat-is-ec2.hashnode.dev·Jan 25, 2025🤷♂️Step 1: Defining Architecture Requirements, Business Needs, and Cost Optimization for a 4-Tier Web Application on AWSPresentation Layer (Web Tier): Handles the user interface (UI) and manages user interaction. Application Layer (App Tier): Contains the business logic and processes user requests. Data Layer (Database Tier): Stores and retrieves data, usually in a ...1 likeAWS
Aditya Tripathilearnedtech.hashnode.dev·Jan 24, 2025Is Cyber Security a Remote Job?As we move further into the digital era, the need to safeguard information has never been more critical. From protecting sensitive data to ensuring that systems remain secure, the role of cyber security professionals has never been more important. Bu... cybersecurity certificate cybersecurity certification cyber security certificate cyber security certification
Yuv Raj Singhlinux-unfolded-part-1.hashnode.dev·Jan 23, 2025Uncovering the Beginnings of Linux: From UNIX to TodayThe story of Linux begins with a group of visionary pioneers at Bell Labs in New Jersey. In 1969, five brilliant minds set out to create a multi-user operating system, calling it UNICS (Uniplexed Information and Computing Service). These five individ...1 like·73 readsUNICS
Jonas Satkauskascyberjourney.eu·Jan 21, 2025The Importance of Network Knowledge for HackersIntro Hacker is going to work with different cases. Most of those cases will include some kind of a network. I think that it is really important to understand what makes the network and how’s its made. To exploit, we need to understand where to put t...1 likeLinux
Gopala Gabbitaggdevops.hashnode.dev·Jan 21, 2025Linux Deep DiveLinux File System /boot-- contains file that is used by boot loader ( grub.cfg) /root-- root user home directory, It is not same as "/" /dev-- System devices (e.g. disk,cdrom,speakers,flashdrive,keyboard etc. /etc-- configuration files /bin->/usr/bin...linux for beginners
Ayan Kumar Nathafunnynut.hashnode.dev·Jan 20, 2025Systemd - why not init anyway (notes - no particular order)Overview of Systemd Systemd is a modern init system and service manager for Linux operating systems. It is designed to overcome the limitations of the traditional SysVinit and Upstart systems. Systemd is responsible for bootstrapping the user space a...systemd