Amit singh deoraamitsinghs.hashnode.dev·Oct 10, 2024Mastering Shell Scripting: A Beginner's Guide to Linux AutomationWhat are Shell Commands? Shell commands are instructions that allow users to interact with the operating system's shell in Linux. These commands, such as echo, mkdir, and ls, enable users to perform various tasks like displaying messages, creating di...Discussshell commands
JansiGorleforDevopswithJansidevopswithjansi.hashnode.dev·Oct 9, 2024"Mastering Linux: 5 Essential Commands Touch, Mkdir, Rm, Rmdir, Ls"1:Creating File: Touch: Create empty filesSyntax:touch <filename\> Modify the file timestamps (file access time, last date, or modification). touch -a file—→change atime of filetouch -m file—→change mtime of filectime—>cant be modifiedtouch -c f...DiscussDevopsLinux
Aditya Gadhaveadityag7678.hashnode.dev·Oct 4, 2024Understanding Process and Its Key Commands1. What is a Process? A process is a program in execution, which includes the program code (text section), current activity (stack), and the process's memory (data section). A process refers to the active execution of a program. It consists of sev...DiscussLinux
Aditya Gadhaveadityag7678.hashnode.dev·Oct 1, 2024Understanding ACL And chmod in Linux: Key Commands ExplainedWhat is ACL ? Access control list (ACL) provides an additional, more flexible permission mechanism for file systems. It is designed to assist with UNIX file permissions. ACL allows you to give permissions for any user or group to any disc resource....DiscussRevature
Aditya Gadhaveadityag7678.hashnode.dev·Sep 28, 2024Understanding Linux File System and Common CommandsLinux File Hierarchy Structure: Linux adopts a hierarchical directory structure That organizes files in a tree-like format, starting from the root (/) directory. This structure is standard across all Linux distributions and follows the FHS (Filesys...DiscussLinux
Vamsi Krishna Sethuvamsi344.hashnode.dev·Sep 24, 2024From VMs to Containers: The Rise of Docker in Software DevelopmentDocker has revolutionized the Software Industry by its versatile nature of running apps, anywhere a docker engine is present. What is Docker? It became a main tool used by many companies to ship their apps into a container to solve the famous It wor...DiscussDocker
Dinesh Kumar Kblog.dineshcloud.in·Sep 19, 2024Linux - Firewall ManagementFirewalls are crucial for maintaining the security of a Linux system. They act as barriers that filter incoming and outgoing network traffic based on predefined security rules. In Linux, there are several tools available to manage firewall rules, inc...DiscussLinuxLinux
Bhanuprakash Eagalabhanuprakasheagala.hashnode.dev·Sep 15, 2024Process Creation in LinuxHello, and welcome!In this article, I'll be taking you through the intricacies of process creation in Linux. As I delve deeper into the core concepts of the Linux kernel, I’m documenting my learnings to offer a comprehensive guide. Whether you're jus...Discuss·40 readsLinux
Mohammed Umarumarcode.hashnode.dev·Sep 6, 2024Mastering Docker: A Story of a Self-Taught CoderHi everyone! This week is a very big deal for me on my journey of learning programming by myself; I have finally become an expert in Docker! 🎉 Most people are not aware that Docker is a very powerful platform used by developers for creating, deployi...Discuss·10 likesDocker
Mohammad Alimdali9.hashnode.dev·Aug 25, 2024Your Intro to LinuxLinux Past 1983: Richard Stallman starts the GNU Project to create a free UNIX-like operating system. 1991: Linus Torvalds, a student, develops the Linux kernel as a hobby project and shares it online. 1992: Linux is released under the GNU General...DiscussGeneral Programming