Chirag AroraforPathamichirag8023.hashnode.net·Jun 21, 2022My Journey of Becoming "Postman Student Expert"Hey Folks, You know If we use Twitter effectively we can get so many opportunities. I just get to know about "Postman Student Expert" when I was just scrolling through my twitter. So I just google it and went on the official website to checkout mo...Discuss·31 likes·463 readsAPIsread your article of "becoming postman student expert journey" today, and it was good to read such articles that motivate others to start their own journey. Thanks. 10
Peter EbodeforE-Spaceebode.hashnode.net·Mar 12, 2023Automating file re-organization on Windows with NodeJSI dual boot, which means I run two operating systems on my personal computer. I use Microsoft Windows operating system as my personal use OS and Linux Mint, an Ubuntu-based Linux distribution as my code-writing environment, which also allows me to ti...Discuss·20 likes·73 readsDevs' ShopNode.js
Nikhil SurekaforTECHASAANtechasaan.hashnode.net·Jan 26, 2023Encryption and Decryption in PowerShellThis blog details how to encrypt and decrypt a string or password via PowerShell. Open a PowerShell ISE Editor as an Administrator and check your PS Version. The full article is tested on 5.X PS version shown below. Encryption: Let’s first understan...Discuss·12 likes·30 readsPowershell
HarshSkillsforvariable.hashnode.net·Apr 25, 2023Getopts in bashBash is a powerful scripting language that allows developers to create complex automation scripts. One of the most important features of Bash is the ability to process command-line arguments. Command-line arguments are options or parameters passed to...DiscussBash
Vivek PatilforVivek Patilvivek4440.hashnode.net·Apr 18, 2023Basics of Shell ScriptingLet’s understand the shell structure and shell scripting. We will consider that you have some basic knowledge regarding Linux but if you don't, we have covered mostly used basic commands. What is shell? A Shell provides you with an interface to the U...Discuss·1 like·34 readsshell script
Dipu Singhfordipusingh.hashnode.net·Apr 14, 2023Linux Challenge #2 (Users and Permissions)Welcome to Linux Challenge #2! In this challenge, you will delve into the world of Linux users and permissions. As an aspiring Linux user, it's crucial to understand how users and permissions work in a Linux system. Create a new user called "user1"....DiscussLinux
Vardhaman PatilforVardhaman's Blogvardhaman-devops.hashnode.net·Apr 1, 2023Basic Linux Shell ScriptingShell scripting is a programming language used to automate tasks in a Unix operating system environment. It allows users to automate repetitive tasks, manage system configurations, and manipulate data. In this blog, we will cover the basics of shell ...Discuss·30 readslinux for beginners
Raj PanchalforRaj's Blograjpanchal.hashnode.net·Mar 28, 2023DevOps 107: Getting Started with Bash Scripting - A Beginner's GuideShell scripting, is a powerful tool for automating repetitive tasks, managing system configurations, and performing various system administration tasks. Bash is the most popular shell scripting language used on Linux and Unix systems. This blog will ...DiscussDevops
Peter EbodeforE-Spaceebode.hashnode.net·Mar 12, 2023Automating file re-organization on Windows with NodeJSI dual boot, which means I run two operating systems on my personal computer. I use Microsoft Windows operating system as my personal use OS and Linux Mint, an Ubuntu-based Linux distribution as my code-writing environment, which also allows me to ti...Discuss·20 likes·73 readsDevs' ShopNode.js
Parin JasoliyaforParin's Blogparinpersonal.hashnode.net·Feb 17, 2023Python Script using ChatGPT - LearningI am an Intern Fresh out of College. The team I work at is bringing internationalization to source code. They need to sift through every bit of English strings within code which can be converted into a placeholder. There are tens of thousands of Engl...Discuss·346 readsPython
Hidayah RamadlanaforRama Labsramadlana.hashnode.net·Feb 17, 2023How to Create Custom Service Systemd on LinuxAs developers, we often want to create a service system that can run on background and then launch a service every system startup. These services can be anything, maybe you have python scripts, bash scripts, or node js scripts, or maybe like this exa...Discuss·41 readsLinux
Lionel TchamiforDevOps with Apotiapoti.hashnode.net·Feb 12, 2023Security Policy Enforcement Script CodingToday we will be discussing Security Policy Enforcement. We had some recent changes in our startup and had to enforce some policies due to an attack we recently suffered. Let’s get started. Security policy enforcement is a critical aspect of any org...DiscussSecurity
Darnell Davisfordeescloudsdeescloud.hashnode.net·Feb 9, 2023The Ultimate File Machine: Automating File Creation in the TerminalEver found yourself tired of creating multiple files one by one in the command line? Well, let's say goodbye to that tedious and time-consuming task! https://media.giphy.com/media/3o6Ztlk9x4FioEedUI/giphy.gif I'll share with you a simple solution t...Discuss·39 readscommand line