#howtolinux
Explore tagged Tumblr posts
Photo

How To Install Node.js and NPM on Ubuntu 18.04 LTS Node.js is one of the most popular web technologies to build network applications quickly. In this guide, we’ll show you how to install Node.js and NPM on Ubuntu 18.04 LTS. We need to add Node.js PPA to your Ubuntu 18.04 LTS, 16.04 LTS, 14.04 LTS systems and install it. Same instructions you can apply for any Debian based distribution, including Kubuntu, Linux Mint and Elementary OS. View post at https://speedysense.com/install-nodejs-and-npm-on-ubuntu/ #howto #linuxhowto #howtolinux #ubuntu #linux #install #nodejs #npm #installnodejs #installnpm #uninstall #uninstallnodejs #removenodejs #linuxubuntu #speedysense https://www.instagram.com/p/B8EcOj2pMJA/?igshid=jbogi6o2medk
#howto#linuxhowto#howtolinux#ubuntu#linux#install#nodejs#npm#installnodejs#installnpm#uninstall#uninstallnodejs#removenodejs#linuxubuntu#speedysense
0 notes
Text
How to open a file in Linux Terminal?
How to open a file in Linux Terminal? #Linuxterminal #Linux #HowtoLinux #Linuxguide #LInuxopenfiles #LinuxCLI #linuxcommands #Commandsoflinux #Linuxtips #Linuxtricks
This blog post guides you on how to open a file in Linux terminal. This will lead to:– If you want to open a text-based, audio, video, doc, image, pdf or any kind of file in a terminal of a Linux distros like Ubuntu or Debian, Linux mint or fedora, you can do it simply by following the instructions below. While there are several ways to achieve this, using the Cat command is the best…
View On WordPress
0 notes
Text
Mail server configuration in linux
How to Mail server configuration in linux
Mail server configuration in linux Steps are as follows
Read Also: Mail Server In detail
Pre-requisite: DNS should be configured
Step1: Check the hostname of the system
#hostname
[root@howtolinux ~]# hostname howtolinux.kt.com [root@howtolinux ~]#
Step2: Install the packages
[root@howtolinux ~]# yum install postfix dovecot -y Loaded plugins:…
View On WordPress
0 notes
Text
Linux Tutorial dhcp server configuration in linux
Dhcp server configuration in linux
Read Also : Dhcp Server
Step1:_Check whether the package is installed or not
[root@howtolinux ~]# rpm -q dhcp package dhcp is not installed
Step2: Install the package using yum,
[root@howtolinux ~]# yum install dhcp* -y Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. Setting up Install…
View On WordPress
0 notes