toggle menu
Categories
Discussions
Support
About
Rules
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Support
About
Rules
Sign In
·
Register
×
Home
rcdfrd
Back to Profile
rcdfrd
About
Username
rcdfrd
Joined
December 2022
Visits
7
Last Active
September 7
Roles
Member
Thanked
18
Activity
Thanked
18
Discussions
Comments
22
> @Not_Oles said:
> > [@rcdfrd said](/discussion/comment/116218/#Comment_116218): This is the script I use to install gcc.
>
> Thanks for the script! Super great…
Thanked by (1)
Not_Oles
```
fmt:~$ cat 1.c
#include <stdio.h>
int main()
{
printf("HELLO METALVPS!\n");
return 0;
}
fmt:~$ gcc 1.c && ./a.out
Thanked by (2)
Not_Oles
bibble
> @Not_Oles said:
> Hi!
>
> Last night, logged in as unprivileged user notoles, I couldn't resist trying @rcfrd's python install scripts, which went through several…
Thanked by (2)
raveen2k3
Not_Oles
> @Not_Oles said:
> > [@tssz2022 said](/discussion/comment/116151/#Comment_116151): How to install nginx php8?
>
> Does `apk` have a way to work for unprivileged …
Thanked by (1)
Not_Oles
> @subenhon said:
> > @rcdfrd said:
> > > @subenhon said:
> > > > @rcdfrd said:
> > > > run
> > > > ~/pri/bin/…
Thanked by (1)
Not_Oles
> @subenhon said:
> > @rcdfrd said:
> > run
> > ~/pri/bin/python3
> > and show me what the error message is
>
> ```
…
Thanked by (1)
Not_Oles
> @subenhon said:
> > [@rcdfrd said](/discussion/comment/116109/#Comment_116109):
> Already run source ~/.ashrc ,still not work
>
I made a mistake…
Thanked by (1)
Not_Oles
```
mkdir -p ~/pri/lib ~/pri/bin ~/tmp
cat > ~/.ashrc << 'EOF'
export LD_LIBRARY_PATH="$HOME/pri/lib:$LD_LIBRARY_PATH"
export PATH="$HOME/pri/bin:$PATH"
EO…
Thanked by (1)
Not_Oles
> @subenhon said:
> > [@rcdfrd said](/discussion/comment/116109/#Comment_116109):
> Already run source ~/.ashrc ,still not work
>
run
~/pri/bin/pyt…
Thanked by (1)
Not_Oles
> @subenhon said:
> > @rcdfrd said:
> > @tssz2022
> > @Not_Oles
> >
> > I integrated my above scripts, you just need to copy the f…
Thanked by (1)
Not_Oles
> @Not_Oles said:
> > @rcdfrd said:
> > @tssz2022
> > @Not_Oles
> >
> > I integrated my above scripts, you just need to copy the f…
Thanked by (1)
Not_Oles
@tssz2022
@Not_Oles
I integrated my above scripts, you just need to copy the following contents to the shell for execution now.
```sh
mkdir -p ~/pri/lib ~/…
Thanked by (1)
Not_Oles
> @Not_Oles said:
> > [@rcdfrd said](/discussion/comment/116079/#Comment_116079): Just now, I managed to run python3 and pip3.
>
> Congrats! 🌟
>
…
Thanked by (1)
Not_Oles
> @Not_Oles said:
> > [@rcdfrd said](/discussion/comment/116071/#Comment_116071): Put it in fstab is a good choice.
>
> Thanks! I will keep this in mind and maybe…
Thanked by (1)
Not_Oles
> @Not_Oles said:
> > @rcdfrd said:
> > > @Not_Oles said:
> > > > @rcdfrd said:
> > > > I'd like to learn more about Alpine shell…
Thanked by (1)
Not_Oles
I'd like to learn more about Alpine shell and have fun of course.
Thanks.
Thanked by (1)
Not_Oles