MOHAMMAD TAHAdevwithtaha.hashnode.dev·13 hours agoDay 13 Learnings: Network and Connectivity in LinuxToday, I explored network and connectivity tools in Linux, focusing on basic commands to manage and verify network configurations. These tools are essential for troubleshooting and maintaining a stable network environment. What I Learned This Week ...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·13 hours agoDay 12 Learnings: Network and Connectivity in LinuxToday, I delved into network and connectivity topics in Linux, focusing on monitoring system activity and managing processes effectively. These tools are essential for optimizing system performance and ensuring seamless operation. What I Learned Thi...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·13 hours agoDay 11 Learnings: File Operations and Process Management in LinuxToday’s focus was on understanding how to manage file group ownership and how to list running processes in Linux. These topics are foundational for managing system resources and controlling access permissions. What I Learned This Week Managing File...Linux
esProc Desktopesproc-desktop.hashnode.dev·Jan 8, 2025#127 — Concatenate Data Within Groups into TextProblem description & analysis: Here below is a data table: Task: Group the data by Dept, and concatenate the names within the same group into the same row. Solution: Use SPL XLL and enter the following formula: =spl("=E(?1).group(Dept;~.(Name).conc...10 likesexcel
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 6, 2025Day 10 Learnings: File Operations and Permissions in LinuxToday, I delved deeper into managing files and permissions in Linux. Understanding how to make scripts executable and change file ownership is crucial for system administration and script execution. What I Learned This Week Making a Script Executab...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 6, 2025Day 09 Learnings: File Operations and Compression in LinuxContinuing my Linux journey, today’s focus was on working with the zip and unzip commands. These tools are widely used for creating and extracting ZIP archives, offering compatibility and ease of use across different operating systems. Here’s what I ...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 6, 2025Day 08 Learnings: File Operations and Compression in LinuxAs I dive deeper into Linux, today’s focus was on advanced compression techniques using the gzip and gunzip commands. These tools are essential for compressing and decompressing files efficiently. Here's a detailed account of my learnings and experie...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 6, 2025Day 07 Learnings: File Operations and Compression in LinuxAs I continued my journey into the Linux ecosystem, I learned about file operations and compression techniques today. I explored the find and tar commands, which are vital for managing files and archives in Linux. Here's what I learned and accomplish...Linux
Theja Thangavelthejj.hashnode.dev·Jan 4, 2025"Getting Started with Programming:A Beginners Guide"Introduction: Programming is difficult at first, but with consistent practice you can learn. There are many tech jobs beyond programming. But if you need a job based on development side, then your first step is to learn programming. In this, we’ll co...#beginners #learningtocode #100daysofcode
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 3, 2025Day 06 Learnings: File Viewing and Searching in LinuxWelcome back to another day of my Linux learning journey! Today, I delved into two essential commands: cat and grep. These tools are incredibly useful for viewing and searching file content efficiently. Here's a detailed breakdown of today's progress...Linux