Junior Garciajrgarciadev.hashnode.net·Dec 6, 2020FeaturedHow to create your own image CDN with Thumbor and AWSImage CDNs like Cloudinary or Imgix make it easy to dynamically optimize the aesthetics and performance of your images. Thumbor can help us to do the same but with a difference, is open-source and can be used for free to resize, apply filters, com...103 likes·820 readsimage
Jayesh Somalajayeshsomala.hashnode.net·Feb 8, 2022Playing with command lineWhy should we learn about command-line? Fluency in using the Linux command-line interface is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This is a sel...99 likes·151 readscli
Devesh Bdeveshb.hashnode.net·Jun 4, 202115 Linux Basic Terminal Commands Everyone Must Know!Before diving into terminal commands we must know what Linux actually is, there is a lot of misconception among people that Linux is an operating system, but no it is actually a kernel based on UNIX operating system. So the next time if someone menti...87 likes·398 readsLinux
FARIDA SELMA IBRAHIM0xheyfaridaibrahim.hashnode.net·Apr 23, 2023Unleashing The Power of The Linux Command LineIf you have ever noticed, the hackers or programmers on tv shows are always in front of their screens, so focused, typing on their keyboards as they hack a site. You thought “How did they do that?” They make it look so easy. There is so much you can ...10 likes·105 readsProgramming Blogs
Rishav Kuchiyatechwithrishav.hashnode.net·Apr 23, 2023Grep Command in LinuxGrep Command The Grep command can find or search a regular expression or a string in a text file. To demonstrate this, let’s create a text file welcome.txt and add some content as shown. Welcome to Linux ! Linux is a free and opensource Operating sys...Linux
Nafs Ahmadnafs.hashnode.net·Apr 22, 2023Shell, BasicsWhat is the shell? A shell is a program that accepts what a user types (commands) on the command line interface(CLI) and translates those commands into actions to be performed by the operating system. The shell acts as an interpreter that takes human...shell
Matthew Hardsealsec22.hashnode.net·Apr 18, 2023Mastering Basic Linux Commands: Network services and tools.As a beginner to Linux, one of the most intimidating things for me was working with the network. But with a little bit of knowledge and practice, I found that it's not so difficult after all. In this post, I'll share some tips and commands that will ...Mastering Linux Basics for Beginnerslinux for beginners
Matthew Hardsealsec22.hashnode.net·Apr 17, 2023Mastering Basic Linux Commands: A Beginner's GuideAre you new to Linux and feeling overwhelmed by the command line? Don't worry, you're not alone! Many people are intimidated by the terminal, but with a little practice, you'll find it's not as scary as it seems. In this beginner's guide, we'll cover...Mastering Linux Basics for Beginnerslinux for beginners
Hareesh Bhittamhareesh.hashnode.net·Apr 16, 2023' netcat 'and Its CommandsNetcat, also known as "nc", is a versatile networking utility tool that is used to perform a variety of tasks related to network communication. Netcat is a command-line tool that is available on most Unix-based systems, including Linux and macOS, as ...Netcat
Anshik Guptaanshikgupta.hashnode.net·Apr 11, 2023Uploading to s3 with python scriptBoto3 is AWS's SDK for Python which can be easily integrated. What is the need of uploading assets to s3 with python? A developer might need to upload assets to s3 bucket to use them publicly without needing them to store in their project which also ...10 likes·45 readsPython 3
Harsh Rajplasmaharsh.hashnode.net·Apr 6, 202310 Must-Know Linux Commands for New UsersLinux commands are an essential part of the Linux operating system, providing users with a way to interact with their system through a terminal interface. Knowing the most commonly used Linux commands can help you become more efficient in using the L...Linux
mdgrsmdgrs.hashnode.net·Apr 25, 2023Building your own Terminal Status Bar in PowerShellThis is what we are going to make in this post. It's running on the Windows Terminal and PowerShell. Motivation When I saw some prompt customizations for PowerShell that were showing time and CPU usage, I thought it would be cool if we could live-u...1.1K readsPowershell
Sergey Murtazinsergeystuff.hashnode.net·Apr 4, 2023How to change a time zone in Windows using the command lineSometimes you can't change a time zone using GUI. For example, I don't know why, such an option is not available to me. You can try to do it using a command line. Open the command line as an administrator. Use tzutil /g to check the current time zon...Windows