Linux Tutorials on the topic “desktop”
-
Guide to Set Up Remote Desktop (RDP) with Xrdp on Debian 12
Author: Arvid L • Tags: debian, desktop, linux • Comments: 0 • Published: Jul 05, 2024RDP, or Remote Desktop Protocol, enables you to access the graphical interface of another computer over a network. On Linux, you can utilize Xrdp to create an RDP Server. Xrdp is a free and open-source application server that implements the RDP protocol.
-
How to Mount an NTFS Drive on Rocky Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 0 • Published: Jun 28, 2024This tutorial will show you how to mount an NTFS drive in read/write mode on the RHEL-based Linux operating system Rocky Linux. NTFS-3G is a stable Open Source NTFS driver that supports reading and writing to NTFS drives on Linux and other operating systems.
-
How to scan for viruses with ClamAV on Ubuntu 24.04
Author: Bill Toulas • Tags: desktop, security, server, ubuntu • Comments: 22 • Updated: Jun 18, 2024There aren't many viruses made for Linux distributions and as such, most people who use such systems don't even bother using antivirus software. Those however who do want to be able to scan their system or other windows-based systems that are connected on a Linux PC through a network can use ClamAV. ClamAV is an open-source anti-virus engine that is built to detect viruses, trojans, malware, and other threats. It supports multiple file formats (documents, executables, or archives), utilizes multi-thread scanner features and receives updates for its signature database at least 3-4 times a day.
-
-
How to Install PyCharm Python IDE on Debian
Author: Hitesh Jethva • Tags: debian, desktop, linux • Comments: 0 • Published: Sep 21, 2023PyCharm is a free, open-source, graphical IDE for Linux-based operating systems. This tutorial will show you how to install PyCharm IDE on Debian Desktop.
-
How to Install Fleet Osquery Manager on Ubuntu 22.04
Author: Arvid L • Tags: desktop, linux, security, server, ubuntu • Comments: 0 • Published: Jul 21, 2023Fleet is an open-source osquery manager that can be used to maintain secure workstations and servers, and keep an accurate inventory of all your devices. In this tutorial, you will install Fleet Osquery Manager on an Ubuntu 22.04 server.
-
How to View Running Processes on Linux
Author: Korbin Brown • Tags: desktop, server, shell • Comments: 1 • Updated: Jul 21, 2023There are several Linux tools we can use to identify all of the processes on our system, and that's what we'll be covering in this guide.
-
Guide to Install VNC Server on AlmaLinux 9
Author: Arvid L • Tags: desktop, linux, server • Comments: 0 • Published: Jul 07, 2023Virtual Network Computing (VNC) is a desktop sharing protocol allowing you to remotely control a computer using VNC client software. VNC is working on GUI (Graphical User Interface) environments. It transmits movements of your mouse and keyboard input over the network using the Remote Frame Buffer (RFB) protocol.
-
How to Create Remote Desktop Gateway via Apache Guacamole on AlmaLinux 9
Author: Arvid L • Tags: desktop, linux, server • Comments: 3 • Published: Jun 16, 2023Apache Guacamole is a free and open-source remote desktop gateway that allows you to connect to your computer/server remotely using different protocols such as SSH, RDP, and VNC. In this guide, we'll walk you through the installation of Apache Guacamole as a Remote Desktop Gateway on AlmaLinux 9 machine.
-
How to Install PyCharm on Ubuntu
Author: Aqsa Yasin • Tags: desktop, linux, ubuntu • Comments: 0 • Published: Mar 21, 2023PyCharm is a widely used IDE among Python programmers. It is accessible as both a community and a commercial version. This guide will show you how to install and configure PyCharm on your Linux operating system running Ubuntu.
-
Useful Gedit Plugins for Software Developers
Author: Himanshu Arora • Tags: desktop, linux, ubuntu • Comments: 6 • Updated: Mar 07, 2023Gedit offers almost all the features expected from a basic text editor, but if that's not enough for some reason, you can add more functionality to it through plugins. This tutorial covers three of the most useful Gedit plugins for programmers.