|
You are here |
yepoleb.github.io | ||
| | | | |
ectobit.com
|
|
| | | | | Find out how to properly install docker with buildx plugin, containerd and kubectl on Ubuntu 22.04 desktop and avoid the "Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details" problem | |
| | | | |
willhaley.com
|
|
| | | | | These instructions can be used to create a simple computer kiosk that runs a full-screen instance of a web browser. This guide was last tested against Debian 12.9 (Bookworm) GNU/Linux. Note that this guide is not intended to create a perfectly secure system and is vulnerable to tampering by knowledgeable users. It is assumed that anyone using this guide knows the basics of Debian Linux and how to install it properly. | |
| | | | |
wittchen.io
|
|
| | | | | Sometimes we need to run specific program with a concrete version of JVM. We can also work with Java 7, but we want to try Java 8. In such cases, we can have installed both Java 7 and 8 on our system and easily switch between them. In order to show current java version, we can simply type: java -version in terminal. On my computer I received the following response: | |
| | | | |
pingbin.com
|
|
| | | [AI summary] The provided content outlines a comprehensive guide for deploying C# ASP.NET Core 6.0 applications to an Ubuntu server using GitHub Actions CI/CD, with NGINX as a reverse proxy and MySQL as an optional database. It includes steps for setting up a virtual machine, installing .NET Core, configuring NGINX, setting up MySQL, and automating the deployment process with GitHub Actions. | ||