Browsing Tag
bash
28 posts
AI Aliases and ChatGPT to Help You Code or Solve Project Problems
When working on complex projects, it’s essential to have tools that can assist you in understanding and navigating…
DeepShell: Your self-hosted shell assistant
A whisper in the void, a tool forged in silence. DeepShell is your clandestine terminal companion, bridging the…
Day -03 /100 – Configuring mail server using Postfix, Dovecot and Mutt
We will set up three things in ubuntu machine:- Postfix (It will provide SMTP Implementation, which will work…
Copy paste bash command but dont understand what it does?
Bismillahirahmanirahim Sebagai system admin Linux junior, kita biasa lihat arahan-arahan linux yang pelik-pelik dalam tutorial, ada sebahagiannya kita…
How to Check PowerShell Version in Windows 10/11?
To check your PowerShell version on Windows 10/11, open a PowerShell window, type the command $PSVersionTable, and look…
Introducing DevOpsFetch: A Comprehensive Server Monitoring Tool
Welcome to DevOpsFetch! This is a Bash tool designed to streamline the process of retrieving and monitoring server…
[DAY 93-95] I built an interactive database in PostgreSQL using a shell script
Hi everyone! Welcome back to another blog where I document the things I learned in web development. I…
Git autocorrect needs more marketing
Git comes with a lot of configurations to improve your experience with the command-line. We already talked about…
Rename macOS Devices with JAMF API Tokens
What is this tool and who is it for? About 2 years ago the school I work for…
amber: writing bash scripts in amber instead. pt. 4: functions
a while ago, i blogged about uploading files to s3 using curl and provided the solution as two…