Richardsheetany.hashnode.dev·Dec 16, 2024How to Create a Directory from Google SheetsWhen starting up in any industry, creating a directory for your niche market is a crucial step to gather and manage information about relevant entities. With Sheetany, you can easily turn Google Sheets into a complete directory website in just a few ...1 likesheetany
Ankita Lunawatcloudhub2295.hashnode.dev·Nov 26, 2024Integrating OpenTelemetry with PHP Applications: A Zero-Code ApproachUnderstanding OpenTelemetry OpenTelemetry is an open-source observability framework that provides a unified way to generate, collect, and export telemetry data (metrics, logs, and traces). By integrating OpenTelemetry into your PHP application, you c...PHP
Manav Rautday-1-of-90daysofdevops.hashnode.dev·Oct 17, 2024Day 9 Task: Shell Scripting Challenge Directory Backup with RotationChallenge Description The task is to create a bash script that takes a directory as a command-line argument and performs a backup. The script should create timestamped backup folders and copy all the files from the specified directory into the backup...Devops
M'mah Zombommahzombo.hashnode.dev·Oct 7, 2024Laravel Directory StructureHello 🌸 Nice to see you again. Today we are demystifying Laravel’s directory structure, which is a lot to take in for beginners. We'll be using the journal-app we created in the last article. Let’s start by opening our Laravel app in VS Code or any ...37 readsLaravelLaravel
Pankaj Chaudharipankajchaudhari15.hashnode.dev·Jul 3, 2024Essential Linux Commands for Efficient File and Directory ManagementAre you new to Linux or looking to enhance your command-line skills? Mastering basic commands for navigating and organizing files and directories is crucial. Let's dive into some essential Linux commands that will help you become more proficient in m...Linux
Khushal Malikkhushalmalik.hashnode.dev·Jun 16, 2024Navigating the Linux Terminal: Key Prompts, Directory Structure, and Commands for BeginnersWhen using a Linux terminal, the command prompt provides essential information that helps users understand their current environment. Let's break down the components of a typical terminal prompt and the hierarchical structure of Linux directories. Th...1 like·74 readsLinuxKhushal_Malik
Shani Riversshanirivers.hashnode.dev·May 15, 2024Using Python Libraries: Essential TipsA library in Python is a reusable chunk of code that you may want to include in your programs and projects. Libraries provide pre-written functionality, a group of modules, which saves you writing code for those functions that are already defined in ...Python 3
AccDevabojeonline.com·Mar 27, 2024Simple Command-line Prompts in the TerminalWhy The Terminal? I know you must be eager by now, with the tension building to jump right into coding, but these preliminary lessons would help set you up for success. From our previous lesson https://abojeonline.com/installation-of-vscode-extension...Front End Development: The Accidental Developer Seriesterminal
Adaeze Nnamdi-Udekweclouddiadem.hashnode.dev·Feb 12, 2024Linux Commands"So what is Linux? Can you explain to me like I am 5 years old?" Ps: I'll be using folders and directory interchangeably but they mean the same thing Suppose you own a large box filled with vibrant building blocks. These blocks have incredible power!...36 likes·298 readsLinux
BHAVESH PATILparanerdzops.hashnode.dev·Jan 15, 2024How to Mount a Directory on a Hard Disk in LinuxMounting a directory on a hard disk in Linux is a common task, and it allows you to access and use the storage space on the disk within your file system. In this guide, we'll walk through the process step by step. 1. Open the system-auth Configuratio...93 reads/etc/fstab