Browsing category

How To’s

How To Install Apache SVN on Ubuntu 18.04

Apache Subversion, also known as SVN, an open-source version control system that is used to keep track of source file and documents. Whenever you add, delete or change a file or folder that you control with subversion, you commit these differences to the subversion repository, which creates a new revision in the subversion repository reflecting […]

How To Install Node.js on Ubuntu 18.04 / Ubuntu 16.04 & Linux Mint 19

Node.js is a free and open-source, cross-platform JavaScript runtime environment for developing web applications and network tools, built on Google’s V8 JavaScript engine. Node.js lets you use JavaScript for server-side scripting—running scripts server-side to create dynamic web page contents before the page is sent to the user’s web browser. It has an event-driven architecture capable […]

20 Things to Do After Fresh Installation of Ubuntu 18.04 LTS

Ubuntu – The first name that pops up in your mind when you are planning to turn down Windows and move to open-source operating systems. It is good to know that the people are moving to Ubuntu to feel the freshness and improved user experiences. But, when people move to Ubuntu from Windows, they struggle […]

How To Configure DNS Server On Ubuntu 18.04 / Ubuntu 16.04

  Domain Name System (DNS) is the root of the internet that translates the domain name to IP Address and vice versa. BIND9 (Berkeley Internet Name Domain) package provides the functionality of the name to IP conversion. This post will guide you to configure DNS server on Ubuntu 18.04  / Ubuntu 16.04. THIS DOCUMENT IS […]

How To Install Nextcloud on Ubuntu 18.04 LTS

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 9 Nextcloud is an open source file synchronization and sharing solution. It is like a Google Drive / Dropbox that permits you to store and share your documents, pictures, and videos in a centralized location. READ: How To Integrate Google Drive on Ubuntu 18.04 […]