rcdfrd
rcdfrd
About
- Username
- rcdfrd
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
- Thanked
- 18
Comments
-
@rsk Invoice #11519 I wanna 2x RAM & 2x Bandwidth. Thank u <3
-
(Quote) I don't have much in particular in mind for now, and it seems that I can use it as normal linux for now, except for programs that require administrator privileges. That's even better than it sounds. Do you have any good advice?
-
fmt:~$ cat 1.c#include <stdio.h>int main(){printf("HELLO METALVPS!\n");return 0;}fmt:~$ gcc 1.c && ./a.outHELLO METALVPS! I have successfully run gcc in metalvps Note that you need to add the C_ INCLUDE_ PATH to ~/.ashrc c…
-
(Quote) cd tmpcat > install.sh << 'EOF'install() { apk fetch $1 tar -vxf $1-*.apk -C ~/pri rm -f ~/pri/.SIGN.* rm -f ~/pri/.PKGINFO}install binutilsinstall libgccinstall libstdc++install zlibinstall gmpinstall isl24install libat…
-
fmt:~/tmp$ gcc --versiongcc (Alpine 12.2.1_git20220924-r5) 12.2.1 20220924Copyright (C) 2022 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FO…
-
(Quote) I have changed a lot in my srcipt. Though I don't know if the modification has become better. mkdir -p ~/pri ~/pri ~/tmpcat > ~/.ashrc << 'EOF'export LD_LIBRARY_PATH="$HOME/pri/usr/lib:$LD_LIBRARY_PATH"export PATH="$…
-
(Quote) Apk is similar to yum , apt and pacman , they all cannot use without administrator privileges. It seems that the package management installation software on most Linux distributions requires administrator privileges.
-
(Quote) The apk command installs files to/usr/bin, which is the shared directory for all users. This violates the permissions of ordinary users
-
(Quote) congrats
-
(Quote) cat > ~/.ashrc << 'EOF'export LD_LIBRARY_PATH="$HOME/pri/lib:$LD_LIBRARY_PATH"export PATH="$HOME/pri/bin:$PATH"EOF
-
(Quote) I made a mistake. ~ in environment variable to be replaced with $HOME
-
mkdir -p ~/pri/lib ~/pri/bin ~/tmpcat > ~/.ashrc << 'EOF'export LD_LIBRARY_PATH="$HOME/pri/lib:$LD_LIBRARY_PATH"export PATH="$HOME/pri/bin:$PATH"EOFcat > ~/.profile << 'EOF'source ~/.ashrcEOFcd ~/tmpcat > ins…
-
(Quote) run ~/pri/bin/python3 and show me what the error message is
-
(Quote) try to run source ~/.ashrc then run python3 if it does not work after that, please tell me.
-
(Quote) It doesn't matter, it's just because there is no bin file in three of the installed files, they only provide lib files.
-
@tssz2022 @Not_Oles I integrated my above scripts, you just need to copy the following contents to the shell for execution now. mkdir -p ~/pri/lib ~/pri/bin ~/tmpcat > ~/.ashrc << 'EOF'export LD_LIBRARY_PATH="~/pri/lib:$LD_LIBRARY_PA…
-
(Quote) Yeah, I am glad to tell u what I did. Please forgive me for not being a native English speaker, if u dont understand any sentences u can ask me. Firstly, I changed my personal shell environment variables, which allow me to load binary file …
-
(Quote) ~ $ python3 --versionPython 3.10.9~ $ pip3 --versionpip 22.3.1 from /home/rcdfrd/pri/lib/python3.10/site-packages/pip (python 3.10) Just now, I managed to run python3 and pip3.
-
(Quote) Put it in fstab is a good choice.
-
(Quote) Thanks, I can log in. This is really really cool.
-
(Quote) Hi, I got the information from www.nodeseek.com and I will use the shell account to test the bash script. And my ed25519 publish ssh key is above. ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd8ZkZHJ9Zly0hvUaU7Pa+oopNeL6Lh/dITSFUHOQzQ alpine-221217
-
I'd like to learn more about Alpine shell and have fun of course. Thanks.