Kickass Women
- 14 Posts
- 42 Comments
Kickass Women@lemmy.worldto
Technology@lemmy.world•Mozilla lays off 60 people, wants to build AI into FirefoxEnglish
81·2 years agoWe must integrate
SkynetAI into everything
How do I do that?
I’m relatively new to linux but I have some experience with Java and Python
Will Debian users be able to use Cosmic’s tiling manager?
Kickass Women@lemmy.worldto
Technology@lemmy.world•Broadcom terminates VMware's free ESXi hypervisorEnglish
2·2 years agoThanks, I was looking for a solution like this a couple of months ago but couldn’t find it so I ended up going with VMware Workstation Pro. My first choice however was KVM.
Kickass Women@lemmy.worldto
Technology@lemmy.world•Broadcom terminates VMware's free ESXi hypervisorEnglish
21·2 years agoDo any of these support bridged wifi connections?
Kickass Women@lemmy.worldOPto
Lemmy.world Support@lemmy.world•Why is Lemmy.world cracking down on VPN users?
25·2 years agoUsers have been uploading CSAM material behind VPNs.
Yikes! I understand now, thanks.
deleted by creator
deleted by creator
Kickass Women@lemmy.worldto
Ask Lemmy@lemmy.world•In what ways are people today being convinced to spend money beyond their means?
1·2 years agodeleted by creator
Kickass Women@lemmy.worldto
Technology@lemmy.world•Ubisoft Exec Says Gamers Need to Get 'Comfortable' Not Owning Their Games for Subscriptions to Take OffEnglish
2·2 years agodeleted by creator
Kickass Women@lemmy.worldto
Technology@lemmy.world•Ubisoft Exec Says Gamers Need to Get 'Comfortable' Not Owning Their Games for Subscriptions to Take OffEnglish
1·2 years agodeleted by creator
Kickass Women@lemmy.worldOPto
Linux@lemmy.ml•[Resolved - now using Onboard] Any recommendations for an on-screen keyboard like the one that Windows has. The one that comes with Gnome is annoying to use...
17·2 years agoTrying it out right now
Update: I think that Onboard is good enough to replace Gnome’s OSK.
Kickass Women@lemmy.worldOPto
Linux@lemmy.ml•[Resolved] Debian 12: trying to auto-mount a NTFS-formatted hard drive by making an entry in fstab. Getting the error "mount: /etc/fstab: parse error at line 18 -- ignored"
4·2 years agoUsing
\040instead of single or double quotes resolved my issue.Now Debian automounts the hdd.
Kickass Women@lemmy.worldOPto
Linux@lemmy.ml•[Resolved] Debian 12: trying to auto-mount a NTFS-formatted hard drive by making an entry in fstab. Getting the error "mount: /etc/fstab: parse error at line 18 -- ignored"
2·2 years agoBut you have a space in there. I don’t know how spaces are handled in fstab. You’ll either need to quote it or at least escape the space
Instead of using spaces or quotes (single or double), I used
\040(as @shortdorkyasian) said and that made all the difference:UUID=D4C0A66EC0A65710 /media/lucky/New\040Volume/ ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0


Thank you, that did the trick.