How to use Screen on Linux
Screen
on Linux is a popular command-line program that lets you multiplex between interactive shells.
What that means is, you can use screen
to save …
131 articles about cli development, tools, and best practices
Screen
on Linux is a popular command-line program that lets you multiplex between interactive shells.
What that means is, you can use screen
to save …
Learn how to package a Python app in this tutorial.
For the most part, once you’ve written your Python code, you simply deploy it to a server, …
Read Article →NPM
stands for Node Package Manager, and is the default way to extend your Node applications.
There are an absolute ton of packages …
Read Article →A symbolic link – or often just sym-link
– is a pointer or shortcut to where the actual file lives on a filesystem. What does it take to create a …
If you have ever been in the annoying situation where you had to run git clone
from a server that you did not have interactive access to, such as a …
If only I had a dollar for every time I saw someone sitting at their computer, trying for the life of them to exit vim
TLDR;
Vim
or sometimes just …
So you have clearly got a very large amount of files!
If you issue the conventional rm -rf *
within the directory, you will get an error -bash: …
If you have multiple files and you want to remove duplicate values from, while creating a single file.
File1 (one.txt):
123
123
234
345
File2 …
Read Article →I am a professional software engineer and do an absolute ton of devops work as well.
I’ve actually never been hired into devops roles as I …
Read Article →This happens when your machine does not have the correct certificate bundle to access the Pypi repository, or you are behind a corporate proxy that …
Read Article →Just a quick note:
You are probably looking for a Linux command called `dtrace`.
If you’re on a mac then you are probably looking for `dtruss`.
Read Article →