Commands

Commands posts, videos, courses, and more

Supernova3339 · 10 months ago

Simplifying Laravel Upgrade Tasks: A Guide to Automating Your Development Workflow

As Laravel developers, we know that upgrading our applications can be a pain. There are always a bunch of tasks like building assets, running database migrations, and clearing your applicati...
5

Bobby Iliev · 1 year ago

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...
5

Arindol Sarkar · 2 years ago

8 Ways to Make Your Code Look Cleaner and Better👀!

1. Indentation and Formatting : Use of Proper indentation makes your code look a lot cleaner and organized. It helps in identifying blocks. Sometimes maintaining proper indentation isn't pos...
3

Tony Lea · 3 years ago

The ls command

You are probably familiar with the ls command, but do you know how to use all the different options? In this interactive tutorial, you will learn the different ways to use the following comm...
10

Bobby Iliev · 3 years ago

How to create custom bash commands?

Introduction As a developer or system administrator, you might have to spend a lot of time in your terminal. I always try to look for ways to optimize any repetitive tasks. One way to do tha...
6

Tony Lea · 4 years ago

A Quick Guide to Using tcpdump

The tcpdump command can be used to check for incoming and outgoing TCP traffic on your server. You can check if you have tcpdump installed by running the following command:
5

Loading More Content