Vaibhavvxibhxv.hashnode.net·Apr 23, 2023Scripting 101: The missed part of your Computer Science EducationShell We Begin? Computers are pretty good at doing the same thing over and over again as computer scientists we know that. But sometimes we forget that we can also do things better with them. While we have access to numerous tools that can enhance o...Yash Mistry and 2 others are discussing this3 people are discussing thisDiscuss·13 likesMissing education of your CS Studyshell scripting
Ritul Guptaritul.hashnode.net·Mar 27, 2023Basic Linux Shell Scripting for DevOps Engineers.What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is a special user program that provides an interface for the user to use ope...Discuss·4 likes·43 readsBash
Satish Sutarsatishsutar-cloud-and-devops.hashnode.net·Apr 9, 2023Linux Shell Scripting: Automating Tasks with BashIf you're a Linux administrator, you know how powerful the command line can be. But you also know that memorizing long commands can be difficult and time-consuming. Fortunately, shell scripting can help you automate tasks and make them more manageabl...Discuss·4 likesLinux DiariesLinux
Vaibhavvxibhxv.hashnode.net·Apr 23, 2023Scripting 101: The missed part of your Computer Science EducationShell We Begin? Computers are pretty good at doing the same thing over and over again as computer scientists we know that. But sometimes we forget that we can also do things better with them. While we have access to numerous tools that can enhance o...Yash Mistry and 2 others are discussing this3 people are discussing thisDiscuss·13 likesMissing education of your CS Studyshell scripting
Lionel Tchamiapoti.hashnode.net·Apr 23, 2023Bash Script to Automatically Enable Cloudflare DDoS ProtectionIntroduction I host all of my websites on DigitalOcean Droplets and I also use Cloudflare as my CDN provider. One of the benefits of using Cloudflare is that it reduces the overall traffic to your user and also hides your actual server IP address beh...Discusscloudflare
Satish Sutarsatishsutar-cloud-and-devops.hashnode.net·Apr 9, 2023Linux Shell Scripting: Automating Tasks with BashIf you're a Linux administrator, you know how powerful the command line can be. But you also know that memorizing long commands can be difficult and time-consuming. Fortunately, shell scripting can help you automate tasks and make them more manageabl...Discuss·4 likesLinux DiariesLinux
Ritul Guptaritul.hashnode.net·Mar 27, 2023Basic Linux Shell Scripting for DevOps Engineers.What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is a special user program that provides an interface for the user to use ope...Discuss·4 likes·43 readsBash
Subho Deydevopsculture.hashnode.net·Mar 26, 2023Advanced Linux Shell Scripting for DevOps Engineers with User managementA short note about shell scripting : Shell scripting refers to the creation and execution of scripts that automate tasks or perform various operations using the command line interface of an operating system. In other words, shell scripts are program...Discuss·47 readsDevops
Fridahfridah.hashnode.net·Mar 14, 2023Shell, I/O Redirection and FiltersINPUT /OUTPUT REDIRECTION I/O redirection is like changing the direction of water in a hose. Normally, water comes out of the hose, but if you attach it to a sprinkler, the water comes out in a different direction. Similarly, when a computer program ...Discussshell
Prabhakar Yadavprabhakar810.hashnode.net·Mar 5, 2023Advanced Linux Shell Scripting for DevOps Enginners with User Management#90DaysOfDevOps (1) Write a bash script createdirectories.sh that when the script is executed with three given arguments (one is the directory name and the second is the start number of directories and the third is the end number of directories ) it ...Discuss·34 readsshell script
Prabhakar Yadavprabhakar810.hashnode.net·Mar 4, 2023Basic Linux Shell Scripting for DevOps Engineers#90DaysOfDevOps What is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell? A shell is a special user program that provides an interface for u...Discuss·26 readsshell script
Sudipa Dassudipa.hashnode.net·Feb 25, 2023Shell Scripting1.What is Shell Scripting? Shell Scripting is a program to write a series of commands. Shell scripting is an important part of process automation in Linux and you use it to automate your tasks. You write a sequence of commands in a file and then exec...Discuss·54 readsshell script
Lionel Tchamiapoti.hashnode.net·Feb 12, 2023BASH Script to Summarize Your NGINX and Apache Access LogsIntroduction One of the first things that I would usually do in case I notice high CPU usage on some of my Linux servers would be to check the process list with either top or htop and in case I notice a lot of Apache or Nginx processes I would quickl...DiscussBash