Adam. R

How to install Lets Encrypt on your Apache Server!

Written on September 15, 2021

What is Lets Encrypt? Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG). I...

How to install OpenSSL on Ubuntu!

Written on September 14, 2021

What is OpenSSL? OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptogr...

How To Install and Use SQLite on Ubuntu!

Written on September 13, 2021

What is SQLite? SQLite is a free, cross-platform database management system. It is popular for its efficiency and ability to interface with many different programming languages. Installation To insta...

How to install SQL Developer on Ubuntu!

Written on September 13, 2021

What is SQL Developer? SQL Developer provides powerful editors for working with SQL, PL/SQL, Stored Java Procedures, and XML. Run queries, generate execution plans, export data to the desired format (...

How to install Slack on Ubuntu!

Written on September 12, 2021

What is Slack? Slack is one of the most popular collaboration platforms in the world that brings all your communication together. Conversations in Slack are organized in channels. You can create chann...

How to install Ruby On Rails on Ubuntu!

Written on September 11, 2021

What is Ruby on Rails? Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. The Ruby programming language, combined with the Rails developme...

How to install Discord on Ubuntu!

Written on September 11, 2021

Install Discord Install Discord using Snap The easiest way to install Discord on Ubuntu is by using snap: sudo snap install discord Output discord 0.0.9 from Snapcrafters installed Install Discord...

How to install Rust on Ubuntu!

Written on September 11, 2021

What is Rust? Rust is a multi-paradigm, high-level, general-purpose programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can...

How To Install Nginx on Ubuntu!

Written on September 11, 2021

What is Nginx? Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is a lightweight choice that c...

How to install Git on Ubuntu!

Written on September 10, 2021

Credit Credit goes to Boyan Iliev for giving me this idea! Checking to see if already installed The option of installing with default packages is best if you want to get up and running quickly with ...

1 2 3 4 5 6 7 8 9 10 11