Visual Tutorial to Mikrotik DNS Server Configuration
Except for IT professionals, the relationship between IP addresses and host names may be incomprehensible to many users, and even many users are not yet thoroughly familiar with the DNS service. It is entirely expected that not everyone is familiar with the function of DNS service, but after reading the article on the definition of […]
How to Install Syncthing on Ubuntu
Syncthing is an open-source application that enables you to transfer your files directly between two (or more) devices. In this article, you will learn How to Install Syncthing Ubuntu to Synchronize Files. This peer-to-peer (without relying on a central server) synchronization program is available for Linux, BSD, macOS, Windows, Android, and Solaris. Join us with […]
Copy Paste Not Working in Remote Desktop/RDP
If you are using a Windows VPS, you have probably encountered a problem when copying/pasting files from a client desktop workstation to a remote desktop workstation and vice versa, and you have noticed that copy/paste is disabled on the remote desktop. You may receive the “Remote Desktop Session” error when copying and pasting files on […]
Install & Use Terminator on Linux
When it comes to the Linux operating system, the Linux terminal shines as a prominent Linux feature that improves and speeds up many important tasks for Linux users and developers. Terminator is a Linux terminal emulator for more effective and efficient use of the terminal.
How To Install Ubuntu Beside Windows 10?
There are many ways to install Ubuntu alongside Windows. You can run Ubuntu on a virtual machine by VMware or buy Linux VPS. But none of these ways are suitable for using Ubuntu as a desktop because you can not use them fluently. Because in a virtual machine or virtual server, there is an interface […]
Install and Set Up MongoDB on CentOS
MongoDB is a free and open-source document-oriented database. It is a scalable and flexible NoSQL database independent of the traditional table-based relational database structure. So, JSON-like documents are used. In this article, you will learn how to install and set up MongoDB on CentOS. It supports most 64-bit versions of Red Hat Enterprise Linux (RHEL), […]
Fix “Umount Target is Busy” Error in Linux
While transferring data in any computer, if you unmount a USB flash driver/Data storage while it is still busy on it, you face the error ”device is currently in use” While unmounting a device/portion on Linux, the same error occurs after running the umount command. Umount Target is Busy Error in Linux, simply saying that […]
Install and Configure SMTP Server with Postfix on Ubuntu
SMTP (Simple Mail Transfer Protocol) uses a program to send, receive, and relay outgoing emails between senders and receivers on mail servers. In this article, you will learn How to Install and Configure SMTP server with Postfix on Ubuntu Email communication would not be possible without it since SMTP chooses which servers will receive your […]
How to Install Dropbox on Ubuntu [using Terminal & GUI]
Dropbox is one of the most popular and oldest files hosting services that is used as a cloud storage service. Using Dropbox, users can store files, documents, photos, etc. online and synchronize the saved files with their devices. In addition, Dropbox makes it possible to access and save files when they do not even have […]
How to Search Files & Directories in Linux with find Command
Developers and experienced users of Linux choose Linux Terminal to interact with the operating system and perform their tasks because of the capabilities that Linux Terminal offers to facilitate their tasks. Contrary to the thought of the majority of Linux users regarding the complexity of the Linux terminal, this command line interface provides useful tools […]
How To Connect to Linux Server from Windows [Using Putty SSH]
Putty is a free and open-source cross-platform that allows you to connect to a Linux server and access your Linux server. This software also supports Telnet and Rlogin protocols. This program must be downloaded and installed before connecting to your Linux server. Instead of using the built-in Linux systems, Linux PuTTY is used. Linux distributions […]
How to Install Elasticsearch on Ubuntu
Elasticsearch is a distributed, open-source search and analytics engine designed for handling large amounts of data. It is built on top of the Lucene search library, and it provides a scalable and efficient way to search, analyze, and visualize data in real-time.