XRDP and VNC: Which is the Better Remote Desktop

Maybe you have a headless Windows or Linux OS running on a Proxmox server or even running on bare metal. In either case, it’s necessary to be able to remote into the desktop of the machine, whether that be Linux or Windows. Typically this is done via the remote desktop protocol on Windows or VNC on Linux. However, an open-source implementation of RDP exists as well, and it’s called XRDP. Today, we will compare both of these remote desktop protocols in terms of performance, security, and setup. ...

01-09-2023 · Adam

3 Easy Steps to Downgrade a Linode Server

Need to downgrade a Linode server? No longer need a large Linode plan? Not using all of that storage, RAM, or CPU like you thought you would? Maybe the workload of your Linode server has changed. In any case, you can easily downgrade the plan that you use on Linode. If you are thinking about using Linode but don’t have an account yet. Take advantage of the free $100 60-day credit using this link. Plus, you’re helping me to keep creating content. ...

01-08-2023 · Adam

How to Create a Ubuntu 22.10 VM on Proxmox

I planned on creating a VM with the latest version of Ubuntu on it, which currently is 22.10. This VM is going to be used in a future post about Flatpaks. Since I’m creating this VM, I decided to document the process on Proxmox as well as how to access the VM through an app like Remina for example. Let’s go ahead and jump into setting up this Ubuntu VM on Proxmox. ...

01-05-2023 · Adam

Create a Linode Linux VPS Part 3 – 2022 Quickstart Guide

Hopefully, you have been following along with Part 1 and Part 2 of the Creating a Linode Linux VPS series. If not, be sure to go back and check out the previous 2 parts of the guide to get up to speed. In part 3 we will be installing a package called fail2ban on our Linode Linux VPS, which will help to protect our VPS from unauthorized access attempts. Particularly brute force attacks. We will also be installing Apache, MySQL, and PHP, this will set up our VPS with the LAMP stack. Which stands for Linux, Apache, MySQL, and PHP. ...

01-04-2023 · Adam

11 Ways to Use Pacman on Manjaro Linux

Installing software is a core function of any operating system, pacman, the package manager built into most arch based Linux distributions such as Manjaro Linux serves this purpose well. It is a powerful command-line utility that everyone who uses an Arch based Linux distro should be familiar with. If you prefer a GUI over using the command line, you can also use pamac, which comes pre-installed typically. Pamac also allows you to handle Flatpaks and packages from the AUR repository, which is a nice bonus. ...

01-03-2023 · Adam

Spectacle: The Best Manjaro Screenshot Utility

For someone who writes documentation all the time, screenshots play a big role in the documentation process. In my humble opinion, for Manjaro and other Linux distributions, Spectacle takes the cake when it comes to screenshot utilities. Spectacle is actually part of KDE, which is how I was first introduced to it on the Manjaro Linux KDE edition. However, Spectacle can run outside of the KDE desktop environment. I still use Spectacle for every screenshot, even on my i3 window manager setup of Manjaro. ...

12-30-2022 · Adam

Manjaro i3 Window Manager Tips

I’ve heard the Linux elite talk about tiling window managers, like Manjaro i3 edition, for some time. So I decided to dive into the i3 tiling window manager on my Manjaro desktop, and these are some things I learned. This isn’t really my first dive into a tiling window manager, I’ve run across some before, likely by accident as I recall. I believe it was an early adventure into Arch that led me to an unpleasant experience with a tiling window manager that I don’t remember the name of. Being brought to a desktop where there wasn’t really anything to click on and no menu to be found, or so I thought. ...

12-28-2022 · Adam

Install OneDrive for Linux - Manjaro Edition

Using Ubuntu? Check our Guide to Install OneDrive on Ubuntu OneDrive for Linux is a thing? Yes, yes… I know. Why would you want to install a Microsoft product on Linux? Well, if you’re like me, work and school are both heavily in the Microsoft ecosystem. So, I don’t mind and it makes my life easier if I can have access to OneDrive on my Linux machine. If you really want to make other Linux users’ blood boil, check out our guide on installing Microsoft Edge on Manjaro Linux. ...

12-20-2022 · Adam

My 6 Favorite Manjaro Apps

I’ve been using Linux off and on for years, and more recently Manjaro Linux has become my main Operating System of choice. I figured this would be a good time to cover some of my favorite Manjaro apps that I use often. Many of these Manjaro apps are available for other operating systems and distros as well, so be sure to check them out. These apps are not in any particular order. Let’s go ahead and jump into my list of favorite Manjaro apps! ...

12-19-2022 · Adam

Create a Linode Linux VPS Part 2 – 2022 Quickstart Guide

Welcome to part 2 of our guide on Creating a Linode Linux VPS. You can check out part 1 of the guide here. Part 3 is now live as well, going over how to set up Apache, PHP, MySQL, and a domain name. Linode Coupon Code – $100 in Free Credit for 60 Days A big part of running your own Virtual Private Server (VPS), is securing the server. One of the first steps that you should take is creating a new user and securing SSH. These are very basic steps that go a long way in protecting your VPS. Not long after bringing a VPS online, there will be bots and other automated attacks attempting to connect via SSH. By simply disabling root access via SSH, having a new user and only allowing SSH connections with a private key, your server will be much more secure against the attacks. ...

12-16-2022 · Adam