Comment on
LXD Maintainership Being Limited To Canonical Employees
Reply in thread
RH uses the GPL like Stallman intended
You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License.
Comment on
LXD Maintainership Being Limited To Canonical Employees
Reply in thread
RH uses the GPL like Stallman intended
You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License.
Comment on
How it feels to install windows in 2023
Reply in thread
C:\Windows\System32\oobe\bypassnro.cmd (in Windows 11, the computer restarts the installation at this point)
Comment on
[Solved] How can I make the thread index wider?
Reply in thread
Much love to you <3 I installed old.reddit.compact.user.js to Tampermonkey :)
Best regards,
akik
Comment on
How it feels to install windows in 2023
Reply in thread
PC security channel did it
Comment on
How do you containerize stuff you install from source in a way that you can completely remove later?
export LDFLAGS="-Wl,-rpath=/sw/app/version/lib"
./configure --prefix=/sw/app/version
make
sudo make install
unset LDFLAGS