#30daysofbashscripting search results
@akintunero @l4_n1n4_ Created a new directory and name it and gave it permission 30 days of bash scripting. I tried to understand commands like ls,touch, cd and also mkdir for scripting I hope I continue more. Day 1 done #30daysofbashscripting
Day 6 #30daysofbashscripting @akintunero Functions I haven't really gotten this fully but would do more study on this challenge
I started #30daysofBashScripting organized by @akintunero Summary of my Day 1 I learnt how to Fork and clone a repository I learnt how to set up a bash environment; I installed gitbash and also practiced some basic commands such as mkdir, cd, touch, ls, and echo
#100DaysOfCyberSecurity Day2 @segoslavia @ireteeh @IamTheCyberChef @akintunero @jay_hunts 📌 What I Achieved: 📌 I engaged on Day 16 of the #30DaysOfBashScripting challenge 📌 I watched a video on Bash scripting that focused on the use of the if statement for conditional logic
Day 1⃣ of #30DaysOfBashScripting @akintunero Started the day by learning what Bash Scripting is and how powerful it can be for tasks like automation, system integrity checks, and more. Also learned how to create and run a basic bash script! 💻
Day 4 #30daysofbashscripting @akintunero Conditional statement I learnt how to use the if statement and various operators that follow This is sure a start while I'm still grasping how to use the syntax properly as kali is sensitive to mistakes with whitespace
Day 5 #30daysofbashscripting @Akintunero This was quite challenging I have some more digging to do I learnt how to create a script for a guessing game using while loop Used for loop to create a multiplication table and iterate through a list of files to display their sizes
Day 1 #30daysofbashscripting @akintunero Learnt the concept of Git and github before getting my hands dirty Cloned the repository given First time doing this and it really felt good. Kali linux Learnt how basic commands work mkdir cd touch Ls echo
Day 3 #30daysofbashscripting @akintunero Learnt how to Create a script that asks for the user's name and age, stores them in variables. Perform mathematical calculations To Create an array A script that uses command substitution and the use of special variables
Day 🔟 of #30daysofbashscripting Today , I learnt about String Manipulation Techniques which allows bash users to process and modify text data efficiently. @akintunero
Day 9⃣ of #30daysofbashscripting Today, I learnt about arrays { Allow users to store multiple values in a single variable}. Also , command to be use to create an arrays , add to an arrays, delete from an arrays also how Iterating Over Arrays.
Day 2 #30daysofbashscripting @akintunero Understood file structure navigation Learnt how to use echo command to output redirection to another txt file Used the cp command to copy a txt file to a directory Learnt how to use grep/find
Day 5⃣of #30daysofbashscripting Today I learned about the for loop, what it's used for, and had fun writing a Bash script with it.
Day 4⃣ of #30daysofbashscripting Today, I learned how to use the following commands in Bash: if, elif, and else. I also explored how to use them to build and automate tasks.
Day 1⃣4⃣ of #30DaysOfBashScripting Today, I learned about debugging Bash files and techniques to use, such as echo, set -x, set +x, and set -e. I also explored advanced techniques like trap, shellcheck, and other Bash tools. @akintunero
Day1⃣3⃣ of #30dayofbashscripting. Today, I learnt about File Permissions ,the stedin ,stegid and also play around with it.
@jay_hunts @segoslavia @akintunero @OnijeC Day 73 #100DaysOfCybersecurity Day 9 #30DaysOfBashScripting Started the day 9 tasks on bash scripting, learning how to use arrays. I'll be on this for the night.
@jay_hunts @segoslavia @akintunero @OnijeC Day 72 #100DaysOfCybersecurity Read a news article about the 81,000 exploited sophos firewall Day 73 Completed the Day 8 tasks of #30DaysOfBashScripting. Learning about input/output redirection. Below are some of my scripts.
Day 80 & 81 #100DaysOfCybersecurity @jay_hunts @segoslavia Went over the day 4 of #30DaysOfBashScripting
Day 77 - 79 #100DaysOfBashScripting @jay_hunts @segoslavia - Read news articles every day over the three days. - Got confused about some concepts I had learned in Bash scripting, so I revisited Days 1 to 3 for clarity.
Day 3⃣ of #30daysofbashscripting Today, I worked on improving my bash scripting skills by learning how to do basic math and make my scripts ask questions.
🌟 Day 2⃣of #30daysofbashScripting! 🌟 Today, I dived deeper into automating tasks with Bash scripting. It’s been a journey filled with trial and error, but each step brings valuable lessons. Excited to learn more about how to automate task! #CyberSecurity @akintunero
@jay_hunts @segoslavia @akintunero @OnijeC Day 65 #100DaysOfCyberSecurity Day 6 #30DaysOfBashScripting I'm still getting the hang of functions in bash scripting, but I managed to write a script that calculates the factorial of a number.
@jay_hunts @segoslavia @akintunero @OnijeC Day 63 & 64 #100DaysOfCybersecurity Day 5 #30DaysOfBashScripting I learned about for and while loops and completed some tasks related to them. Below are some of my scripts.
@jay_hunts @segoslavia @akintunero @OnijeC Day 71 #100DaysOfCyberSecurity Day 7 #30DaysOfBashScripting I had a lot of "aha" moments today. I kept saying, "Oh, I see," every time I spotted an error that stopped my script from running 😂. I guess I'm getting better at it 😊.
to me. Their guidance improved my understanding of everything I’ve been working on. Day 69 I successfully completed the remaining tasks for Day 6. Day 70 Started tackling Day 7 tasks in Bash scripting with @akintunero
Day 8⃣ of #30daysofbashscripting Today , I learnt about Input/Output Redirection which mean's a powerful feature in Bash that allows you to control where input comes from and where output goes. Also the Standard Streams and the three type and how to make us use it in writing bash
Day 7⃣ of #30daysofbashscripting Today’s learning was about applying what I previously learned in Bash scripting to write a complete function-based code. I used Bash to generate a random number, ask for a name, and handle errors if the number is negative by prompting an error mes
@jay_hunts @segoslavia @akintunero @OnijeC Day 62 #100DaysOfCyberSecurity Day 4 #30DaysOfBashScripting Below are the images of some of my scripts from today, where I learned how to use if statements. The thing showed me shege small Sha😂. I'll go over it again tomorrow.
Apparently, I made a post about my learning yesterday, but I just realized it didn't go through 😔 @jay_hunts @segoslavia @akintunero @OnijeC Day 61 #100DaysOfCyberSecurity Day 3 #30DaysOfBashScripting . I learned about the use of variables in Bash scripting.
Day 94 & 95 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC 1. Spent the whole of yesterday trying to set up a home lab. 2. Completed the tasks for Day 12 of #30DaysOfBashScripting
Day 93 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC Started Day 12 of the #30DaysOfBashScripting tasks (using awk for data extraction). I began by reading parts of the provided doc, which is quite extensive.Then, I proceeded to answer some of the questions
Day 93 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC Started Day 12 of the #30DaysOfBashScripting tasks (using awk for data extraction). I began by reading parts of the provided doc, which is quite extensive.Then, I proceeded to answer some of the questions
Day 92 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC I went over all the tasks in Day 11 of #30DaysOfBashScripting all over again, to get more familiar with using sed.
Day 92 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC I went over all the tasks in Day 11 of #30DaysOfBashScripting all over again, to get more familiar with using sed.
Day 91 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC I completed the tasks for Day 11 of #30DaysOfBashScripting. I had to read some documentation to enhance my understanding of how to use sed effectively. Below are some of my scripts.
Day 91 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC I completed the tasks for Day 11 of #30DaysOfBashScripting. I had to read some documentation to enhance my understanding of how to use sed effectively. Below are some of my scripts.
Day 89-90 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC Yesterday, I worked on a cybersecurity-related paper. Today, I started the Day 11 tasks of #30DaysOfBashScripting, learning about using sed for text processing. Below are some of my scripts:
Day 89-90 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC Yesterday, I worked on a cybersecurity-related paper. Today, I started the Day 11 tasks of #30DaysOfBashScripting, learning about using sed for text processing. Below are some of my scripts:
Day 88 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC Day 10 of #30DaysOfBashScripting Learnt about string manipulation techniques and did the tasks under the lesson. Below are some of my scripts:
Day 88 #100DaysOfCyberSecurity @jay_hunts @segoslavia @akintunero @OnijeC Day 10 of #30DaysOfBashScripting Learnt about string manipulation techniques and did the tasks under the lesson. Below are some of my scripts:
Day 87 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Continuation of Day 9 of #30DaysOfBashScripting I completed the array tasks today. Still learning, but Mr. Akin's resources and external materials helped improve my understanding.
Day 87 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Continuation of Day 9 of #30DaysOfBashScripting I completed the array tasks today. Still learning, but Mr. Akin's resources and external materials helped improve my understanding.
Day 86 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Day 9 of #30DaysOfBashScripting 1. Worked on tasks involving arrays. Still trying to fully grasp the concept, but making progress. 2. Read the THN Weekly Recap news
Day 86 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Day 9 of #30DaysOfBashScripting 1. Worked on tasks involving arrays. Still trying to fully grasp the concept, but making progress. 2. Read the THN Weekly Recap news
Day 85 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Day 8 of #30DaysOfBashScripting Learned about input/output redirection in Bash scripting and completed the tasks in the lesson. Here are some of my scripts:
Day 85 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Day 8 of #30DaysOfBashScripting Learned about input/output redirection in Bash scripting and completed the tasks in the lesson. Here are some of my scripts:
Day 84 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Revisited Day 8 tasks of #30DaysOfBashScripting and found new ways to solve them. Here are some scripts: Note: Some lines are commented out as the tasks were progressive, making those parts unnecessary.
Day 84 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Revisited Day 8 tasks of #30DaysOfBashScripting and found new ways to solve them. Here are some scripts: Note: Some lines are commented out as the tasks were progressive, making those parts unnecessary.
Day 83 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Went over day 6 of #30DaysOfBashScripting, revisiting how to use functions. Learned new ways to solve some of the tasks too.
Day 83 #100DaysOfCyberSecurity @jay_hunts @segoslavia @OnijeC @akintunero Went over day 6 of #30DaysOfBashScripting, revisiting how to use functions. Learned new ways to solve some of the tasks too.
Day 82 #100DaysOfBashScripting @jay_hunts @segoslavia @OnijeC @akintunero Went over day 5 of #30DaysOfBashScripting, learning how to use loops all over again
#100DaysOfCyberSecurity Day2 @segoslavia @ireteeh @IamTheCyberChef @akintunero @jay_hunts 📌 What I Achieved: 📌 I engaged on Day 16 of the #30DaysOfBashScripting challenge 📌 I watched a video on Bash scripting that focused on the use of the if statement for conditional logic
Day 82 #100DaysOfBashScripting @jay_hunts @segoslavia @OnijeC @akintunero Went over day 5 of #30DaysOfBashScripting, learning how to use loops all over again
Day 80 & 81 #100DaysOfCybersecurity @jay_hunts @segoslavia Went over the day 4 of #30DaysOfBashScripting
Day 80 & 81 #100DaysOfCybersecurity @jay_hunts @segoslavia Went over the day 4 of #30DaysOfBashScripting
Day 77 - 79 #100DaysOfBashScripting @jay_hunts @segoslavia - Read news articles every day over the three days. - Got confused about some concepts I had learned in Bash scripting, so I revisited Days 1 to 3 for clarity.
#100DaysOfCyberSecurity Day1 @segoslavia @ireteeh @IamTheCyberChef @akintunero @jay_hunts 📌 What I Achieved: 📌 I engaged on Day 15 of the #30DaysOfBashScripting challenge 📌 I watched 2 episodes on bash scripting and practiced what I learned
@jay_hunts @segoslavia @akintunero @OnijeC Day 73 #100DaysOfCybersecurity Day 9 #30DaysOfBashScripting Started the day 9 tasks on bash scripting, learning how to use arrays. I'll be on this for the night.
@jay_hunts @segoslavia @akintunero @OnijeC Day 72 #100DaysOfCybersecurity Read a news article about the 81,000 exploited sophos firewall Day 73 Completed the Day 8 tasks of #30DaysOfBashScripting. Learning about input/output redirection. Below are some of my scripts.
@jay_hunts @segoslavia @akintunero @OnijeC Day 72 #100DaysOfCybersecurity Read a news article about the 81,000 exploited sophos firewall Day 73 Completed the Day 8 tasks of #30DaysOfBashScripting. Learning about input/output redirection. Below are some of my scripts.
@jay_hunts @segoslavia @akintunero @OnijeC Day 71 #100DaysOfCyberSecurity Day 7 #30DaysOfBashScripting I had a lot of "aha" moments today. I kept saying, "Oh, I see," every time I spotted an error that stopped my script from running 😂. I guess I'm getting better at it 😊.
@jay_hunts @segoslavia @akintunero @OnijeC Day 71 #100DaysOfCyberSecurity Day 7 #30DaysOfBashScripting I had a lot of "aha" moments today. I kept saying, "Oh, I see," every time I spotted an error that stopped my script from running 😂. I guess I'm getting better at it 😊.
to me. Their guidance improved my understanding of everything I’ve been working on. Day 69 I successfully completed the remaining tasks for Day 6. Day 70 Started tackling Day 7 tasks in Bash scripting with @akintunero
Day 6 #30daysofbashscripting @akintunero Functions I haven't really gotten this fully but would do more study on this challenge
@jay_hunts @segoslavia @akintunero @OnijeC Day 66&67 #100DaysOfCybersecurity Day 6 #30DaysOfBashscripting Still on day 6 tasks - watched some videos to better understand functions in bash scripting.
@jay_hunts @segoslavia @akintunero @OnijeC Day 65 #100DaysOfCyberSecurity Day 6 #30DaysOfBashScripting I'm still getting the hang of functions in bash scripting, but I managed to write a script that calculates the factorial of a number.
Day 6 #30daysofbashscripting @akintunero Functions I haven't really gotten this fully but would do more study on this challenge
#100DaysOfCyberSecurity Day2 @segoslavia @ireteeh @IamTheCyberChef @akintunero @jay_hunts 📌 What I Achieved: 📌 I engaged on Day 16 of the #30DaysOfBashScripting challenge 📌 I watched a video on Bash scripting that focused on the use of the if statement for conditional logic
@akintunero @l4_n1n4_ Created a new directory and name it and gave it permission 30 days of bash scripting. I tried to understand commands like ls,touch, cd and also mkdir for scripting I hope I continue more. Day 1 done #30daysofbashscripting
Day 4 #30daysofbashscripting @akintunero Conditional statement I learnt how to use the if statement and various operators that follow This is sure a start while I'm still grasping how to use the syntax properly as kali is sensitive to mistakes with whitespace
I started #30daysofBashScripting organized by @akintunero Summary of my Day 1 I learnt how to Fork and clone a repository I learnt how to set up a bash environment; I installed gitbash and also practiced some basic commands such as mkdir, cd, touch, ls, and echo
Day 5 #30daysofbashscripting @Akintunero This was quite challenging I have some more digging to do I learnt how to create a script for a guessing game using while loop Used for loop to create a multiplication table and iterate through a list of files to display their sizes
Day 1 #30daysofbashscripting @akintunero Learnt the concept of Git and github before getting my hands dirty Cloned the repository given First time doing this and it really felt good. Kali linux Learnt how basic commands work mkdir cd touch Ls echo
Day 3 #30daysofbashscripting @akintunero Learnt how to Create a script that asks for the user's name and age, stores them in variables. Perform mathematical calculations To Create an array A script that uses command substitution and the use of special variables
Day 2 #30daysofbashscripting @akintunero Understood file structure navigation Learnt how to use echo command to output redirection to another txt file Used the cp command to copy a txt file to a directory Learnt how to use grep/find
Day 🔟 of #30daysofbashscripting Today , I learnt about String Manipulation Techniques which allows bash users to process and modify text data efficiently. @akintunero
Day 9⃣ of #30daysofbashscripting Today, I learnt about arrays { Allow users to store multiple values in a single variable}. Also , command to be use to create an arrays , add to an arrays, delete from an arrays also how Iterating Over Arrays.
Day 1⃣ of #30DaysOfBashScripting @akintunero Started the day by learning what Bash Scripting is and how powerful it can be for tasks like automation, system integrity checks, and more. Also learned how to create and run a basic bash script! 💻
Day 1⃣4⃣ of #30DaysOfBashScripting Today, I learned about debugging Bash files and techniques to use, such as echo, set -x, set +x, and set -e. I also explored advanced techniques like trap, shellcheck, and other Bash tools. @akintunero
Day1⃣3⃣ of #30dayofbashscripting. Today, I learnt about File Permissions ,the stedin ,stegid and also play around with it.
Day 5⃣of #30daysofbashscripting Today I learned about the for loop, what it's used for, and had fun writing a Bash script with it.
Day 4⃣ of #30daysofbashscripting Today, I learned how to use the following commands in Bash: if, elif, and else. I also explored how to use them to build and automate tasks.
Day 3 of #30daysofbashscripting and #100DaysOfCybersecurity - Covered variables and Arrays in Bash Scripting. - Had my VAPT lectures. Images below are the outputs of the two basic bash scripts written for day 3 tasks. @akintunero @segoslavia @jay_hunts
Day 1 & 2 of #100DaysOfCybersecurity Day 1 & 2 of #30daysofbash SUMMARY: Bash Scripting 🔛 Mr Robot CTF on TryHackMe ✅ Vulnerability Management 🔛 DETAILS: In the comments 👇 @akintunero @jay_hunts @segoslavia
Day 9 of #30daysofbashscripting & #100DaysOfCybersecurity - Completed Day 8 (Input/Output Redirection) and 9 (Working with Arrays) lessons of bash Scripting. Detail👇 @akintunero @segoslavia @jay_hunts
Day 8 of #30daysofbashscripting & #100DaysOfCybersecurity - Continued day 7 of putting everything I've learnt from day 1-6 into a script. I wrote a script, following instructions. - Modified the script, as part of the exercises. More detail👇 @akintunero @segoslavia @jay_hunts
Day 8 of #30daysofbashscripting & #100DaysOfCybersecurity - Continued day 7 of putting everything I've learnt from day 1-6 into a script. I wrote a script, following instructions. - Modified the script, as part of the exercises. More detail👇 @akintunero @segoslavia @jay_hunts
Day 7 of #30daysofbashscripting and #100DaysOfCybersecurity - For day 7 of bash scripting, I had to put all I had learnt from day 1-6 into a script, which I'll share. - Completed the TryHackMe CTFs named "Ice" and "Kenobi"... 👇 @akintunero @segoslavia @jay_hunts
@jay_hunts @segoslavia @akintunero @OnijeC Day 59 #100DaysOfCyberSecurity Day 1 #30DaysOfBashScripting 1. Created my first bash script. It was basic tho😊. 2. Read a news article about how cybercriminals are exploiting the Godot engine. They're leveraging GitHub to distribute👇
Day 54-58 My laptop stopped working, which unfortunately forced me to take a few days off. However, I managed to get a temporary laptop to work. Today, I began learning Bash scripting and started exploring Git and GitHub environs. @jay_hunts @segoslavia #100Daysofcybersecurity
Day 3⃣ of #30daysofbashscripting Today, I worked on improving my bash scripting skills by learning how to do basic math and make my scripts ask questions.
🌟 Day 2⃣of #30daysofbashScripting! 🌟 Today, I dived deeper into automating tasks with Bash scripting. It’s been a journey filled with trial and error, but each step brings valuable lessons. Excited to learn more about how to automate task! #CyberSecurity @akintunero
Day 80 & 81 #100DaysOfCybersecurity @jay_hunts @segoslavia Went over the day 4 of #30DaysOfBashScripting
Day 77 - 79 #100DaysOfBashScripting @jay_hunts @segoslavia - Read news articles every day over the three days. - Got confused about some concepts I had learned in Bash scripting, so I revisited Days 1 to 3 for clarity.
Day 4⃣ of #30daysofbashscripting Today, I learned how to use the following commands in Bash: if, elif, and else. I also explored how to use them to build and automate tasks.
Day 3⃣ of #30daysofbashscripting Today, I worked on improving my bash scripting skills by learning how to do basic math and make my scripts ask questions.
Something went wrong.
Something went wrong.
United States Trends
- 1. Thanksgiving 369K posts
- 2. Fani Willis 9,454 posts
- 3. Golesh 1,663 posts
- 4. Trumplican 2,499 posts
- 5. Hong Kong 74.4K posts
- 6. Stranger Things 155K posts
- 7. Elijah Moore N/A
- 8. #TejRan 4,092 posts
- 9. Riker N/A
- 10. Pete Skandalakis N/A
- 11. Ruth 13.8K posts
- 12. Khabib 5,640 posts
- 13. Nuns 10.1K posts
- 14. #wednesdaymotivation 6,483 posts
- 15. Karoline Leavitt 27.8K posts
- 16. Tom Hardy N/A
- 17. #Wednesdayvibe 3,437 posts
- 18. NextNRG Inc N/A
- 19. #WednesdayWisdom 1,158 posts
- 20. Ribs 11.5K posts