José D. Gutiérrezdesdejupiter.hashnode.dev·Jan 14, 2025Mi Terminal de desarrollo para 2025Aquí te muestro cómo he configurado mi terminal para comenzar el 2025 con buen pie. Características Principales 🎨 Atractivo Visual 📁 Información Relevante sobre el proyecto o entorno actual 🤖 Autocompletado para herramientas cotidianas (git, a...terminal
Mark Miladbashingmyhead.hashnode.dev·Jan 10, 2025How to Personalize Your Terminal: Show It Some Love❤Love it or hate it, the terminal is an indispensable tool for software developers, DevOps engineers, and security engineers. Whether you're installing updates, managing configurations, setting up tools, or using Vim (if you're one of those), the term...terminal
Jonas Satkauskascyberjourney.eu·Jan 9, 2025How to Easily Change Your MAC Address: A Step-by-Step GuideIntro Each physical device or hardware has its address. Kind of like how each person has their personal ID. Therefore, it's important to know how to change our identification in the virtual world. We will do it in this article. MAC address MAC (Mediu...MAC address
Ahmadullah Mirzablog.ahmadullah.in·Jan 5, 2025Troubleshooting [zsh: Corrupt History File]: A Simple Guide for Windows, Linux, macOSIf you often use the Zsh shell, at some point, you've probably encountered the frustrating issue of a corrupt history file. This problem can happen suddenly and disrupt your workflow by causing errors when you try to view or search your command histo...zsh
mdgrsmdgrs.hashnode.dev·Jan 5, 2025Using PowerShellRun as an Interactive SelectorIn my previous blog post, I introduced PowerShellRun module as a terminal based launcher application. That is the main purpose of the module but the underlying fuzzy selector can also be used as a generic selector. In this post, we’ll see some use ca...131 readsPowershell
Sheikh Vazidblog.vazid.site·Jan 4, 2025Introducing the Coffee House Theme for Ghostty TerminalIf you are a Coffee lover working hard and missing coffee so The Coffee House Theme for Ghostty terminal is here to add style, comfort, and a caffeine-inspired vibe to your terminal. Key Changes of the Coffee House Theme 1. Coffee-Inspired Palette Th...137 readsGuidesghostty
Jonas Satkauskascyberjourney.eu·Dec 31, 2024Today I've learned: Filesystem & Storage Device ManagementIntro I believe that you’ve already seen the filesystem of Windows. There are disks like C:, D:, E: and etc… Linux has its own way to manage storage devices. We’ll see how does it look and how to manage them, where are they stored. For a hacker it is...10 likesLinux
Jonas Satkauskascyberjourney.eu·Dec 30, 2024Today I've learned: Compression and ArchivingIntro Pentesters/hackers often need to share files and scripts. Most of the time we need to send more than one file and sometimes those files can be BIG. That’s where the archiving and compression comes handy. On Windows machines it’s common case to ...10 likesarchive
Victor O. Alvarezspacecodecinema.com·Dec 28, 2024Test Internet Connection with macOS CLImacOS CLI includes the networkQuality tool, which helps you test the quality of your Internet Connection Bandwidth. You can use this tool by opening the terminal app and typing: networkQuality You’ll then read the result of this test as it runs. For...macOS
Andrew Dassandrewdass.hashnode.dev·Dec 27, 2024How to Start Using Git for BeginnersOverview This article will explain how to use a few commands to get started using Git in the Terminal. Those commands are: git init git add git commit git branch git checkout git remote git push git pull Materials Computer Git (1) GitHub...Git