linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

aniki, in A new pilot will investigate the use of Forgejo (A non profit FOSS alternative to github and gitea) in german schools

deleted_by_author

  • Loading...
  • neshura,
    @neshura@bookwormstory.social avatar

    afaik none of the current options offer fedi support.

    Forgejo is a Fork of Gitea made because Gitea is managed by a For-Profit company. Their code is almost identical, in fact Forgejo is a drop-in replacement for Gitea. Gitea and Forgejo are (iirc) both working on the same federation support but Forgejo seems to be further ahead since they announced that they’ll upstream the Federation code to Gitea.

    aniki,

    deleted_by_author

  • Loading...
  • cerement,
    @cerement@slrpnk.net avatar

    from a couple random comments, it sounds like the migration to Codeberg is relatively nice – if you want to do the interim step of getting out of GitHub and worry about personal instance at some later point …

    dan,
    @dan@upvote.au avatar

    What does being federated mean in this case? Git is already distributed. Is it just for discovery, or do you mean for things like issues and discussions?

    neshura,
    @neshura@bookwormstory.social avatar

    exactl, issues, discussions, merge requests anything like that

    onlinepersona,

    You’ll be able to (among other things) open a merge request from another instance. Gitlab and other source forges require you to create an account on each instance you want to contribute to.

    dan,
    @dan@upvote.au avatar

    That’s a great use of federation. Thanks for the info.

    promitheas, in Applications to reduce mouse usage
    @promitheas@iusearchlinux.fyi avatar

    I use vimium browser extension as I noticed a large chunk of my mouse usage was on the browser.

    SteveTech, in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

    Is there something else I can try

    I use virt-manager, since it uses KVM which should already be present in the kernel.

    vortexal,
    @vortexal@lemmy.ml avatar

    How similar to VirtualBox is virt-manager? I’ve only ever used VirtualBox but if virt-manager is easy to use, I have no problem trying it out.

    Kid_Thunder,

    Gnome's Boxes is pretty easy to use and of course uses qemu + KVM. This would be a type 1 hypervisor vs. Virtualbox's type 2. It is point and click like Virtualbox. You don't need to use Gnome's DE to use Boxes.

    I have seen people post about your specific error for years when using the virtualbox website's repository instead of their own distro's repository (if it exists).

    vortexal,
    @vortexal@lemmy.ml avatar

    I just tried Gnome Boxes and it seems to work mostly fine but the only problem I’m having is that I’m trying to run a Windows XP virtual machine but I can’t figure out how to get files from my host to the guest. Apparently, I need some software to be running on the guest but the website that I need to download the software from doesn’t work in internet explorer and I obviously can’t just download it on the host and transfer it to the guest.

    Kid_Thunder, (edited )

    In Boxes, power down your XP VM, click Settings -> Sharing Panel -> Enable Sharing toggle. Click File Sharing and enable File Sharing. Power on the VM.

    At that point you should be able to drag and drop from your host direct into your VM for a file transfer.

    You can also click the vertical dots menu in the Guest's console "screen" and click Send File... menu option.

    In the same menu you can click Devices & Shares -> Realtek USB or whatever -> Local Folder -> Select from the dropdown for the Host's folder that you'd like to share -> Save -> Make sure Toggle on the right is on.

    Then your folder, I believe in XP, will show up as a removable drive like a USB drive would.

    vortexal,
    @vortexal@lemmy.ml avatar

    Ok so I’ve already determined a solution for Boxes but I should mention that none what you said works for me. I’m not sure if I have a different version of Boxes than you (even though the only version that seems to exist is the one on flathub) but there is no sharing panel in settings. The only three options in settings is keyboard shortcuts, help and about boxes. When I’m running a VM, the option for “send file” is grayed out and can’t be selected.

    For “devices & shares” that is, at least for me, located in the preferences for each VM. I can’t use USB devices because it’s not supported in the flatpak version and if I try to use the shared folders option, the folder I specified doesn’t show up in the VM. From what I can tell this might be an issue specific to some guests, like Windows XP, because Boxes links to a specific program that the guest needs to be running but when I try to run it in Windows XP, I get an error message stating that Windows XP isn’t a supported guest.

    The only solution that seems to work for me, is taking the files I want to use in the VM and compress them into an iso file (if they’re not already) and mount it to the VM. It might be tedious but it’s the only thing that seems to be working for me.

    SteveTech,

    I probably wouldn’t describe it as similar, but virt-manager is fairly simple but powerful at the same time (like it will let you expose more advanced KVM/QEMU features like PCIe passthrough and similar).

    But like the other guy said, gnome boxes is very straight forward and probably more similar in it’s simplicity.

    They both use QEMU + KVM, so you can have both virt-manager and boxes installed at once, and I believe virt-manager (probably boxes too) easily let you use existing VirtualBox .vdi files, if you’ve got an existing VM you want to run. Also like I said before, KVM is already mainlined into the Linux kernel, so you don’t have to install sketchy kernel modules and stuff.

    I’ve only used VirtualBox once though, so I can’t really compare them.

    vortexal,
    @vortexal@lemmy.ml avatar

    I tried both virt-manager and Gnome Boxes but I’m having issues with both of them.

    Gnome Boxes works mostly fine but I can’t seem to get files from the host to the guest. It says that the guest is supposed to have some special software but I’m trying to use Windows XP and I can’t seem to figure out how to get the required software because the website doesn’t work in internet explorer and I obviously can’t just download it from the host and transfer it over.

    For virt-manager, it’s giving me an error message about not being able to connect to "libvirt qemu:///system" and it wont let me install a virtual machine. I’m assuming that I’m supposed to download “libvirtd”, but I can’t figure out how to install it. I think it wants me to build it from the source but there doesn’t seem to be a guide on how to do that.

    SteveTech,

    It says that the guest is supposed to have some special software

    That sounds like virtio-win. I usually use the iso and mount it from virt-manager, but if the internet is working then I guess you can download the exe.

    I’m assuming that I’m supposed to download “libvirtd”

    Just searched it up, something like this should work: sudo apt install qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon

    Sorry I don’t have too much experience with gnome boxes either, I mostly use virt-manager.

    Pantherina,

    Afaik Boxes it not developed anymore? May be wrong

    vortexal,
    @vortexal@lemmy.ml avatar

    So I tried virt-manager but it’s giving me an error message about not being able to connect to "libvirt qemu:///system" and it wont let me install a virtual machine. I’m assuming that I’m supposed to download “libvirtd”, but I can’t figure out how to install it. I think it wants me to build it from the source but there doesn’t seem to be a guide on how to do that.

    Anonymouse, in An Untold History of Thunderbird

    It references a sort of partnership with K9 Mail on android, but later says they’re looking to expand Thunderbird into the iOS & Android space. Either they’ll be direct competitors of each other or they’ll start to blend into each other. I’m wondering which.

    americanwaste,

    Previous blogs have mentioned K-9 is just being rebranded as Thunderbird for Android once the Android app is closer in features to the desktop release. The iOS release will be new entirely as I don’t know of an existing iOS email app they can rebrand.

    PseudoSpock, in What do you think about this?
    @PseudoSpock@lemmy.dbzer0.com avatar

    Downvoted for clickbait title. Do better.

    penquin, in What's new in Fedora Workstation 39
    @penquin@lemmy.kde.social avatar

    Gnome is getting prettier by the day, I’m worried that, one day, it’ll make me cheat on KDE Plasma.

    MrBubbles96,

    I mean, can’t you just make KDE plasma have the Gnome look, or…basically any look you want?

    penquin,
    @penquin@lemmy.kde.social avatar

    I can, but it’s not the same.

    MrBubbles96,

    I kinda getcha. Design-wise, you could get a very close copy (but I don’t think 1:1. Never tried it tbf), but if we take the workflow into account, yeah it won’t be 100% the same (also, QT apps can be a turnoff depending on the person)

    Blisterexe,

    Yeah, idk what it is but qt apps just aren’t for me

    ABeeinSpace,

    Honestly same. I haven’t looked at GNOME in a while, there’s some really good improvements in GNOME 45

    endhits,

    I recently moved to Fedora and tried gnome first. Absolutely no thanks. I just can’t get down with it, and I had numerous issues in just a few days. KDE spin has been pretty painless.

    MrBubbles96,

    If you don’t mind me asking, was it because of the vanilla look, the customization being based on extensions (which may or may be updated for a while when a new version releases–if at all), or was it the Gnome philosophy of “One Window per workspace”?

    Just curious really, I’m more of an XFCE and KDE user myself, and i can see the appeal of Gnome (and I’m NGL, it looks nice IMHO), but yeah…not a big fan of extensions breaking every version update and the “throw unused Windows in a new workspace” thing

    jack,

    I only use one workspace and cycle through the programs with super+tab. IMO managing window placement is a waste of time

    endhits, (edited )

    I don’t mind the workspaces idea, but I’m just so used to a windows-like philosophy that I just can’t adjust easy.

    If I had one monitor, maybe gnome would be better. Workspaces could organize myself better. But I have 3, and almost never use other workspaces in KDE. And my mint XFCE laptop isn’t a big work machine so it doesn’t matter much.

    Also I had technical issues on gnome that didn’t happen on KDE.

    My first distro was pop, and their version of gnome I do like. But I’m not willing to customize it enough to suit myself. I’m more of a “stock experience with small mods” kinda dude. I do enjoy Unix porn but don’t have desire to do it myself. That’s kinda why I’m not a massive fan of xfce. The default layout is really bad.

    MrBubbles96,

    Ditto. I’ve just never found the use for workspaces myself (like, i understand why they’re there but they never really worked for me). I tried them, didn’t like the flow of it, so i just ignored them (and Gnome for the most part, save Pop_OS, but I’ve a love/hate relationship with it cuz it’s always caused me problems when i try it out. Hopefully the Cosmic Desktop they’re making will run better on my systems) in favor of the windows philosophy myself

    Agreed on Vanilla/stock XFCE being rough (and i love XFCE), and vanilla Gnome being divisive, but i’m the opposite of you and love to tinker with my stuff–even KDE, which lools good OOTB i can’t just leave it alone lol

    penquin,
    @penquin@lemmy.kde.social avatar

    I have the complete opposite experience. I’ve never had a good fedora kde install. It always had issues out of nowhere. I’ve hopped so much until I settled on endeavourOS for over a year now. Beautiful distro

    endhits,

    Kinda weird how our experiences can be different like that. Hardware differences maybe?

    penquin,
    @penquin@lemmy.kde.social avatar

    Could be. To be fair to fedora kde, I’ve only tried it on a laptop that has hybrid graphics Intel/Nvidia. I now have a desktop PC that is all AMD, but I built it with EndeavourOS and never anything else.

    TheGrandNagus, (edited )

    I kind of have the opposite experience.

    I use Plasma for a bit but instability, odd bugs, or visual inconsistency just becomes too much for me.

    Gnome was a pain for a couple of weeks when I kept trying to use it like a Windows PC, but once the Gnome workflow “clicked” it just made so much more sense than the Win95 UX paradigm.

    And it’s particularly annoying when kwin crashes, because it takes everything else down with it (that’s getting fixed in Plasma 6 though!) For me that’s an absolute show-stopper. I don’t want to lose hours of work across multiple programs because something caused kwin to crash.

    5.27 is better to a ridiculous degree compared to how Plasma 4 and early Plasma 5 was, though. KDE is doing a lot of work to put the meme of their software being a buggy mess to bed.

    JackGreenEarth, in Louvre: C++ library for building Wayland compositors.

    Is that desktop environment an apple UI clone?

    ehopperdietzel, (edited )

    Yes (kinda), that is a screenshot of one of the example compositors I included called “louvre-views” which implements server side decorations for apps that support the XDG Decoration protocol.

    hallettj, in Need some help with a Kali linux
    @hallettj@beehaw.org avatar

    Try sudo apt update before running the install command. The ISO might not be preloaded with a full package index, or it might be out of date.

    If that doesn’t work take a look at /etc/apt/sources.list to see if maybe the ISO uses some minimal repo that doesn’t have the full set of packages.

    dewritoninja, in What happens when Linus dies/retires?

    Then the propheciced hurdnus will rise and awaken a new era of foss

    nitrogenez,
    @nitrogenez@lemmy.world avatar

    fuck i really struggled to pronounce that even in my head, jesus.

    yote_zip, (edited ) in Need some help with a Kali linux
    @yote_zip@pawb.social avatar

    I haven’t used Kali Linux before, but hcxtools is available in the Debian repos so presumably your /etc/apt/sources.list is invalid (probably the LiveUSB has disabled non-iso sources). Can you post what is in that file?

    Edit: Actually it looks like Kali uses a single line for its repo. Can you add

    deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware

    to your /etc/apt/sources.list, run an apt update and try again?

    Jumuta, (edited ) in [Coreboot] Can I coreboot my laptop? Acer Aspire A515-47

    probably not, coreboot only really supports old (<7th gen intel) platforms.

    here’s a list of working platforms if you’re curious:

    www.coreboot.org/status/board-status.html

    HW07,

    So then how come Nova Custom do modern intel CPUs?

    From the looks of it Coreboot just doesn’t support AMD.

    olof,

    In case you haven’t seen it already - 3mdeb shared some info on the state of things during last FOSDEM. If I’m not mistaken they also did an update the year before too.

    www.phoronix.com/news/AMD-Open-Source-FW-2023

    olof,

    I know of exactly 1 AMD corebooot laptop. Starlabs Starfighter.

    For coreboot you’re basically on Intel. As others mentioned, look up dasharo. They have added support for two modern MSI motherboards and Intel cpu models.

    Pantherina, (edited )

    Not true. Look at Novacustom and the dasharo website. They support 11th and 12th gen Intel CPUs!

    Novacustom

    Dasharo Docs supported Hardware List

    Kidplayer_666, in Need some help with a Kali linux

    Probably means the repos apt is checking doesn’t have that tool, not sure thi

    bananaw, (edited ) in on arch btw.

    Just switched last night!!!

    So far it’s been great, but I need a way to migrate over my keybindings from xmodmap. I tried searching but everywhere I go gives a different answer. Can anyone help guide me in a direction? I’m primarily looking to remap caps to escape/control on hold. Would be great to remap some unused keys on my laptops keyboard to media keys as well. Thanks!!

    glasgitarrewelt,

    Have you tried the instructions on their github page?

    https://github.com/swaywm/sway/wiki#keyboard-layout

    I haven’t tried that, but would be happy about a feedback from you if it works. So that I know what to do if I switch from Herbstluft to Sway one day.

    bananaw,

    Ah… Read the docs, should have known ¯_(ツ)_/¯

    ntzm,

    man 5 sway look for bindsym

    bananaw,

    Knew I should have read the docs ¯_(ツ)_/¯

    In my (not very thorough) read, I saw something about the bindings being per application. Maybe I should stop reading documentation before falling asleep

    OprahsedCreature, in What happens when Linus dies/retires?

    is there a Linus 2?

    There was but Carmen Ortiz took care of that little problem, if you know what I mean 😉

    SnipingNinja,

    I didn’t know her role in it but that’s what I guessed, and I’m now sad to have been reminded of it

    Cysioland, in Do I actually need to do anything to go from GeForce to Radeon?
    @Cysioland@lemmygrad.ml avatar

    Just install mesa and you should be good to go. Did a similar on Arch (GTX 960 to RX 7900 XT) and it picked up nicely, no adjustments were needed.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #