PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Terminal

Terminal posts, videos, courses, and more

How to find a process locking port 3000 on Mac?

Introduction Are you having trouble with a process locking port 3000 (or essentially any other port) on your Mac? Here's how you can find and kill the process! Finding the process To find th...

Bobby Iliev ยท 2 years ago

5

The terminal formatting library you need in 2022

When designing CLI applications we always face challenges as python programmers when it comes to making the text/UI look good. But have you ever wondered if this tedious task could be abstra...

GeekTech ยท 3 years ago

1

How (and Why) You Should Split Your .bashrc or .zshrc Files

Scalable Bash/Zsh startup scripts with just a few lines Objective To split our .bashrc/.zshrc into multiple files, put them in zshrc older, and load them one by one: for FILE in ~/zshrc/*;...

ranelpadon ยท 3 years ago

2

Pimp Your Python and Django Shells using IPython

Objective To have an slick IPython REPL like this: Background IPython (Interactive Python) is 20 years old now. It is mature, has lots of features, and really popular. Itโ€™s an interactive...

ranelpadon ยท 3 years ago

3

How to get the size of a directory in Linux

Introduction Linux is one of the most popular operating systems in the world. It is Unix-like, and it is also open-source. Quite a big percentage of developers use Linux because it can be cu...

Boyan Iliev ยท 3 years ago

6

Getting started with React Ink

Have you ever wondered if you can use React for the command-line interface (CLI)? Yes, you can!!! React is not only used for web development but also for making Android and iOS apps (React N...

Anish De ยท 3 years ago

6

8 Linux Commands Everyone Should Know

Introduciton It's a well-known fact that developers use terminals. And using a terminal is something that everybody should know. It is a good thing to know and do because it will help you in...

Boyan Iliev ยท 4 years ago

6

4 Must-Have Tools for Developing on Windows

No I am not talking about those apps, the ones everyone probably already has installed. The VSCodes, the VIMs, the Postmans. Nor am I talking about any of those environments that you only us...

Jono ยท 4 years ago

2

The best way of Recording and Sharing your Terminal with Asciinema

Introduction Many times, I've been in a situation where I want to share a recording of my screen with a colleague. Still, then the video size would be too large to share over email, or if yo...

Bobby Iliev ยท 4 years ago

11

List of Useful Exim Commands

Introduction Exim is one of the most popular message transfer agent (MTA). It is widely used on different systems and is the goto message transfer agent for most cPanel servers. Exim was dev...

Bobby Iliev ยท 5 years ago

7

How to work with JSON in BASH using jq?

IntroductionThe jq command-line tool is is a lightweight and flexible command-line JSON processor. It is great for parsing JSON output in BASH.One of the great things about jq is that i...

Bobby Iliev ยท 5 years ago

6

Customizing Your Terminal using Oh My Zsh

In this video we'll teach you how you can customize your terminal command prompt.One of the most popular tools for customizing your terminal is called Oh My ZSH, and using this tool you can...

Tony Lea ยท 9 years ago

How to edit your bash prompt

Learn how to edit your bash shell prompt. It's really easy. To change your bash shell prompt you will enter in the following in your ~/.bash_profile or .bashrc file:

Tony Lea ยท 10 years ago

Fortune, Cowsay, and LOLcat

Check out this awesome configuration you can add to your shell or terminal prompt. Every-time you open a new terminal or shell prompt it will display a colorful fortune from a cow. The three...

Tony Lea ยท 10 years ago

How to Open Sublime Text via Terminal

Back when I was using TextMate I was easily able to navigate to a directory in terminal and type 'mate .' and open up a specific file or directory in TextMate. Well with Sublime Text 2 you c...

Tony Lea ยท 12 years ago

Loading More Content