Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
I'm trying to use Android Studio, but the virtual android doesn't start because of KVM error. Tinkering around with another VM application I understood that it's a location/permission issue (flatpak Gnome Boxes had the same issue, couldn't load KVM, but Boxes installed via terminal worked and I could start a VM).
On the official Android Studio website they suggest extracting the tar.zip in /usr/local but the system doesn't allow me to, so I extacted it on the desktop and the app runs, but I get a "/dev/kvm is not found" error, which should be because of the location I'm running Android Studio from.
So, should I just sudo force move the folder of Android Studio from desktop to /usr/local or is there a better way to do it?
While Barrelfish is abandoned, it seems that Kirsch is his successor.
However, since I've seen this video I wonder what changed since the keynote, why it doesn't seem to be a thing for mainstream kernels and if there was any roadmap/will to expand mainstream kernels like linux to embrace the whole hardware.
Do you have any pointers/ideas or resources to share on this?
Ultra-fast, simple and powerful cross-platform IPTV app - Fredolx/open-tv
Link Actions
Open TV is an ultra fast IPTV player for Linux, MacOS and Windows.
Since the last time I posted here, Open TV has changed a lot. I took all the feedback from lemmy, github and hacknews and worked very hard on the last few months to deliver the best IPTV experience on desktop. Here's all the cool new stuff:
EPG and EPG Notifications (TV guide)
Download vods and movies
Re-stream channels to allow multiple devices/people to watch from a single iptv subscription
Optional keyword search
Editable sources in Settings
Option to refresh sources on start in Settings
Custom sources, channels and groups you can share and import with the .otv, .otvg and .otvp formats
Support for custom http headers in m3u
Much more robust m3u processing
Vastly improved error handling and reporting with both in-app error messages and logging
More settings added like default volume and default view
The aim of the color management extension is to allow clients to know the color properties of outputs, and to tell the compositor about the color properties of...
Link Actions
KDE, Gnome, Gamescope and now Wlroots already have a working implementation of the protocol.
I have a server running Debian 12. It seems to hang up and freeze sometime between 12 hours and like 2-3 days. I really want to see what's happening, but I can't access my containers with the web UIs, can SSH, and adding a monitor shows the DE completely frozen. Rebooting fixes it for a while, but it locks up again after some time.
I had the same issue with 10 year old hardware so I threw together a "new" machine with some spare parts and it still happens I also tried rocky Linux and the same thing happened on both machines.
Any help and direction would be greatly appreciated!
I created a simple alias for xargs, with the intend to pipe it when needed. It will simply run a command for each line of it. My question to you is, is this useful or are there better ways of doing this? This is just a little bit of brainstorming basically. Maybe I have a knot in my head.
undefined
# Pipe each line and execute a command. The "{}" will be replaced by the line.
# Example:
# find . -maxdepth 2 -type f -name 'M*' | foreach grep "USB" {}
alias foreach='xargs -d "\n" -I{}'
For commands that already operate on every line from stdin, this won't be much useful. But in other cases, it might be. A more simplified usage example (and a useless one) would be:
undefined
ls -1 | foreach echo {}
It's important to use the {} as a placeholder for the "current line" that is processed. What do you think about the usefulness? Have you any idea how to use it?
With many Linux desktops now running Wayland quite nicely, it seems it's time to keep pushing ahead. AMD have revealed what they call the AMDGPU Composition Stack (ACS).
It’s been quite a journey, y’all.But we’re excited to announce the first release of OpenVox, the community-maintained open source implementation of Puppet.OpenVox 8.11 is functionally equivalent to...
I installed LXDM and LightDM, I couldn't login from the DM in either cases, so I decided to run LXQt using startx which worked, except I couldn't sudo from the terminal emulator inside LXQt, while I was able to sudo normally in tty, I've tried enabling elogind, nothing changed, my user is in the wheel group and my system is up to date
I'm proud to share a major development status update of XPipe, a new connection hub that allows you to access your entire server infrastructure from your local desktop. XPipe 14 is the biggest rework so far and provides an improved user experience, better team features, performance and memory improvements, and fixes to many existing bugs and limitations.
If you haven't seen it before, XPipe works on top of your installed command-line programs and does not require any setup on your remote systems. It integrates with your tools such as your favourite text/code editors, terminals, shells, command-line tools and more. Here is what it looks like:
Reusable identities + Team vaults
You can now create reusable identities for connections instead of having to enter authentic
What are the best ways to run a game on sandboxed mode with only game HDD shared to it. There should not be network access for the game and there should be GPU (intel integrated) pass-through.
I have tried Gnome boxes, but GPU pass through is not working and checked distrobox, but that too shares HOME folder.
Finally a distro has me tempted into considering moving from Arch which I've been using for almost a decade (kudos to the CachyOS devs on a job well done!).
But one of the things I love about Arch is that I choose what is and isn't installed and after my spouse installed Cachy (also previously on Arch) I can see a number of apps come pre-installed (like Meld).
Is there a list somewhere of what CachyOS installs by default so that I can uninstall it post-install? Or is there a minimal install ISO somewhere that I'm missing that just installs the Cachy 'tweaks' and Cachy-specific apps (like Hello) + a DE?
I have considered converting my Arch install to Cachy but since this install is 3+ years old now, it would be more difficult to find and get rid of all the tweaks I've made here and there than just start a fresh CachyOS install and remove unwanted packages.