
subenhon
subenhon
About
- Username
- subenhon
- Joined
- Visits
- 551
- Last Active
- Roles
- Member
- Thanked
- 47
Comments
-
(Quote) Sure! I had run a nginx server without privilege =) Just run the script below,the nginx server will start up in a Udocker container ! Change the NginxPort in the script if the port number is used by someone. cat > run_nginx_with_udocker…
-
(Quote) Even docker offers rootless containers I believe Rootless Docker can run by one none root user,rootless Podman run by more than one none root user. For each user that will be allowed to create containers using Podman.
-
(Quote) Podman is similar to Docker. Without root privilege,maybe we can run container with the Rootless Podman instead of Docker. https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md
-
(Quote) I works now! =)
-
(Quote) ~/pri/bin $ ~/pri/bin/python3Error loading shared library libpython3.10.so.1.0: No such file or directory (needed by /home/subenhon/pri/bin/python3)Error relocating /home/subenhon/pri/bin/python3: Py_BytesMain: symbol not found
-
(Quote) Already run source ~/.ashrc ,still not work
-
(Quote) After running the script above,it shows: ~ $ ash ~ $ python3 --version ash: python3: not found ~ $ python3 -m ensurepip ash: python3: not found ~ $ pip3 --version ash: pip3: not found It seems then python install fail.
-
(Quote) Great! I have logged in successfully
-
I am a student,looking for a free server to learn linux and build a webapp> @Not_Oles said: (Quote) I am a student,looking for a free server to learn linux and build a webapp. I get the infomation from https://www.nodeseek.com/post-147-1, it sai…
-
That is intresting! Can you make a account for me?