Today we gonna talk about how to install npm on Ubuntu 16.04. Npm is a JavaScript package manager which can be used to install, share, and distribute code as well as to manage dependencies in your projects. It is written entirely in JavaScript as an inspiration from the other similar projects like PEAR for PHP, or CPAN for Perl. Installing npm on Ubuntu 16.04 is an easy task, just follow the steps below and you should have npm running on Ubuntu 16.04 in less than 10 minutes.
Jeff Wilson
How to use traceroute in Linux
We’ll show you, How to use traceroute in Linux. The traceroute is a command-line tool that comes pre-installed with Linux and a few other operating systems. Understanding traceroute and the ping command is a must if you want to understand problems like packet loss and high latency. If there is an issue when connecting to an IP/website, traceroute can show us where the problem is. It gives a listing of all the router hops between your computer and a web server. This helps you verify that the routing over the networks in between is correct and quickly determine whether you need to contact your Live Support team.
Physical vs Virtual server
In this blog post, we will explain the key differences between the physical server and the virtual server from a customer’s perspective. We will also try to debunk some of the myths along the way. Hopefully, this will help individuals and companies make better decisions when purchasing a server.
Quick Linux Tips and Tricks
Using a Linux terminal is always difficult, especially at the beginning when everything is new to the user. I remember my first contact with a Linux terminal like it was yesterday. After all, I was interacting with a machine that responded to everything I typed. I started learning the basic commands such as “cd”, “ps” “w” “mkdir” which at the time it was like I entered another world, a digitalized one which I’m just starting to uncover. The excitement I felt back then still hits me when I discover some great combination of commands to ease the server/service administration or configuration.
Set Up a Mail Server with PostfixAdmin
In this article, we will show you how to set up and configure a mail server with Postfix, Dovecot, Spamassassin, SQLite and PostfixAdmin on an Ubuntu 16.04 VPS with Nginx and PHP 7.0. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 16.04 VPS. To set up a mail server with PostfixAdmin, just follow the steps below.
7 SFTP Command Line Examples In Linux
Today we will present you with several useful SFTP command-line examples. We are all familiar with the FTP (File Transfer Protocol) and if you are reading this article you’ve probably used it for transferring files to your virtual server and your local computer.
FTP is a very simple protocol, but it is also very insecure. All transmissions, including the username and password, are transferred in clear text and it does not use any type of security or encryption while transferring the data. It means that all data can be read by anyone who may intercept the transmission. Luckily, there is a great and secure replacement for the FTP protocol – SFTP. In this tutorial, we will focus on 7 Useful SFTP command examples.
Differences Between Linux and Windows Hosting
In this post, we will explain the key differences between Windows and Linux VPS hosting packages. However we will point …
How to set up MySQL Cluster on Ubuntu
We’ll show you, how to set up MySQL Cluster on Ubuntu. The MySQL NDB Cluster integrates the standard MySQL server with an in-memory clustered storage engine called NDB (Network DataBase). We will use a total of 4 virtual servers, one for the management, one SQL node and two data nodes: