linux
winapps
linux | winapps | |
---|---|---|
1,020 | 292 | |
181,365 | 8,655 | |
- | - | |
10.0 | 3.2 | |
6 days ago | 3 months ago | |
C | Shell | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
linux
-
Debugging Audio Artifacts Caused by a Serial Port?
Curiously, I can't find this message in recent kernels, it was patched out in 2018: https://github.com/torvalds/linux/commit/9d7c249a1ef9bf0d569... . Is it being re-added by distros or something?
-
NewPipe on Linux, Using Android_translation_layer
I'm reasonably confident that it is upstream: https://github.com/torvalds/linux/blob/master/drivers/androi... looks like the most obvious bit, though there are other pieces. (And now I'm curious why waydroid is maintaining their own dkms code separate from that; perhaps it's to better target a range of kernel versions?) I will agree that it's not generally actually built/used by distros.
-
Linux MAINTAINERS file removal of Russian developers
I am pretty sure they just grep'd mail.ru, added a couple of other sus entries and pushed the commit. It's painfully obvious if you take a look at the file https://github.com/torvalds/linux/blob/master/MAINTAINERS, there are no mail.ru addresses left (it's a public email service akin to gmail). The next day someone woke up Linus and told him to answer the public and he came up with the usual FU. That's basically all.
-
GoLic, injects license into source code files
I don't think clause 2b says that, do you perhaps mean clause 2a? In GPLv2 that says:
> a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
while in GPLv3 it says
> a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
Note that git/svn are not always relevant. In particular, it is not uncommon to distribute release code with the .git directory stripped - this does not excuse you from the requirement.
Having said that, I had a quick glance at Linux, and picking a file at random it did have a copyright header, but certainly not one that included a record of every change. https://github.com/torvalds/linux/blob/master/init/calibrate...
So it doesn't look like this is peculiar to v2. But it does seem like people don't follow the letter of the requirement. I wonder if the FSF has ever clarified this.
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Access the repository and read the documentation.
- Linus Torvalds Comments on the Russian Linux Maintainers Being Banished
-
Open source, learn in public e minha experiência
O conhecido kernel Linux
-
C++ proposal: There are 8 bits in a byte
Permalink (press 'y' anywhere on GitHub): https://github.com/torvalds/linux/blob/4d939780b70592e0f4bc6....
-
Winamp deletes entire GitHub source code repo after a rocky few weeks
> Note that running software on Linux doesn't mean you are linking to Linux.
Technically, you do link to linux-vdso.so (or variants depending on architecture), which is part of the kernel image. There doesn't seem to be an explicit GPL exception for the sources of this library [0] but the general syscall exception [1] may or may not apply.
[0] e.g. https://github.com/torvalds/linux/blob/master/arch/x86/entry...
[1] https://github.com/torvalds/linux/blob/master/LICENSES/excep...
-
Hacker Typer
The file is groups.c from the Linux Kernel, circa sometime before 2015: https://github.com/torvalds/linux/blob/8f6c5ffc8987f4f5b5a3e...
winapps
-
What are some of your favorite Linux apps that you use
This one might be controversial, but Winapps for Linux, app that lets run apps from within a Windows KVM as if it were native on your Linux system (https://github.com/Fmstrat/winapps)
- Idk what to do 😭
- How viable is it to use a Windows Virtual Machine in Linux?
-
Does Visual Studio 2022 exist on Arch Linux?
Yes but you have to run visual studios in a windows virtual machine qemu/kvm/virtmanager Then pass virtual studio window to your desktop so it runs like it is native https://github.com/Fmstrat/winapps optional Then use winapps to make a desktop and application launcher menu entry/icon
- STOP USING WINE. DARE
- Should I switch to Linux as a guitarist?
-
Working/Switching seamlessly between Linux and Windows - Ideas?
There's something called winapps which works over RDP, but you better have good specs so you get good performance. I recommend using parsec with a VM if you can passthrough a seperate GPU otherwise. https://github.com/Fmstrat/winapps
-
Running Windows VM in virtualized OpenSUSE = black screen
The aim of this exercise was to test run WinApps (https://github.com/Fmstrat/winapps).
- Want to use Linux, but forced to use Office 365. Any workarounds?
- Any news from the past 6 months?
What are some alternatives?
zen-kernel - Zen Patched Kernel Sources
cassowary - Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
DS4Windows - Like those other ds4tools, but sexier
wine
Open and cheap DIY IP-KVM based on Raspberry Pi - Open and inexpensive DIY IP-KVM based on Raspberry Pi
ArchWSL - ArchLinux based WSL Distribution. Supports multiple install.
serenity - The Serenity Operating System 🐞
Awesome-Linux-Software - 🐧 A list of awesome Linux softwares
DsHidMini - Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
lutris - Lutris desktop client
edk2-sdm845 - (Maybe) Generic edk2 port for sdm845
waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.