Parthasarathy Gunasekaranlinuxfundamentalsweek3.hashnode.dev路Jan 11, 2025Linux fundamentals WEEK 3Linux Fundamentals 1. Advanced File Permissions and Ownership Changing Ownership: Use the chown command to change ownership of files and directories. Manage user and group ownership effectively. File Permissions Management: Explore symbolic an...Linux
Mahesh Hmahesh-h.hashnode.dev路Jan 10, 2025Week 2: Diving Deeper into Linux & Bash ScriptingBash Scripting Essentials 1. Loops Loops help automate repetitive tasks. This week, I explored for, while, and until loops. Example: Using a for loop to rename files: #!/bin/bash # Script to rename all .txt files to .bak for file in *.txt; do mv...My Learning BlogLinux
Mahesh Hmahesh-h.hashnode.dev路Dec 22, 2024Week 1 of My Linux & Bash Scripting JourneyIntroduction This week marked the start of my journey into Linux and Bash Scripting 馃惂馃捇. Although I have some basic knowledge of Linux, I wanted to go deeper into understanding the Linux operating system and learn how to automate repetitive tasks us...26 readsMy Learning BlogLinux
Fenisha KoladiyaforJoFleeblog.joflee.com路Aug 6, 2024How to Use Provider for State Management in Flutter || Part - 2In Flutter, managing state efficiently is crucial for building responsive and dynamic applications. In the first part of this series, we explored the basics of using the Provider package for state management. In this second part, we will delve deeper...10 likes路84 readsFlutter#SkillDevelopment
Sanjoy Sahasanjoysblog.hashnode.dev路Feb 2, 2024Code, Connect, Create: A Deep Dive into Microsoft Learn Student Ambassador (MLSA)What is MLSA? Microsoft Learn Student Ambassadors program is a global initiative by Microsoft that aims to empower student leaders who are passionate about technology and have a desire to share their knowledge with their peers. This program provides ...47 readsmicrosoftlearnstudentambassador