mhogomchungu

Results 180 comments of mhogomchungu

Well, all you have to do to create a windows installer with the 64 bit securefs binary is to do the following: 1. Go to here[1] and then download and...

Updating this post to mention that the latest git version has a GUI way to choose what format to use when creating a volume. I personally prefer the full format....

SiriKali now runs on Micorost Windows! https://github.com/mhogomchungu/sirikali/issues/58

Found the solution that works for me and the solution is to go to here[1] and add an option ```Set(pb.ReturnSymbol, "\n")``` Unfortunately, i do not know any go and i...

Let me rephare my feature request sing version v0.14.0 Run command ```lux $YOUTUBE_URL 1>log 2>&1``` and then observe the contents of the log file and you will see data like...

The problem should be there with any YouTube url and I suspect with any other url since the problem is with how progress report is generated when std out is...

Try with below link:- https://youtube.com/watch?v=uc6GTlz_8R8

Do you use sshfs-win from the command line or using window's explorer? Your problem is related to this[1] one and the solution is to pass ```-o umask=xyz``` to sshfs-win to...

sshfs-win seems to have additional two options to set permissions on created files/folders. 1. create_file_umask=0000 2. create_dir_umask=0000 The first one sets options for newly created files and the second one...