Nouran Hishamcodingnoura.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...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...47 likesยท1.6K readsLinux
Oluwaseun Da Silva Aladejanaoluwaseundasilva.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...46 likesยท608 readslinux-basics
Mohammed Asadullah Sayeedasdsyd.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...11 likesยท33 readsLinux
Abhisek Moharanaabhisek6.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...shell script
Biswajit Bhuniabiswajitbhunia.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 ...Linux
Omkar Venkatrao Punjajicosmicomkar.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...Linux
Ugo Charles Eugeneeaglecharles.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...2 likesยท26 readsLinux
Abhisek Moharanaabhisek6.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...linux for beginners
Matthew 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 ...Mastering Linux Basics for Beginnerslinux for beginners
Mukeshmukeshdevops.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...Linux
Matthew 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...Mastering Linux Basics for Beginnerslinux for beginners
Shubham 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...10 likesLinux