01/07/2020
Node's PPA is being updated and maintained on its official website. We can add this PPA to our Debian system and Ubuntu 19.10, 18.04 LTS, 16.04 LTS (Trusty Tahr) and 14.04 LTS (Xenial Xerus) and install Node using the native package manager.
01/07/2020
If you use Microsoft Excel, you are probably used to using and importing data from external sources, eg CSV files. We managed to have this same facility in Google Sheets using Google Apps Script.
01/07/2020
As the name already delivers, the history command lists all your terminal's command history (the same history can be found in the .bash_history file in your home folder).
12/30/2019
I believe this is a very common question for beginner bloggers like me. I've been trying to find the best way to promote my articles, in a healthy and organic way.
12/30/2019
Creating your own lines of code can be done without any specific tools. Theoretically all you need is a simple text editor, but that probably won't be very productive... I've separated some of the best open source options available on the market, I haven't listed any paid or platform-specific programs.
12/16/2019
A single node_modules folder can weigh between 200mb and 1gb! Multiply that by the amount of projects you have on your computer and we have a real storage problem.
12/11/2019
This article was inspired by my own frustration with optimizing my NodeJS setup with Typescript and Docker. At the end of this tutorial you will have a NodeJS development environment with Typescript, ts-node-dev, Docker, ESlint with Airbnb Style Guide and Prettier.
12/09/2019
It's very easy to mess up Google Analytics data collection on your WordPress site by accessing your admin panel (the famous /wp-admin) and writing and previewing your pages and articles (preview=true).
12/08/2019
If you want to improve the performance of your Debian/Ubuntu installation, creating a Swap Space can help you. When the system needs more memory resources than is available, these resources can be moved to virtual space avoiding errors and unexpected interruptions.
12/06/2019
Short for "Tape Archive", sometimes called a tarball, is a consolidated Unix format file. .tar files are used to consolidate files and folders into one...
12/04/2019
Unexpected behaviors on a Linux server or desktop can be the result of some Malware infection and need to be investigated as soon as possible.
12/04/2019
Ever wanted to share an article still in development on Wordpress with someone? Sometimes before publishing an article we want an outside opinion and help.
12/03/2019
Do you want to find out how much free space is on your disk? If you are used to operating systems with a graphical user interface, such as windows, this task is probably very simple. But what if you only come across a simple terminal?
12/02/2019
The silence rule, also known as silence is golden, is an important part of the Unix philosophy that when a program has nothing surprising, interesting, or useful to say, it shouldn't say anything. This means that well-developed programs must treat their users' attention and focus as valuable, and thus perform their tasks as discreetly as possible. In other words, silence itself is a virtue.