How to reset PATH, cant use pip3 or pip
I think i messed up my raspberry pi. I cant use pip3 it keeps saying this when i try to install anything:
`"bash: /usr/local/bin/pip3: No such file or directory"`
​
When i do $PATH i get back:
`"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games"`
​
When i do "which pip","which pip3", "which python", "which python3", i get back:
`"/usr/bin/pip"`
`"/usr/bin/pip3"`
`"/usr/bin/python"`
`"/usr/bin/python3"`
​
So im wondering, should i chnage PATH to /usr/bin/ ? how do i fix this?
https://redd.it/efbbhw
@r_linux
I think i messed up my raspberry pi. I cant use pip3 it keeps saying this when i try to install anything:
`"bash: /usr/local/bin/pip3: No such file or directory"`
​
When i do $PATH i get back:
`"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games"`
​
When i do "which pip","which pip3", "which python", "which python3", i get back:
`"/usr/bin/pip"`
`"/usr/bin/pip3"`
`"/usr/bin/python"`
`"/usr/bin/python3"`
​
So im wondering, should i chnage PATH to /usr/bin/ ? how do i fix this?
https://redd.it/efbbhw
@r_linux
reddit
How to reset PATH, cant use pip3 or pip
I think i messed up my raspberry pi. I cant use pip3 it keeps saying this when i try to install anything: `"bash: /usr/local/bin/pip3: No such...
Weekly Questions and Hardware Thread - December 25, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/efbri6
@r_linux
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/efbri6
@r_linux
reddit
Weekly Questions and Hardware Thread - December 25, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions...
I wrote a free book about the Unix terminal
On Christmas 2019 I published on Leanpub a free book, "Beginner's Guide to the Unix Terminal". The book is not complete, but there are enough chapters to be a useful introduction to anyone doesn't know anything about the Unix command line and wants to learn.
The book is structured as a series of short lessons that can be read in 20-30 minutes (including exercises).
You can find it here: https://leanpub.com/beginners-guide-to-the-unix-terminal
The book is free, but if you want to contribute I will definitely appreciate the help. I know there are many resources available for beginners but I think it is always useful to try to give another take on the subject.
I hope you will enjoy the book! Please spread the news on your favourite social network.
https://leanpub.com/beginners-guide-to-the-unix-terminal
https://redd.it/eff2h5
@r_linux
On Christmas 2019 I published on Leanpub a free book, "Beginner's Guide to the Unix Terminal". The book is not complete, but there are enough chapters to be a useful introduction to anyone doesn't know anything about the Unix command line and wants to learn.
The book is structured as a series of short lessons that can be read in 20-30 minutes (including exercises).
You can find it here: https://leanpub.com/beginners-guide-to-the-unix-terminal
The book is free, but if you want to contribute I will definitely appreciate the help. I know there are many resources available for beginners but I think it is always useful to try to give another take on the subject.
I hope you will enjoy the book! Please spread the news on your favourite social network.
https://leanpub.com/beginners-guide-to-the-unix-terminal
https://redd.it/eff2h5
@r_linux
Leanpub
Beginner's Guide to the Unix Terminal
The Unix terminal is a powerful command-line environment that, more than 40 years since its creation, still tops the charts of the most useful tools for programmers and system administrators. In the era of DevOps, every developer should be familiar with it.
PowerPC Laptop needs help! Support an Open Hardware Laptop!
https://www.powerpc-notebook.org/campaigns/donation-campaign-for-pcb-design-of-the-powerpc-notebook-motherboard/
https://redd.it/efeuve
@r_linux
https://www.powerpc-notebook.org/campaigns/donation-campaign-for-pcb-design-of-the-powerpc-notebook-motherboard/
https://redd.it/efeuve
@r_linux
GNU/Linux Open Hardware PowerPC notebook
Donation Campaign for PCB design of the PowerPC Notebook motherboard - GNU/Linux Open Hardware PowerPC notebook
Open Hardware release of the Printed Circuit Board (PCB) design for the motherboard of the GNU/Linux PowerPC Notebook. This PCB campaign reached its goal! Thank you all!! Others donations received after reached the goal are moved to the Donation Campaign…
Guix Packaging by Example
https://medium.com/@JethroCao/guix-packaging-by-example-6e44ba693fb2?source=friends_link&sk=0ba75dedbaf2a7607c97743ee047d16e
https://redd.it/efgj53
@r_linux
https://medium.com/@JethroCao/guix-packaging-by-example-6e44ba693fb2?source=friends_link&sk=0ba75dedbaf2a7607c97743ee047d16e
https://redd.it/efgj53
@r_linux
Medium
Guix Packaging by Example
A key design principle behind GNU Guix as a package manager is its extensibility, i.e. allowing users to easily write their own package…
How does password manager rechecks the password as salt value is random?
I am relatively new to LINUX, so I am having trouble understanding one concept related to pass in LINUX.
I learnt that UNIX stores my passwords by hashing it, and storing along with the randomly generated salt value.
\`Salt value is nothing but a random data that's generated to combine with the original password, inorder to increase the strength of the hash. \`
So now lets say I want to login again using my password, the manager calculates the hash but from where will it bring the same salt for checking the result with the password database?
https://redd.it/efg8uz
@r_linux
I am relatively new to LINUX, so I am having trouble understanding one concept related to pass in LINUX.
I learnt that UNIX stores my passwords by hashing it, and storing along with the randomly generated salt value.
\`Salt value is nothing but a random data that's generated to combine with the original password, inorder to increase the strength of the hash. \`
So now lets say I want to login again using my password, the manager calculates the hash but from where will it bring the same salt for checking the result with the password database?
https://redd.it/efg8uz
@r_linux
reddit
How does password manager rechecks the password as salt value is...
I am relatively new to LINUX, so I am having trouble understanding one concept related to pass in LINUX. I learnt that UNIX stores my passwords...
Looking for distribution with Mac-like enviroment
Hi guys! I am using Ubuntu right now but I want to switch to a new distribution because I think I am over it. I enjoy using gnome but it's all buggy. Multiple desktops, touchpad gestures, activities, dock and top bar. I customized it and it seems a bit like MacOS.
I am looking for new distr but I am not sure what DE I can use instead of gnome which would keep these features. For example I tried Mint with Cinnamon and it looks too much like Windows, I cant use activities and switch desktops etc. Manjaro looks cool but I am not sure if I am ready to switch from debian based.
Thank you for your advice!
https://redd.it/effjsr
@r_linux
Hi guys! I am using Ubuntu right now but I want to switch to a new distribution because I think I am over it. I enjoy using gnome but it's all buggy. Multiple desktops, touchpad gestures, activities, dock and top bar. I customized it and it seems a bit like MacOS.
I am looking for new distr but I am not sure what DE I can use instead of gnome which would keep these features. For example I tried Mint with Cinnamon and it looks too much like Windows, I cant use activities and switch desktops etc. Manjaro looks cool but I am not sure if I am ready to switch from debian based.
Thank you for your advice!
https://redd.it/effjsr
@r_linux
reddit
Looking for distribution with Mac-like enviroment
Hi guys! I am using Ubuntu right now but I want to switch to a new distribution because I think I am over it. I enjoy using gnome but it's all...
KIOFuse Beta (4.9.0) Released
https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/
https://redd.it/efiril
@r_linux
https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/
https://redd.it/efiril
@r_linux
Feverfew's Blog
KIOFuse Beta (4.9.0) Released
It’s a great pleasure to announce that KIOFuse finally has a Beta release available for testing! We encourage all who are interested to test and report any bugs or odd behaviour (and feature …
Best Linux Distribution for a low end laptop?
I'm new to Linux so I don't want anything too complicated. So, I got a HP stream 14 for Christmas, a pretty low-end laptop and windows 10 alone already takes up 40% if the hard-drive
The specs are: 64-bit Intel Celeron n4000 processor, 4gb ddr4 ram, and a 57 gb hard-drive.
https://redd.it/efiz7n
@r_linux
I'm new to Linux so I don't want anything too complicated. So, I got a HP stream 14 for Christmas, a pretty low-end laptop and windows 10 alone already takes up 40% if the hard-drive
The specs are: 64-bit Intel Celeron n4000 processor, 4gb ddr4 ram, and a 57 gb hard-drive.
https://redd.it/efiz7n
@r_linux
reddit
Best Linux Distribution for a low end laptop?
I'm new to Linux so I don't want anything too complicated. So, I got a HP stream 14 for Christmas, a pretty low-end laptop and windows 10 alone...
The 2019 Matrix Holiday Update!
https://matrix.org/blog/2019/12/24/the-2019-matrix-holiday-update
https://redd.it/efkuqk
@r_linux
https://matrix.org/blog/2019/12/24/the-2019-matrix-holiday-update
https://redd.it/efkuqk
@r_linux
Invisible Arch Linux - Encrypted system using detached LUKS header with air gapped install.
https://habd.as/post/invisible-arch-linux/
https://redd.it/eflbir
@r_linux
https://habd.as/post/invisible-arch-linux/
https://redd.it/eflbir
@r_linux
Show me your neofetch
I'm in the process of switching from Windows to Linux (at long last) and I wanna get some inspiration from fellow Linux users on what WM/theme/font/etc they're running. I know, I know; I should get the thing I'm most comfortable with, but like I said, just some inspiration ;)
https://redd.it/efllxz
@r_linux
I'm in the process of switching from Windows to Linux (at long last) and I wanna get some inspiration from fellow Linux users on what WM/theme/font/etc they're running. I know, I know; I should get the thing I'm most comfortable with, but like I said, just some inspiration ;)
https://redd.it/efllxz
@r_linux
reddit
Show me your neofetch
I'm in the process of switching from Windows to Linux (at long last) and I wanna get some inspiration from fellow Linux users on what...
[REQUEST] a short write up on kernel development for newbie kernel developers
I’d like to learn how to write code for the Linux kernel, but I can’t find any straightforward books on kernel development, could someone do a write up on developing for the Linux kernel, with notes on the different parts of the kernel? Something short and to the point
My goal is to learn the Linux kernel in and out and distribute atleast one patch with comments for newbies, someone else can do it
I like to believe we’ll documented source code is a godsend
https://redd.it/efo0cj
@r_linux
I’d like to learn how to write code for the Linux kernel, but I can’t find any straightforward books on kernel development, could someone do a write up on developing for the Linux kernel, with notes on the different parts of the kernel? Something short and to the point
My goal is to learn the Linux kernel in and out and distribute atleast one patch with comments for newbies, someone else can do it
I like to believe we’ll documented source code is a godsend
https://redd.it/efo0cj
@r_linux
reddit
[REQUEST] a short write up on kernel development for newbie kernel...
I’d like to learn how to write code for the Linux kernel, but I can’t find any straightforward books on kernel development, could someone do a...
Slackware is creating a secure, full featured, bloat-free Linux-based operating system
https://www.patreon.com/slackwarelinux/overview
https://redd.it/efoz0o
@r_linux
https://www.patreon.com/slackwarelinux/overview
https://redd.it/efoz0o
@r_linux
Patreon
Slackware is creating a secure, full featured, bloat-free Linux-based operating system | Patreon
Become a patron of Slackware today: Get access to exclusive content and experiences on the world’s largest membership platform for artists and creators.
Encryption for cloud storage: how stable is CryFS?
I will soon bid farewell to Windows and transition to Linux, so I am looking for replacements for everything I am currently using. On the encryption side, I am tempted to keep using Cryptomator as it's been serving me well in conjunction with Google Drive, but I was reading about CryFS and I really like how they hide metadata as well.
[https://www.cryfs.org/comparison/](https://www.cryfs.org/comparison/)
But it has a weak point.
>The current version is not considered stable yet by the developers and if you decide to use it, regular backups are strongly recommended. It has gotten quite a bit more stable recently though and is successfully used in a lot of settings already.
If you have been using it, can you report on its stability? What about Cryptomator on Linux, is it working well?
Thanks in advance.
https://redd.it/efpee4
@r_linux
I will soon bid farewell to Windows and transition to Linux, so I am looking for replacements for everything I am currently using. On the encryption side, I am tempted to keep using Cryptomator as it's been serving me well in conjunction with Google Drive, but I was reading about CryFS and I really like how they hide metadata as well.
[https://www.cryfs.org/comparison/](https://www.cryfs.org/comparison/)
But it has a weak point.
>The current version is not considered stable yet by the developers and if you decide to use it, regular backups are strongly recommended. It has gotten quite a bit more stable recently though and is successfully used in a lot of settings already.
If you have been using it, can you report on its stability? What about Cryptomator on Linux, is it working well?
Thanks in advance.
https://redd.it/efpee4
@r_linux
CryFS
CryFS: Comparison of encrypted cloud storage solutions
Encrypt your Dropbox, Google Drive, OneDrive, or other cloud storage. Compare encryption tools and find the right solution for your needs.
The all-new Feren OS is finally here.
https://medium.com/feren-os/the-all-new-feren-os-is-finally-here-5bf3003e89ee
https://redd.it/efnv2e
@r_linux
https://medium.com/feren-os/the-all-new-feren-os-is-finally-here-5bf3003e89ee
https://redd.it/efnv2e
@r_linux
Medium
The all-new Feren OS is finally here.
Today I’m proud to announce the release of Feren OS December 2019 Snapshot, codenamed ‘Yttrium’. This snapshot is one of the biggest…
KIOFuse Beta (4.9.0) Released
https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/
https://redd.it/ef70wz
@r_linux
https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/
https://redd.it/ef70wz
@r_linux
Feverfew's Blog
KIOFuse Beta (4.9.0) Released
It’s a great pleasure to announce that KIOFuse finally has a Beta release available for testing! We encourage all who are interested to test and report any bugs or odd behaviour (and feature …
The 2 Problems Facing Linux (and Open Source) in 2020 | Bryan Lunduke
https://www.patreon.com/posts/2-problems-linux-32306856
https://redd.it/efsp3t
@r_linux
https://www.patreon.com/posts/2-problems-linux-32306856
https://redd.it/efsp3t
@r_linux
digiKam 7.0.0-beta1 is released
​
https://preview.redd.it/shlnccakay641.png?width=2560&format=png&auto=webp&s=8ecf2704cf39c85ea87e7279cdb42502ab064ce5
[https://www.digikam.org/news/2019-12-22-7.0.0-beta1\_release\_announcement/](https://www.digikam.org/news/2019-12-22-7.0.0-beta1_release_announcement/)
https://redd.it/eftp9p
@r_linux
​
https://preview.redd.it/shlnccakay641.png?width=2560&format=png&auto=webp&s=8ecf2704cf39c85ea87e7279cdb42502ab064ce5
[https://www.digikam.org/news/2019-12-22-7.0.0-beta1\_release\_announcement/](https://www.digikam.org/news/2019-12-22-7.0.0-beta1_release_announcement/)
https://redd.it/eftp9p
@r_linux
how the socket works?
how does a socket works in Linux , and their strengths/weaknesses? any Suggestions, great people or blogs or open source projects?
https://redd.it/efv1eu
@r_linux
how does a socket works in Linux , and their strengths/weaknesses? any Suggestions, great people or blogs or open source projects?
https://redd.it/efv1eu
@r_linux
reddit
how the socket works?
how does a socket works in Linux , and their strengths/weaknesses? any Suggestions, great people or blogs or open source projects?