Select Page
How To Add Users To Sudo Group On Ubuntu 18.04

How To Add Users To Sudo Group On Ubuntu 18.04

Sudo is a command line tool that allows a specific user (or group of users) to run some (or all) commands as root while keeping all commands and arguments logs. It operates on a per command basis. Using timestamp files it implements a “ticketing” system”. For...
How To Install Python On Ubuntu 18.04

How To Install Python On Ubuntu 18.04

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. It can be used to create a wide variety of programs and is not specific to any particular problem. This versatility...
How to Install Nginx Web Server on Ubuntu 18.04

How to Install Nginx Web Server on Ubuntu 18.04

Nginx [engine x] is an HTTP and reverse proxy server, mail proxy server, and general-purpose TCP/UDP proxy server originally written by Igor Sysoev. It has been running for a long time on many Russian sites with heavy loads: Yandex, Mail.Ru, VK, and Rambler. According...
How To Install Rust On Ubuntu 18.04

How To Install Rust On Ubuntu 18.04

Rust is a multi-paradigm universal programming language. It emphasizes performance, type safety, concurrency, and memory safety This means that all references point to valid memory. It doesn’t require the use of a garbage collector or the reference counting...
How To Install Angularjs On Linux Server

How To Install Angularjs On Linux Server

What Is Angularjs Angularjs is a structural framework for dynamic web apps. You can use HTML as a template language and extend the HTML syntax to express your application’s components clearly and concisely. Angularjs data binding and dependency injection...
How To Install Node.js on Linux Server

How To Install Node.js on Linux Server

How To Install Node.js on Linux Server How to install Node.js and npm on Windows. Node.js has been a boon to JavaScript developers around the world who struggled with switching between different languages ​​and frameworks to extend their code into a sustainable...