Question – How to Find Local IP Address of My Ubuntu Desktop system? 2 Ways to find IP Address on Ubuntu 18.04 Desktop? Ubuntu 18.04 desktop provides an attractive GUI for working with it. You can either use the command prompt to check the current IP address on your system or use a GUI option to view the local IP address on your system. Follow this tutorial to configure new IP on Ubuntu 18.04 desktop system. Method 1 – Ubuntu 18.04 Check IP via GUI Login to your Ubuntu Desktop system. After that open settings windows on your Ubuntu Desktop…
Author: Rahul
The Ionic Framework is useful for building Android and iOS applications faster. This article will help you to install Node.js, Cordova and Ionic framework on your CentOS and Red Hat system using yum package manager 1. Prerequisites Ionic required Nodejs to be installed on your system. The systems don’t have installed Nodejs use following commands to install Node.js 8.x version on your system. You can visit our tutorial to install latest Node.js on CentOS and RHEL systems. curl -sL https://rpm.nodesource.com/setup_8.x | sudo -E bash – sudo yum install nodejs 2. Install Cordova After installing nodejs, run the following command to…
GNOME is a GNU project, is the default desktop environment is used by the Ubuntu desktop editions. The GNOME desktop have a large number of customization to make the best desktop experience for you. This tutorial helps you to add or remove the application in the startup of Ubuntu system. Any application added under startup application will automatically launch on user login. This is helpful and can be used with frequently used application to launch automatically. For example, a web browser or terminal window. 1. Launch GNOME Tweaks Search for the GNOME Tweaks under applications in search and Launch. You…
Zstandard in short zstd is a new small and faster data compression tool developed by Facebook. It is an implementation of a new data compression algorithm. zstd also offers highly configurable compression speed, with the fast modes at > 200 MB/s. It also features a very fast decoder, with speeds > 500 MB/s per core. Install Zstandard on Linux The Ubuntu users can install it directory from base repositories. Open a terminal and run the following command to install zstd on Debian based systems. sudo apt install zstd Use following commands to install Zstd on CentOS, Red Hat and Fedora…
Time zones are important settings on any operating system, as they ensure that the system clock displays the correct local time. Debian Linux, a popular and widely-used Linux distribution, provides an easy-to-use command-line tool to change the time zone. This article will guide you through the process of changing the time zone on your Debian system using the ‘timedatectl’ command and the ‘tzdata’ package. Check Current Timezone You can view the current time zone of a system by simply typing the ‘date’ command in the terminal. date Output: Sat 26 Mar 2022 05:43:11 AM UTC The above command shows that…
Spotify is an entertainment company gives you instant access to millions of songs from old favorites to the latest hits. This tutorial will help you to install Spotify application on your Ubuntu and LinuxMint desktop systems. This tutorial describes 2 ways to install Spotify application on Ubuntu and Linuxmint using the command line. You can select any one of the below options. Note: Spotify do not provides its services in multiple counties all over world including India. Install Spotify using Snap Spotify application is also available in Snap for easier installation. You can install Spotify using Snappy quickly from the…
Brief: The Ubuntu development team is now started working on the next release of Ubuntu 18.10. This article will provide you all details about Ubuntu 18.10. A new milestone has been completed after the release of Ubuntu 18.04. Now the development team starting work for upcoming released by keeping in mind of the next LTS release 20.04. As of writing Mark Shuttleworth (Founder of Ubuntu) has revealed the codename for upcoming release Ubuntu 18.10 but not introduced the release cycle and codename for Ubuntu 18.10. The Ubuntu 18.10 is the next standard (non-LTS) release. As per the Ubuntu life cycle…
Fedora 28 has been released on May 01, 2018 with many changes and improvements than the previous version. Fedora 28 desktop edition required at least 1 GHz processor, 1 GB RAM, and 10 GB space available to install. Download Fedora 28 Workstation The Fedora 28 Desktop edition is available in both 64-bit and 32-bit architecture. You can use following download links to download Fedora Desktop as per your choice and requirement. GNOME is the default desktop environment. Fedora 28 Workstation [64-bit] Fedora 28 Workstation [32-bit] Existing Fedora users can upgrade your system to Fedora 28 from Fedora 27,26,25 using these…
Ionic Framework is useful for building mobile apps like Android and iOS. This article will help you to install Node.js, Cordova and Ionic framework on Debian 9 Stretch and Debian 8 Jessie systems. 1. Install Node.js You must have Node.js installed on your system. Use the following commands to install NPM and Node.js. The first command will install some required packages on the system. The second command will add PPA for node.js to your system. You can visit our tutorial to install latest Node.js on Ubuntu and Debian systems. sudo apt-get install python-software-properties curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash…
Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platform’s native development language. Apache Cordova command-line requires Node.js to run and is available on NPM. Recommended: Install Ionic Framework on Ubuntu and LinuxMint This tutorial will help you to Install and Use Apache Cordova on Debian 11, Debian 10 Buster, and Debian 9 Stretch Linux systems. 1. Install Node.js and NPM Your Debian system must have installed NPM and Node.js. Add the PPA for node.js to your system. After that update,…