Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
EncFS (http://www.arg0.net/encfs) is awesome. Security issues are fine for purposes needed but problem is file name limit (about 190). CryFS (https://www.cryfs.org/) solves file name limit and is great too (not to mention hides file names and directory structure). However have found that when browsing folders with lots of directories and files the performance can be difficult.
Got stuck at "Download the corresponding binary and extract the archive into /bin." Downloaded gocryptfs_v1.2.1_debian8_amd64.tar.gz and extracted to /bin but running
Code:
/bin/gocryptfs -version
doesn't print the string like instructions says it will on success. Am I missing something (running some kind of bash file?) to install gocryptfs?
There are probably other issues to resolve as well, but it shouldn't be /home/bin either, it should be ~/bin, which equates to e.g. /home/schnappi/bin, replacing schnappi with whatever your username is.
Which distro (and version) are you running? 32-bit or 64-bit?
/home/user/bin is what was meant. It's a Ubuntu 16.04 32-bit server and the package is only available in repository for 17.04. Might just reach out to gocryptfs on GitHub or compile from source (first time ever that compiling from source is the easier way to install something).
Can't just run "gocryptfs" alone (or any script) from current directory.
That's probably because the current directory isn't in $PATH for the session or script.
Even if installed in ~/bin as suggested by hydrurga, it is unlikely that directory would be in $PATH either by default.
Of course, it could always be added...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.