macOS-Simple-KVM: A new way to create macOS VMs in Linux
https://github.com/foxlet/macOS-Simple-KVM
https://redd.it/c2fmef
@r_linux
https://github.com/foxlet/macOS-Simple-KVM
https://redd.it/c2fmef
@r_linux
GitHub
GitHub - foxlet/macOS-Simple-KVM: Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
Tools to set up a quick macOS VM in QEMU, accelerated by KVM. - foxlet/macOS-Simple-KVM
ulauncher-mpd - a ulauncher extensions that controls mpd and displays album arts
Hello! I've been using Linux for half a year now, and as I haven't found a ulauncher extension that lets me control mpd I've written myself one:
[https://github.com/codyfish/ulauncher-mpd](https://github.com/codyfish/ulauncher-mpd)
​
ulauncher-mpd enables you to control music playback and add or insert albums, interprets, songs, folders and playlists to your queue while using albums arts as icons for the different actions.
Currently, actions and default album arts do still have a stock icon from ulauncher, but that will hopefully change soon (I suck at making icons) (What is a good place to find open source icons?)
​
Note that this is my first program with a real use so the code might be messy. I would also be happy if someone could tell me if I've done licensing etc correctly :D
​
The extension is currently only available for ulauncher 4 (thus not API level 2) and is therefore only python2. You need to install a few dependencies manually using pip2: mutagen, python-mpd2 and enum
​
If there are any issues or I have done something completely wrong (e.g concerning LICENSE), feel free to tell me :D
https://redd.it/c2gmdb
@r_linux
Hello! I've been using Linux for half a year now, and as I haven't found a ulauncher extension that lets me control mpd I've written myself one:
[https://github.com/codyfish/ulauncher-mpd](https://github.com/codyfish/ulauncher-mpd)
​
ulauncher-mpd enables you to control music playback and add or insert albums, interprets, songs, folders and playlists to your queue while using albums arts as icons for the different actions.
Currently, actions and default album arts do still have a stock icon from ulauncher, but that will hopefully change soon (I suck at making icons) (What is a good place to find open source icons?)
​
Note that this is my first program with a real use so the code might be messy. I would also be happy if someone could tell me if I've done licensing etc correctly :D
​
The extension is currently only available for ulauncher 4 (thus not API level 2) and is therefore only python2. You need to install a few dependencies manually using pip2: mutagen, python-mpd2 and enum
​
If there are any issues or I have done something completely wrong (e.g concerning LICENSE), feel free to tell me :D
https://redd.it/c2gmdb
@r_linux
GitHub
codyfish/ulauncher-mpd
Contribute to codyfish/ulauncher-mpd development by creating an account on GitHub.
Linux Powers All Of The World’s Top 500 Supercomputers
https://fossbytes.com/worlds-top-500-supercomputers-are-linux-based/
https://redd.it/c2k0go
@r_linux
https://fossbytes.com/worlds-top-500-supercomputers-are-linux-based/
https://redd.it/c2k0go
@r_linux
Fossbytes
Linux Powers All Of The World’s Top 500 Supercomputers
TOP500’s 53rd edition has been released and this time what lies common in all the top 500 supercomputers is Linux.The supercomputers in the list are all capable of delivering a petaflop performance and even more.
This sub can be really toxic and unhelpful. Often responses are incredibly belittling and people get downvoted just for asking a question.
I realize this is not a support forum, but questions are not prohibited or discouraged.
Case in point:
https://www.reddit.com/r/linux/comments/c2721s
He asked a simple question. He wasn't asking for support or help. Wtf is wrong with you guys?
Also the thread spiraled into elitism and anti-Ubuntu very quickly.
This is common across the posts in this sub.
I'd like to see that change.
https://redd.it/c2h0d5
@r_linux
I realize this is not a support forum, but questions are not prohibited or discouraged.
Case in point:
https://www.reddit.com/r/linux/comments/c2721s
He asked a simple question. He wasn't asking for support or help. Wtf is wrong with you guys?
Also the thread spiraled into elitism and anti-Ubuntu very quickly.
This is common across the posts in this sub.
I'd like to see that change.
https://redd.it/c2h0d5
@r_linux
reddit
r/linux - What is the difference between systemd and init/initd?
0 votes and 25 comments so far on Reddit
Rofi open file from history in Zathura
​
#!/bin/sh
options='-columns 6 -width 100 -lines 15 -bw 2 -yoffset -2 -location 1'
selected=$(\\
cat \~/.local/share/zathura/history | grep -Po '\\\[\\K\[\^\\\]\]\*' \\
| rofi -dmenu -i -markup-rows \\
${options}
)
\# exit if nothing is selected
\[\[ -z $selected \]\] && exit
zathura "$selected"
exit 0
https://redd.it/c2miqh
@r_linux
​
#!/bin/sh
options='-columns 6 -width 100 -lines 15 -bw 2 -yoffset -2 -location 1'
selected=$(\\
cat \~/.local/share/zathura/history | grep -Po '\\\[\\K\[\^\\\]\]\*' \\
| rofi -dmenu -i -markup-rows \\
${options}
)
\# exit if nothing is selected
\[\[ -z $selected \]\] && exit
zathura "$selected"
exit 0
https://redd.it/c2miqh
@r_linux
reddit
r/linux - Rofi open file from history in Zathura
0 votes and 0 comments so far on Reddit
VCV Rack 1.0 (Free and Open Source Modular Synthesizer)
http://cdm.link/2019/06/vcv-rack-free-modular-now-1-0/
https://redd.it/c2nktt
@r_linux
http://cdm.link/2019/06/vcv-rack-free-modular-now-1-0/
https://redd.it/c2nktt
@r_linux
CDM Create Digital Music
VCV Rack hits 1.0; why you need this free modular now - CDM Create Digital Music
Software modular VCV Rack just hit a major milestone - it's now officially version 1.0, with polyphony, full MIDI, module browsing, multi-core support, and more. And since it's a free and open platform, you don't want to sleep on this.
Why would anyone use a keyboard driven desktop environment, if the applications running inside it still have to be controlled with a pointing device?
https://redd.it/c2reng
@r_linux
https://redd.it/c2reng
@r_linux
reddit
r/linux - Why would anyone use a keyboard driven desktop environment, if the applications running inside it still have to be controlled…
0 votes and 0 comments so far on Reddit
Cross compiling Qt 5.13 (rc3) for the Nvidia Jetson Nano (EGL, GLESv2, EGLDevice: no Xorg)
https://www.chaos-reins.com/2019-06-19-jetson-nano/
https://redd.it/c2t5fm
@r_linux
https://www.chaos-reins.com/2019-06-19-jetson-nano/
https://redd.it/c2t5fm
@r_linux
Chaos-Reins
Qt 5.13 rc3 on the Nvidia Jetson Nano
Goals Getting Qt running on the jetson-nano without X11 Get pet project running on the jetson Get pet project running well on the jetson TL&DR Pros Glorious kit; I have grown so accustom to the vc4 (raspberry pi) and ARM Mali devices, that I am blown out…
Booting Linux on SSD+HDD
Can anyone help me with booting Linux with SSD+HDD
I am using manjaro based on arch Linux
https://redd.it/c2unye
@r_linux
Can anyone help me with booting Linux with SSD+HDD
I am using manjaro based on arch Linux
https://redd.it/c2unye
@r_linux
reddit
r/linux - Booting Linux on SSD+HDD
0 votes and 1 comment so far on Reddit
Should i switch from Ubuntu 19.04 to the recently Clear Linux? Pros and cons?
https://redd.it/c2unde
@r_linux
https://redd.it/c2unde
@r_linux
reddit
r/linux - Should i switch from Ubuntu 19.04 to the recently Clear Linux? Pros and cons?
0 votes and 2 comments so far on Reddit
Stable rolling release distros using flatpak
I have an idea for a distro with a rolling release model for the desktop environment and login manager etc to get the latest desktop experience while using a combination of flatpak and snaps for application that have the benefit of not breaking the system with updates and generally prefer budgie desktop environment and light dm....
https://redd.it/c2vi0a
@r_linux
I have an idea for a distro with a rolling release model for the desktop environment and login manager etc to get the latest desktop experience while using a combination of flatpak and snaps for application that have the benefit of not breaking the system with updates and generally prefer budgie desktop environment and light dm....
https://redd.it/c2vi0a
@r_linux
reddit
r/linux - Stable rolling release distros using flatpak
0 votes and 8 comments so far on Reddit
Zorin OS 15 fractional scaling
I currently have Zorin OS (Ubuntu 18.04 based) installed on my Surface Laptop. My only problem is the scaling. 1x scaling is way to small, 2x scaling way to big.
How can i solve this problem?
https://redd.it/c2wy7k
@r_linux
I currently have Zorin OS (Ubuntu 18.04 based) installed on my Surface Laptop. My only problem is the scaling. 1x scaling is way to small, 2x scaling way to big.
How can i solve this problem?
https://redd.it/c2wy7k
@r_linux
reddit
r/linux - Zorin OS 15 fractional scaling
0 votes and 4 comments so far on Reddit