command-line

cover image

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.

cover image

⬛️ CLI tool for saving complete web pages as a single HTML file - Y2Z/monolith

cover image

Command line csv viewer.

cover image

📖 A collection of pure bash alternatives to external processes. - dylanaraps/pure-bash-bible

cover image

A list of 50 command line tools, which you should definitely check out!

cover image

A command line tool that draw plots on the terminal. - red-data-tools/YouPlot

cover image

Example based guide for text processing with Ruby from the command line

cover image

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.

cover image

Parsing HTML at the command line.

cover image

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.

cover image

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.

cover image

Whenever you are installing python packages, you should always use a virtual environment. pip makes...

cover image

It is not always a good idea to use Excel.

cover image

Reflections on a decade of configuration files.

cover image

Whenever you are running out of disk space on Ubuntu server/desktop , There are several ways to free...

cover image

Found a misbehaving process? Here's how to teach a lesson to it by terminating it using various commands.

cover image

Downloading with curl taking too long? Set a timeout with curl command, so you don't have to wait long.

cover image

When we used the sed command in our pipeline, we had some surprises and took a little bit of times to...

cover image

A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. - onceupon/Bash-Oneliner

cover image

Mycli - Python https://github.com/dbcli/mycli star 10.3k A Terminal Client for MySQL...

cover image

One command-line tool that would make your life easier is the xargs command. So, what is...

cover image

General Command Line Tools Autojump Autojump is a tool that learns your most...

cover image

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.

cover image

New to Linux command line and wondering how to make a bash script or some other file executable? Here's how to do it.

cover image

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.

cover image

A list of command-line tools for manipulating structured text data - dbohdan/structured-text-tools

cover image

We make the command line glamorous

cover image

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…

cover image

Helpful linux commands.

cover image

:cherry_blossom: A command-line fuzzy finder.

cover image

The one-page guide to Curl: usage, examples, links, snippets, and more.

cover image

A cookbook full of organic, nutritious, and completely irresistible curl recipes to pass down for generations.

cover image

Example based guide for text processing with Ruby from the command line

cover image

Learn the super powerful and super useful find command with these practical examples.

cover image

In this post, you will learn some cool command line tricks which can help you to speed up your day-to-day R&D.

cover image

The seemingly insignificant #! characters at the beginning of a shell script has a major significance on how your script will be executed.

cover image

You might have used variables in Bash before, but probably not like this.

cover image

Learn to process thousands of items reliably and repeatably in this installment.

cover image

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.

cover image

GitHub’s official command line tool.

cover image

Exploring some of the most useful pip commands for everyday programming

cover image

Previously, I wrote about my favorite Mac apps. But I spend half of my time in the terminal, and I ha...

cover image

clikan is a super simple personal kanban board that runs in a CLI - kitplummer/clikan

cover image

A simple guide to create your own Python script with command line arguments

cover image

The web development framework for building modern apps.

cover image

The Stripe CLI is a developer tool that helps you build, test, and manage your Stripe integration right from the terminal.

cover image

In this new chapter, we are going to show the following examples in a local SQL Server using SQL Server command line (sqlcmd).

cover image

A command-line client for SQL Server with auto-completion and syntax highlighting - dbcli/mssql-cli

cover image

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…

cover image

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…