100%
01.06.2024
Rubén Llorente ... are using Devuan (or another Debian derivative) on your workstation, you can install Sake as root with
# apt update
# apt install curl
# curl -sfL https
99%
04.12.2024
Rubén Llorente ... --scsi0 local-lvm:0,import-from=/root/tmpimages/openbsd-min.qcow2
# Turn the VM into a template
qm template 100
The steps in Listing 1 are mostly self-explanatory, but some of the arguments passed
81%
05.08.2024
Podman is the best non-root Docker tool I’ve found. Let me show you why.
... primary takeaway was that people use Docker quite a bit even with its root issues, so I wanted to find out whether I could employ one of the techniques for using Docker without root.
Rootless Docker ...
Podman is the best non-root Docker tool I’ve found. Let me show you why.
... Podman for Non-Root Docker ... Podman for Non-Root Docker
17%
01.06.2024
is available on your system. I'm using Ubuntu Linux 22.04 (Jammy Jellyfish) for reference. The installation instructions I skip through can be found online [2]. Proceed as the root user to get the correct
16%
01.06.2024
_Comm_size(MPI_COMM_WORLD, &nodenum);
21 long recieved[nodenum];
22 long recvniter[nodenum];
23 srand(SEED+myid); //Give rand() a seed value. Needs to be different on each node
24
25 if(myid != 0
16%
05.08.2024
root:root /usr/local/bin/dockerize
FROM google/cloud-sdk:alpine
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN apk add --no-cache --virtual .build-deps alpine-sdk libffi-dev openssl-dev python3-dev py3
16%
26.01.2025
of accomplishing this added security is to confine the Julia process on the server to some type of virtual environment, such as a container from which it is impossible to see the machine's root filesystem. The use
16%
05.08.2024
installed Ubuntu MATE 22.04.3 platform), first install all the requirements for compiling and deploying topgrade-rs (referred to as Topgrade moving forward): curl, git, pkg-config, and rust. Once in place
16%
27.09.2024
of installation, both K3s and k0s deserve an admonishment. The principle of loading a shell script from the network with curl and using sudo to execute it directly as root on the target host naturally causes any
16%
26.01.2025
the required cluster in just a few minutes. The following example assumes that all commands are run on Ubuntu 22.04, but most of the commands will probably work on other distributions with just a few minor