Muiz Oyebowalemuizzyranking.hashnode.dev·Sep 6, 2023Navigating the Shell: A Beginner's Guide to Redirections and FiltersGreetings, fellow tech enthusiasts! Recently, I stumbled upon a hidden treasure trove in the world of programming – shell redirections and filters! And today, I'm thrilled to take you along for the ride as we dive into the magical world of shells, re...Discuss·2 likes·225 readsshell
Chisom Dillibe Okorie dillibe.hashnode.dev·Aug 14, 2023Day 13 of my ALX Software Engineering Journey: Input / Output RedirectionThe output of commands can be redirected to files, devices and input of commands. The standard output in shell is the display. The output of commands is sent to the standard output. Symbols and Commands used in Input/Output Redirection The symbol to ...Discuss·1 likeALX JOURNEY 2.0shell scripting
Samuelcodetree3.hashnode.dev·Aug 7, 2023Shell Redirections, I/O, and special characters.Special characters. The characters typed onto the terminal can have special meanings. One of these is the * which means to match any characters. These special characters can be challenging to write when executing commands on the terminal. e.g. the ec...Discuss·71 readsBash shell script
Sonny Alves Diassonny.alvesdi.as·Apr 22, 2023How to do a (serverless) web redirection in AWS Route53?Imagine you are using a DNS provider and you have a domain example.com and example.net redirecting to example.com. It's pretty easy to set up. One day you migrate to AWS Route53 because you want geolocation, load balancing, or something of the sort. ...Discuss·70 readsWeb Development
Simon Ugorjioctagon.hashnode.dev·Jan 20, 2023How To Setup Automatic Redirects In Your React ApplicationIn today's article, I will show you how you can set up an automatic redirect to a secured/restricted page in your react application after the user is authenticated. INTRODUCTION Let's assume that in your app, you have a page that needs authentication...Discuss·1 like·78 readsReact
Syntax Fixsyntaxfix.hashnode.dev·Dec 17, 2022How to Redirect AMP Page to Non-AMP in Nginx, Apache, CloudflareAccelerated Mobile Pages also called AMP is an open-source framework for web components developed by Google that you can use to create user-friendly websites email, stories ads, and more. It's basically the bare-bones variant of an HTML page that is ...Discuss·40 readsamp