Troubleshooting Proxmox Installation Issues: Fixing Black Screen Problem
Introduction
Encountering difficulties during the installation process can be frustrating, especially when you’re eager to set up your Proxmox server. One common issue is a black screen that appears after initiating the installation. In this blog post, I’ll share two effective solutions to help you overcome this problem specifically when using a 4K monitor and an older graphics card. Follow these steps in order, starting with the first solution. If it doesn’t resolve the issue, proceed to the second solution.
Continue readingRsync: How tobackup local iCloud folder to Synology
This post describes how to backup a local folder from iCloud to a Synology NAS using rsync
.
rsync
is a console tool that copies files either to or from a remote host or locally on the current host (it does not support copying files between two remote hosts).
How to fix Permission denied (publickey) error
This blog post describes how to fix “Permission denied (publickey)” error while logging in via ssh using a public key.
Ensure you have access to the server via Web console, like Quemu Terminal on Digital Ocean, or have physical access to the server.
Continue readingHow to publish RSS updates to Twitter
Integrated rss2twitter for publishing RSS updates from my blog to Twitter. Easy to install and easy to use.
Continue readingUbuntu: How to fix the error 'essential package ubuntu-minimal could not be located'
I got the error related to the Invalid package information. the essential package 'ubuntu-minimal' could not be located
while upgrading Ubuntu 16.04 to the next version.
This blog post describes how to fix such an error on the Digital Ocean droplet.
Continue readingHow to perform stress test for Raspberry Pi on Ubuntu
Some time ago, I wondered how to perform a stress test on my Raspberry Pi and see stats in real-time on the graphs. Most popular results in Google contained bash script with plain text output. Some of the scripts did not work because of a missed package for Raspberry. Thankfully for my friend, I found a tool named s-tui
.
This blog post describes how easily perform a stress test on Raspberry Pi 4 with s-tui
. By default, it works as a monitor. To run a stress test in s-tui
, we need to install the stress
package. In that case, it will show us graphs with CPU load and CPU temperature under the stress test.
Let’s get started.
Continue reading