command-line
command-line — my Raindrop.io articles
Watch someone backspace 40 characters instead of pressing CTRL+W, and you’ll understand why this list exists. A collection of shell tricks-grouped by what works everywhere and what’s Bash/Zsh-speci...
Understand the difference between apt and apt-get in Debian and Ubuntu. When to use each tool, how the commands map to each other, and which one belongs in your scripts.
Create a systemd service file in Linux with step-by-step instructions for unit file structure, service types, restart policies, and service management with systemctl.
Quick reference for switching users and running commands with su in Linux
Quick reference for navigating, searching, and controlling output with the less pager in Linux
Quick note before you jump in:
Quick reference for secure file transfer with scp over SSH
Quick reference for creating, listing, extracting, and compressing tar archives in Linux
Positional parameters are Bash variables that hold arguments passed to a script or function. Learn how to use $1, $2, $@, $#, and the shift command in Bash.
Learn how to generate SSH keys on Linux using ssh-keygen, copy them to remote servers, and set up passwordless authentication.
Created with Gemini
Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
Another one of our simple, hands-on pen-testing tutorials. This one teaches you to finger a website for status code, server info, CMS etc.
Fast and practical guide to using the httpx tool for web reconnaissance, probing, filtering, and fuzzing with real-world examples.
Semantic search and document parsing tools for the command line - run-llama/semtools
tmux is an excellent productivity tool for pro Linux users who love the terminal. It certainly has a learning curve involved though.
Turn your terminal into an AI coding assistant with Gemini CLI and learn how to use it like a pro in minutes.
Ollama has been one of my favorite ways to run local models for a while - it makes it really easy to download models, and it's smart about keeping them …
Your complete playbook for transforming how you research with AI's most powerful search engine
Coders' Colaboratory mini-hackathon on `llm` by simonw - llm-hackathon.md
Christopher Smith ran a mini hackathon in Albany New York at the weekend around uses of my LLM - the first in-person event I'm aware of dedicated to that project! …
I presented a three hour workshop at PyCon US yesterday titled Building software on top of Large Language Models. The goal of the workshop was to give participants everything they …
An open-source AI agent that brings the power of Gemini directly into your terminal. - google-gemini/gemini-cli
LLM 0.26 is out with the biggest new feature since I started the project: support for tools. You can now use the LLM CLI tool—and Python library—to grant LLMs from …
Learn about the important Ollama commands to run Ollama on your local machine with Smollm2 and Qwen 2.5 models
Introduction In this post, I want to introduce Mark, a simple CLI tool that uses Markdown and its syntax to interact naturally with the GPT4-vision/GPT4o models.
⬛️ CLI tool for saving complete web pages as a single HTML file - Y2Z/monolith
Command line csv viewer.
📖 A collection of pure bash alternatives to external processes. - dylanaraps/pure-bash-bible
A list of 50 command line tools, which you should definitely check out!
A command line tool that draw plots on the terminal. - red-data-tools/YouPlot
Example based guide for text processing with Ruby from the command line
SSH port forwarding explained in a clean and visual way. How to use local and remote port forwarding. What sshd settings may need to be adjusted. How to memorize the right flags.
Parsing HTML at the command line.
Find works on searching files based on a number of criteria. The exec command gives you the ability to work on those results. Here are some examples of find exec command combination.
Though extremely useful, man pages in Linux can be daunting and intimidating at first. This article aims to make it a bit easier to peruse manuals and quickly get the help one needs.
Whenever you are installing python packages, you should always use a virtual environment. pip makes...
It is not always a good idea to use Excel.
Reflections on a decade of configuration files.
(BTW, bat: ) — Ned Batchelder (@nedbat)
Whenever you are running out of disk space on Ubuntu server/desktop , There are several ways to free...
Found a misbehaving process? Here's how to teach a lesson to it by terminating it using various commands.
Downloading with curl taking too long? Set a timeout with curl command, so you don't have to wait long.
When we used the sed command in our pipeline, we had some surprises and took a little bit of times to...
A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. - onceupon/Bash-Oneliner
Mycli - Python https://github.com/dbcli/mycli star 10.3k A Terminal Client for MySQL...
One command-line tool that would make your life easier is the xargs command. So, what is...
General Command Line Tools Autojump Autojump is a tool that learns your most...
This thoroughly revised guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You’ll learn how to combine small yet powerful command-line tools to quickly obtain, scrub, explore, and model your data. To get you started, author Jeroen Janssens provides a Docker image packed with over 100 Unix power tools—useful whether you work with Windows, macOS, or Linux.
New to Linux command line and wondering how to make a bash script or some other file executable? Here's how to do it.
This quick guide explains what is a symbolic link and how to create a soft link (symbolic) under Linux, macOS, *BSD or Unix-like system.
A list of command-line tools for manipulating structured text data - dbohdan/structured-text-tools
We make the command line glamorous
The powerful curl command line tool can be used to download files from just about any remote server. Longtime command line users know this can be useful for a wide variety of situations, but to kee…
Helpful linux commands.
:cherry_blossom: A command-line fuzzy finder.
The one-page guide to Curl: usage, examples, links, snippets, and more.
A cookbook full of organic, nutritious, and completely irresistible curl recipes to pass down for generations.
Example based guide for text processing with Ruby from the command line
Learn the super powerful and super useful find command with these practical examples.
In this post, you will learn some cool command line tricks which can help you to speed up your day-to-day R&D.
The seemingly insignificant #! characters at the beginning of a shell script has a major significance on how your script will be executed.
You might have used variables in Bash before, but probably not like this.
Learn to process thousands of items reliably and repeatably in this installment.
Quick Python solutions to help your data science cycle.
The .bash_logout file is the individual login shell cleanup file. It is executed when a login shell exits. This file exists in the user's home directory. For example, $HOME/.bash_logout. This file is useful if you want to run task or another script or command automatically at logout. For example, clear the mysql command line history stored in ~/.mysql_history or to make a backup of files you can use this file.
GitHub’s official command line tool.
Exploring some of the most useful pip commands for everyday programming
Previously, I wrote about my favorite Mac apps. But I spend half of my time in the terminal, and I ha...
clikan is a super simple personal kanban board that runs in a CLI - kitplummer/clikan
A simple guide to create your own Python script with command line arguments
The web development framework for building modern apps.
The Stripe CLI is a developer tool that helps you build, test, and manage your Stripe integration right from the terminal.
In this new chapter, we are going to show the following examples in a local SQL Server using SQL Server command line (sqlcmd).
A command-line client for SQL Server with auto-completion and syntax highlighting - dbcli/mssql-cli
CLIs are a fantastic way to build products. Unlike web applications, they take a small fraction of the time to build and are much more…
I'm not sure many web developers can get away without visiting the command line. As for me, I've been using the command line since 1997, first at university wh…
🖥 📊 🕹 🛠 A curated list of command line apps.