Nouran Hishamforcoding_nouracodingnoura.hashnode.net·Aug 2, 2022A kick-start to use Linux with Windows (WSL)!I just recently was able to secure an internship for this Summer, 2022, yaay :) However, the moment I started I knew that most of my work would require me to have Linux not Windows and my past experience with Linux was honestly not so good. When I us...Sumudu Siriwardana and 7 others are discussing this8 people are discussing thisDiscuss·55 likes·396 readsLinux
Bishal DasforKubesimplifykubesimplify.hashnode.net·Aug 18, 2022Essential Linux Commands For DevOpsMost input lines entered at the shell prompt have three basic elements:- Command Options Arguments The command is the name of the program you are executing. It may be followed by one or more options (or switches) that modify what the command may do...GAURAV MATHUR and 6 others are discussing this7 people are discussing thisDiscuss·47 likes·1.6K readsLinux
Oluwaseun Da Silva AladejanaforDA-SILVA.techoluwaseundasilva.hashnode.net·Sep 15, 2022System Programming: Process Management in LinuxIn Linux, unlike windows, all commands are run on terminal/shell. All administrative tasks can be accomplished through terminal/shell. This includes package installation, navigation, file manipulation, and user management. Process management in Linux...Discuss·46 likes·608 readslinux-basics
Mohammed Asadullah Sayeedforasdsyd.hashnode.net·Apr 24, 2023Linux: Managing file permissionsPart 1: Understanding permissions From the image, the first column of asd corresponds to user/owner of the file or directory. The second column of asd corresponds to the group the file or directory belongs to, in this case it belongs to the group asd...Discuss·11 likes·33 readsLinux
Abhisek MoharanaforAbhisek's blogabhisek6.hashnode.net·Apr 24, 2023Advanced Linux Shell Scripting for DevOps Engineers with User managementTask 1: Creating Multiple Directory using Shell Scripting Write a bash script "create_dir.sh" that when the script is executed with three given arguments (one is the directory name and second is the start number of directories and third is the end n...Discussshell script
Biswajit Bhuniaforbiswajitbhunia.hashnode.net·Apr 24, 2023How to enable "Minimize on Click" in GNOMEWhat is "Minimize on Click"? Take a look at this GIF to see what we mean In newer GNOME versions there is no way to make an open window minimize by clicking its icon in the dock. But lucky us, there is a hidden setting :) Open a Terminal window and ...DiscussLinux
Omkar Venkatrao PunjajiforCosmicOmkar's blogcosmicomkar.hashnode.net·Apr 23, 2023if Statements#! /bin/bash #Integers comparison operators #String comparison #{ { = , == , != } ..... [ "$a" = "$b" ] #{ {< , > , -z {for null string , #zero-length string } ..... [[ "$a" < "$b" ]] count=10 if [ $count -eq 10 ] then echo "Number Equal to 10 " fi i...DiscussLinux
Ugo Charles EugeneforEagle's blogeaglecharles.hashnode.net·Apr 23, 2023Linux Mastery: Unlocking the Full Potential of Your Operating SystemIntroduction Linux is an open-source operating system based on the Unix operating system. Being "open-source" such that its source code or technology is made freely available to the public, allowing anyone to view, use, modify, and distribute the cod...Discuss·2 likes·26 readsLinux
Abhisek MoharanaforAbhisek's blogabhisek6.hashnode.net·Apr 22, 2023Basic Linux CommandsCommonly used Linux Commands ls - List files and directories in the current directory. cd - Change directory. You can use cd followed by a directory name or a path to navigate to a different directory. pwd -Print the current working directory. un...Discusslinux for beginners
Matthew HardforMatthew Hardsealsec22.hashnode.net·Apr 21, 2023Mastering Basic Linux Commands: the Linux Directory StructureThe Linux directory structure can be overwhelming, but trust me, it can propel you into a Linux master. Although it seems complicated, it doesn't have to be. We will take a look and understand the Filesystem Hierarchy Standard (FHS). It is important ...DiscussMastering Linux Basics for Beginnerslinux for beginners
MukeshforMukesh's blogmukeshdevops.hashnode.net·Apr 20, 2023Advanced Linux Shell Scripting for DevOps Engineers with User management-Day 51.Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of direct...DiscussLinux
Matthew HardforMatthew Hardsealsec22.hashnode.net·Apr 19, 2023Mastering Basic Linux Commands: Managing Linux Services with systemctlWhile browsing Stack Overflow, I stumbled upon a post where a user was struggling to install a package required for an application. A fellow user commented that Kali Linux might not be the best distribution for a beginner and that it was too complica...DiscussMastering Linux Basics for Beginnerslinux for beginners
Shubham KumarforShubham Kumarshubhamsingh746.hashnode.net·Apr 19, 2023Introduction to Linux: A Beginner's GuideIntroduction Linux is a powerful open-source operating system known for its stability, security, and flexibility. It comes in different distributions, can be customized, and is widely used in servers and personal computers. It has a learning curve, b...Discuss·10 likesLinux