• 2 Posts
  • 72 Comments
Joined 4 years ago
cake
Cake day: January 15th, 2021

help-circle
  • My thought as well. Maybe sync was in default configuration or I just copy pasted it without reading.

    Long story short, I have no idea if system user passwords and sama user passwords are the same thing, how to set them up (if they are not the same), or how to make samba use same user accounts and passwords (so that I don’t have to remember one more password). So I just gave up.

    I was trying to do everything according to arch wiki, but either samba is overcomplicated for no reason, or the article is just not written well.












  • Let me tell you that you can also add comments to your terminal commands and use them to search history using fzf. This might sound confusing but basically you do this:

    commandwithweirdoptions --option1=value1 --option2=value2 # run the usual thing

    Then you press Ctrl+R and type anything like «the thing», it uses fuzzy matching and finds the command in history, with a menu of other similar commands. Press enter, done.

    Note that you need to have fzf installed, otherwise there is no fuzzy matching and no menu of matching history results.





  • Yep, all this «how do I learn linux» stuff is weird. You don’t learn your OS, you use it. Did you need to «learn» Windows? You just launch it and click your browser / file manager / media player and browse, manage files and watch or listen to your media files.

    You can just use your PC as you would regularly use your PC and find solutions once you face some issues. Yes, Linux issues are different from Windows issues.