Just my experience, I was unable to log in after trying to add samba to my installation. Had to boot into live usb and reset my password.
Maube I’m just bad and it’s not samba.
Just my experience, I was unable to log in after trying to add samba to my installation. Had to boot into live usb and reset my password.
Maube I’m just bad and it’s not samba.
If you install yt-dlp and make a script for downloading, then users drag and drop a link onto the script on their desktop, is this «GUI» enough to be used?
Seriously, what’s with that tunnel vision on snaps?
It’s great until you realize that it doesn’t have some specific types of connectors you need or a way to control connectors path (you can’t have connectors that go around other boxes).
Do you mean the user documentation, or code documentation for contributing to the project?
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.
Dude, I can’t wait to have IPv6 everywhere and have our own IP addresses for everyone.
Can users self host that and set up clients to use their own servers?
Ok, now I understand what OP meant.
However, I use my own SearxNG instance, so I guess I never thought about it that way.
But we already have decentralized encypted chat, it’s XMPP.
Is yours truly P2P? What about clients behind NAT? Does it use STUN/TURN servers?
Dumb question, why do you need VPN to use SearxNG?
The problem with this is that Russia tries to block all popular VPNs as well.
I know, there are many VPNs and you can host your own VPNs, but most regular users won’t bother.
For the longest time people wondered: how do bees fly and don’t bump into each other? There are so many of them!
To find out, people used high speed cameras, and then they were shocked by the fact that bees actually do bump into each other.
Isn’t it ridiculous that we just take our assumptions on something we have no idea about as facts?
Yeah, I just downloaded a few communities from AUR, they run really well under Plasma 6.
Have you never tried to download a community?
I use Quassel hosted on my server.
I wish I could switch to Inkscape, but it’s not there yet.
It is really good lately and only getting better, but there are 2 major issues I have with Inkscape.
Tabs (as in, tabulation, the \t character) in text objects. You can find workarounds, like splitting your text into multiple objects and aligning them on your canvas, but it’s just not as good as being able to align your text using proper text alignment tools. Tabulation doesn’t work in Inkscape because it’s not in SVG spec, AFAIK.
Object styles. Again, there are workarounds, but they’re not as good. Can you create a text style called “numbering”, use it to number a lot of stuff in your document, then just change font family (or make it italic, or bold) all of the numbers at once by changing the “numbering” style? I don’t think it’s currently possible. Sure, inkscape is not a word processor. But can you make an object of style “banner” with a blue gradient fill, orange 2 px stroke and 50% transparency, use it multiple times, then when you need to change from blue gradient to red gradient just change the “banner” style? Again, there are ways to achieve this, but if you do this kind of stuff, inkscape is just not ready to replace your tools.
Don’t get me wrong, I really want to switch to FOSS all the way and wait for these things to get implemented. As soon as they’re there, I’ll be the first to make the switch. But it’s not now, unfortunately.
If I’m wrong, I’ll be happy to stand corrected.
Arch never broke for me.
Unless you seek trouble and do stuff without knowing what you are doing (like blindly copy pasting commands from internet into your terminal), it generally just works.
It’s not as good as those distros where all packages come preconfigured for you to work nicely together, so if you want to build a custom system (like, choose your DE/WM/panels/widgets etc), you have to configure all of that to intergate nicely. But you could always just install KDE and everything is pretty stable there, same as in any other KDE based distro.
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.