Sublime Text is a cross-platform, sophisticated text/code editor for programmers and folks who need a decent editor with cool features like auto-generate project-wide index of classes, smart completions based on variable types, function definitions, and imported modules and more.
This brief tutorial shows students and new users how to install Atom text editor on Ubuntu 20.04 | 18.04. Atom is a cross-platform, sophisticated IDE text/code editor for folks who need decent editor with cool features like context-aware...
This brief tutorial shows students and new users how to install Tor browser on Ubuntu 20.04 | 18.04 LTS. Tor is free software and an open network that hide your online activities by bouncing your communications around a distributed network of relays run by volunteers all around the world.
This brief tutorial shows students and new users how to install Slack on Ubuntu 20.04 | 18.04. Slack, the popular team communication and collaboration platform is now available for Linux and this brief tutorial is going to show students and new...
This brief tutorial shows students and new users how to install CouchDB on Ubuntu 20.04 | 18.04. Apache CouchDB is a general purpose NoSQL database server that works just like any other database behind an application server of your choice. It allows you can add custom functions using different programming languages such as Erlang, C/C++, Java, etc… It uses JSON natively and supports binary for all your data storage needs.
This brief tutorial shows students and new users how to install PHP Composer on Ubuntu 20.04 | 18.04. PHP Composer is a package dependency management tool for PHP used by developers to manage their PHP based projects / applications. PHP Composer is a package dependency management tool for PHP used by developers to manage their PHP based projects / applications. You probably...
This brief tutorial shows students and new users how to install Apache Ant on Ubuntu 20.04 | 18.04. Apache Ant is a Java library and tool that has number of built-in tasks allowing to compile, assemble, test and run Java applications. Apache Ant is a Java library and tool that has number of built-in tasks allowing to compile, assemble, test and run Java applications. If you’re...
This brief tutorial shows students and new users how to install Jenkins on Ubuntu 20.04 | 18.04. Jenkins, an open source, self-contained Java-based automation server which was forked from the Hudson project can easily be installed on Ubuntu systems.
After almost 5 years in development, Drupal 9 is finally released. This post shows students and new users how to install or upgrade on Ubuntu 20.04 | 18.04. If you’re reading this, then you may know a…
This brief tutorial shows students and new users how to install Gradle on Ubuntu 20.04 | 18.04. Gradle is an open-source build automation system that helps developers automate…
This brief tutorial shows students and new users how to install TensorFlow on Ubuntu 20.04 | 18.04. For those who don’t know, TensorFlow is an end-to-end open source platform for machine learning…
This brief tutorial shows students and new users how to quickly and easily install Apache Maven on Ubuntu 20.04 | 18.04. Apache Maven comes with the default Ubuntu repositories… so all it takes is…
This brief tutorial shows students and new users how to install TeamViewer on Ubuntu 20.04 | 18.04. TeamViewer .is a cross platform remote support software that’s free for personal use. If you want to…
This brief tutorial shows students and new users how to install Anaconda open source distribution on Ubuntu.How to Install Anaconda on Ubuntu 20.04 | 18.04 20.04 | 18.04 Anaconda is the world’s most popular Python/R data science and machine…
This post shows students and new users how to install the open source project called Mono on Ubuntu 20.04 | 18.04. For those who don’t know, Mono provides a .NET-compatible and C#
This brief tutorial shows students and new users how to install Apache ActiveMQ on Ubuntu 20.04 | 18.04 server. For those who don’t know, Apache ActiveMQ is a free, multi-protocol, Java-based message…
This brief tutorial shows students and new users how to install Memcached with Apache support on Ubuntu 20.04 | 18.04. Memcached is a free, open source, object caching program that allows repeated PHP…
This brief tutorial shows students and new users how to install GCC Compiler (build-essential) on Ubuntu 18.04 | 16.04. The GNU Compiler Collection (GCC) is a collection of compilers and libraries…
Setup Vagrant on Ubuntu 20.04 | 18.04. Step 1: Install VirtualBox. Since we're going to be using Vagrant with VirtualBox, our first step is to install VirtualBox. Step 2: Install Vagrant. Now that VirtualBox is installed, run the commands below to install Vagrant.. Step 3: Setup Vagrant Environment.
Enable SSH on Ubuntu 20.04 step by step instructions. Install SSH server and client metapackage using the apt command: $ sudo apt install ssh. Enable and start SSH server daemon: $ sudo systemctl enable --now ssh. Check SSH server status: $ sudo systemctl status ssh.