TIL: OpenMoji is a totally FOSS emoji set
https://blog.emojipedia.org/openmoji-a-free-and-open-source-emoji-set/
https://redd.it/e1v1c2
@r_linux
https://blog.emojipedia.org/openmoji-a-free-and-open-source-emoji-set/
https://redd.it/e1v1c2
@r_linux
Emojipedia
OpenMoji: a free and open source emoji set
New on Emojipedia today is a listing for the open source emoji project OpenMoji. This set of 3,180 images covers every emoji approved as part of Emoji 12.0, and is available with a Creative Commons (Attribution-ShareAlike 4.0 International) license which…
Clight 4.0 has been released
Hi everyone!
I finally managed to release a huge update to [Clight](https://github.com/FedeDP/Clight) last sunday.
It took really long (almost 1yr) but I am really proud of its new capabilities.
## What is Clight?
Clight is a C utility that aims to fully manage your display; its main feature is to turn your webcam into a light sensor: it captures frames from webcam and uses their detected ambient brightness to update your screens (both internal and external ones, thanks to [ddcutil](https://github.com/rockowitz/ddcutil)) backlight level. By the way it supports ALS devices too!
Note that backlight-to-ambient-brightness curve is customizable through clight conf file!
Moreover, it can change gamma temperature at night/day (or at fixed times), dim your screen and set screen dpms levels; it supports setting keyboard backlight too!
It is highly customizable, in nearly any aspect and it offers a nice dbus interface.
Finally, it supports org.freedesktop.ScreenSaver API to automatically pause dimming and dpms while eg: watching a movie.
It uses a dbus system service, [Clightd](https://github.com/FedeDP/Clightd), to accomplish all of that.
## It seems great, but will it eat my battery?
No, it won't.
Webcam frames are clustered; you can set different timeouts on AC and on battery.
It should indeed improve your battery life because it should avoid wasting useless power for high backlight levels when not needed.
## Ok, you have my attention. What's new?
Clight 4.0 spots a full port to [libmodule](https://github.com/FedeDP/libmodule); moreover it now supports different settings for DIMMER fading/leaving transitions.
And thanks to Clightd 4.0, DIMMER now works everywhere (on wayland and tty too)!
GAMMA gained 2 new modes: long-transitioning, to change gamma in a similar way to redshift/Windows (very slow), and ambient-gamma that will set current gamma level based on ambient brightness.
BACKLIGHT curve is now even more customizable with up to 50 regression points!
Moreover, users can now customize Clight' behaviour thanks to custom modules: you can write your own modules that will be runtime loaded by clight, wiki page explaining the concept and with a couple of examples: https://github.com/FedeDP/Clight/wiki/Custom-Modules.
And really lots, lots more! Have a look at: https://github.com/FedeDP/Clight/releases/tag/4.0.
I hope you'll enjoy using it at least how much I am enjoying developing it :)
https://redd.it/e1wofc
@r_linux
Hi everyone!
I finally managed to release a huge update to [Clight](https://github.com/FedeDP/Clight) last sunday.
It took really long (almost 1yr) but I am really proud of its new capabilities.
## What is Clight?
Clight is a C utility that aims to fully manage your display; its main feature is to turn your webcam into a light sensor: it captures frames from webcam and uses their detected ambient brightness to update your screens (both internal and external ones, thanks to [ddcutil](https://github.com/rockowitz/ddcutil)) backlight level. By the way it supports ALS devices too!
Note that backlight-to-ambient-brightness curve is customizable through clight conf file!
Moreover, it can change gamma temperature at night/day (or at fixed times), dim your screen and set screen dpms levels; it supports setting keyboard backlight too!
It is highly customizable, in nearly any aspect and it offers a nice dbus interface.
Finally, it supports org.freedesktop.ScreenSaver API to automatically pause dimming and dpms while eg: watching a movie.
It uses a dbus system service, [Clightd](https://github.com/FedeDP/Clightd), to accomplish all of that.
## It seems great, but will it eat my battery?
No, it won't.
Webcam frames are clustered; you can set different timeouts on AC and on battery.
It should indeed improve your battery life because it should avoid wasting useless power for high backlight levels when not needed.
## Ok, you have my attention. What's new?
Clight 4.0 spots a full port to [libmodule](https://github.com/FedeDP/libmodule); moreover it now supports different settings for DIMMER fading/leaving transitions.
And thanks to Clightd 4.0, DIMMER now works everywhere (on wayland and tty too)!
GAMMA gained 2 new modes: long-transitioning, to change gamma in a similar way to redshift/Windows (very slow), and ambient-gamma that will set current gamma level based on ambient brightness.
BACKLIGHT curve is now even more customizable with up to 50 regression points!
Moreover, users can now customize Clight' behaviour thanks to custom modules: you can write your own modules that will be runtime loaded by clight, wiki page explaining the concept and with a couple of examples: https://github.com/FedeDP/Clight/wiki/Custom-Modules.
And really lots, lots more! Have a look at: https://github.com/FedeDP/Clight/releases/tag/4.0.
I hope you'll enjoy using it at least how much I am enjoying developing it :)
https://redd.it/e1wofc
@r_linux
GitHub
GitHub - FedeDP/Clight: A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient…
A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness. - FedeDP/Clight
Last night's commit gave me more pleasure than last month's salary!
Hi r/linux,
I couldn't help but share this... the absolute joy of writing something that's so rewarding in itself.
I added this [commit](https://github.com/jarun/nnn/commit/e6f9d6d2d0a6213ef90759ce46375ff6436c0f21) recently to integrate `rclone` with `nnn`. Once done, I tested some cloud accounts I haven't accessed in years.
I mounted box, dropbox, mail.ru, google drive, yandex, mega, pcloud on my Linux box at a keystroke... I didn't know I've like TBs of free cloud storage till I checked the available spaces in the `nnn` help screen!
I was considering buying a new storage in Christmas. Realized I have more than enough in the cloud!
https://redd.it/e1ygai
@r_linux
Hi r/linux,
I couldn't help but share this... the absolute joy of writing something that's so rewarding in itself.
I added this [commit](https://github.com/jarun/nnn/commit/e6f9d6d2d0a6213ef90759ce46375ff6436c0f21) recently to integrate `rclone` with `nnn`. Once done, I tested some cloud accounts I haven't accessed in years.
I mounted box, dropbox, mail.ru, google drive, yandex, mega, pcloud on my Linux box at a keystroke... I didn't know I've like TBs of free cloud storage till I checked the available spaces in the `nnn` help screen!
I was considering buying a new storage in Christmas. Realized I have more than enough in the cloud!
https://redd.it/e1ygai
@r_linux
GitHub
Add rclone support for remote access · jarun/nnn@e6f9d6d
:dolphin: The missing terminal file manager for X. - jarun/nnn
digital will, sort of... looking for input
Hi,
I would like to give my family a chance to deal with my hardware, what's on it and my digital life in case I get hit by a truck or meteor next week.
I'm neither depressive nor has anything happened - I'm fine, just hoarded enough stuff, accounts and things I can't just explain without reason to my not-so-tech-savy family. I also kind of think I have the necessary skills to build such a thing, but maybe that already *is* a thing and I just don't know what to look for.
What I aim for:
* provide access to accounts (using pass, this should be relatively easy with a cold storage gnupg key)
* provide access to the files on my NAS (same as above, add a user or just dump an existing user & password)
* delete some files on my NAS (that's one of the things I would really like to avoid triggering by accident)
* maybe preparing hardware for sale, as this might happen - like a second stick which deletes just everything. Not everything lives on encrypted blockdevices.
* for computers which are not my NAS, I only need some sort of factory reset; they don't and probably will never need to be accessed. Maybe keep it locally for each one - that is something I am unsure about.
* things I haven't thought about yet, cloud stuff maybe.
* activate all this with a message in my will (which should be placed and found in a usual manner...)
* delivery of final instructions by mail? Because it seems sane... can't possibly encrypt this, though.
And activate by maybe putting an USB stick or a yubikey in one of my boxes, which should still work if the box has been moved (because the message has been delivered or seen too late). In any case, using a passive device lets me put that in a safe deposit box and not touch it while I update the pandoras box. Using a generic storage device will let the concept survive USB specs to come, but that's just theory crafting, maybe waste of time to think about (I should have enough time to migrate everything across devices).
Given I don't assume to need this next week, but in many years, I probably can't rely on say systemd or udev (who knows what drives gnu/linux in 10-20 years), but more on some sort of universal noscript, a trigger (which might again be udev) and a possibility for a dry run (for development and regular testing).
throwaway, as I don't want my friends to know about the killswitch in my house (I'll need a copy for testing), as I'll talk about that openly.
Thoughts?
https://redd.it/e22ke7
@r_linux
Hi,
I would like to give my family a chance to deal with my hardware, what's on it and my digital life in case I get hit by a truck or meteor next week.
I'm neither depressive nor has anything happened - I'm fine, just hoarded enough stuff, accounts and things I can't just explain without reason to my not-so-tech-savy family. I also kind of think I have the necessary skills to build such a thing, but maybe that already *is* a thing and I just don't know what to look for.
What I aim for:
* provide access to accounts (using pass, this should be relatively easy with a cold storage gnupg key)
* provide access to the files on my NAS (same as above, add a user or just dump an existing user & password)
* delete some files on my NAS (that's one of the things I would really like to avoid triggering by accident)
* maybe preparing hardware for sale, as this might happen - like a second stick which deletes just everything. Not everything lives on encrypted blockdevices.
* for computers which are not my NAS, I only need some sort of factory reset; they don't and probably will never need to be accessed. Maybe keep it locally for each one - that is something I am unsure about.
* things I haven't thought about yet, cloud stuff maybe.
* activate all this with a message in my will (which should be placed and found in a usual manner...)
* delivery of final instructions by mail? Because it seems sane... can't possibly encrypt this, though.
And activate by maybe putting an USB stick or a yubikey in one of my boxes, which should still work if the box has been moved (because the message has been delivered or seen too late). In any case, using a passive device lets me put that in a safe deposit box and not touch it while I update the pandoras box. Using a generic storage device will let the concept survive USB specs to come, but that's just theory crafting, maybe waste of time to think about (I should have enough time to migrate everything across devices).
Given I don't assume to need this next week, but in many years, I probably can't rely on say systemd or udev (who knows what drives gnu/linux in 10-20 years), but more on some sort of universal noscript, a trigger (which might again be udev) and a possibility for a dry run (for development and regular testing).
throwaway, as I don't want my friends to know about the killswitch in my house (I'll need a copy for testing), as I'll talk about that openly.
Thoughts?
https://redd.it/e22ke7
@r_linux
reddit
digital will, sort of... looking for input
Hi, I would like to give my family a chance to deal with my hardware, what's on it and my digital life in case I get hit by a truck or meteor...
QuickAccess 2.0.3 - global menu to open folders and run commands
**QuickAccess** is a program running in the background providing a global menu to quickly access user defined folders and their subfolders as well as creating and running custom commands.
\----
Now it can run custom commands besides opening folders.
[Showcase](https://reddit.com/link/e1yzot/video/di0y62m1o1141/player)
[Gitlab Repo](https://gitlab.com/g-fb/quickaccess)
[Flathub](https://flathub.org/apps/details/com.georgefb.quickaccess)
https://redd.it/e1yzot
@r_linux
**QuickAccess** is a program running in the background providing a global menu to quickly access user defined folders and their subfolders as well as creating and running custom commands.
\----
Now it can run custom commands besides opening folders.
[Showcase](https://reddit.com/link/e1yzot/video/di0y62m1o1141/player)
[Gitlab Repo](https://gitlab.com/g-fb/quickaccess)
[Flathub](https://flathub.org/apps/details/com.georgefb.quickaccess)
https://redd.it/e1yzot
@r_linux
GitLab
George Florea Bănuș / QuickAccess
QuickAccess is a program providing a menu to quickly access user defined folders and their subfolders.
Flacon - Open source .cue splitter. Spread the news, its really useful and much more fluid than sound convertor
https://flacon.github.io/
https://redd.it/e26ek5
@r_linux
https://flacon.github.io/
https://redd.it/e26ek5
@r_linux
reddit
Flacon - Open source .cue splitter. Spread the news, its really...
Posted in r/linux by u/IalbaSsort • 2 points and 0 comments
What's your favorite non-flat desktop or icon theme?
I feel like our desktops are currently awash in flat themes (Materia, Arc, Numix), so I'm curious to see what else is out there. Personally, I'm on Ubuntu MATE and I just use the default Ambiant theme
https://redd.it/e2421p
@r_linux
I feel like our desktops are currently awash in flat themes (Materia, Arc, Numix), so I'm curious to see what else is out there. Personally, I'm on Ubuntu MATE and I just use the default Ambiant theme
https://redd.it/e2421p
@r_linux
reddit
What's your favorite non-flat desktop or icon theme?
I feel like our desktops are currently awash in flat themes (Materia, Arc, Numix), so I'm curious to see what else is out there. Personally, I'm...
Weekly Questions and Hardware Thread - November 27, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/e2aemb
@r_linux
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/e2aemb
@r_linux
reddit
Weekly Questions and Hardware Thread - November 27, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions...
Eternal Terminal - remote shell that automatically reconnects without interrupting the session
https://eternalterminal.dev/
https://redd.it/e2a3pp
@r_linux
https://eternalterminal.dev/
https://redd.it/e2a3pp
@r_linux
Eternal Terminal
Remote terminal for the busy and impatient
I got a Librem 5 Birch Shipping Notification!
https://www.reddit.com/r/Purism/comments/e25593/i_got_a_librem_5_birch_shipping_notification/
https://redd.it/e2b2t4
@r_linux
https://www.reddit.com/r/Purism/comments/e25593/i_got_a_librem_5_birch_shipping_notification/
https://redd.it/e2b2t4
@r_linux
reddit
I got a Librem 5 Birch Shipping Notification!
Purism: A Free/Libre Open Source Software & Hardware Laptop. But. We’re here to cover issues important to us all. Privacy. Openness. Join us.
TUIR - Command line Reddit
https://www.linux.org/threads/tuir-command-line-reddit.26156/
https://redd.it/e2bh4d
@r_linux
https://www.linux.org/threads/tuir-command-line-reddit.26156/
https://redd.it/e2bh4d
@r_linux
Linux.org
TUIR - Command line Reddit
Most workplaces don't endorse the browsing of reddit while you're being paid to work - in fact, I can't think of any that do.. while that's true, it never hurts to have 1/3 or 1/4 of your...
Kali Linux 2019.4 released, with new default DE!
https://www.kali.org/news/kali-linux-2019-4-release/
https://redd.it/e2clq1
@r_linux
https://www.kali.org/news/kali-linux-2019-4-release/
https://redd.it/e2clq1
@r_linux
Kali Linux
Kali Linux 2019.4 Release (Xfce, Gnome, GTK3, Kali-Undercover, Kali-Docs, KeX, PowerShell & Public Packaging) | Kali Linux Blog
Time to grab yourself a drink, this will take a while!
We are incredibly excited to announce our fourth and final release of 2019, Kali Linux 2019.4, which is available immediately for download.
2019.4 includes some exciting new updates:…
We are incredibly excited to announce our fourth and final release of 2019, Kali Linux 2019.4, which is available immediately for download.
2019.4 includes some exciting new updates:…
ThinkPad T440p - the new most powerful, modifiable, relatively cheap and widely available Coreboot supported laptop (thanks to Coreboot v. 4.11)!
https://www.reddit.com/r/coreboot/comments/e2ecic/thinkpad_t440p_the_new_most_powerful_modifiable/
https://redd.it/e2ecxn
@r_linux
https://www.reddit.com/r/coreboot/comments/e2ecic/thinkpad_t440p_the_new_most_powerful_modifiable/
https://redd.it/e2ecxn
@r_linux
Reddit
From the coreboot community on Reddit: ThinkPad T440p - the new most powerful, modifiable, relatively cheap and widely available…
Explore this post and more from the coreboot community
LibreOffice Macro Team: progress report
https://blog.documentfoundation.org/blog/2019/11/26/libreoffice-macro-team-progress-report/
https://redd.it/e2dele
@r_linux
https://blog.documentfoundation.org/blog/2019/11/26/libreoffice-macro-team-progress-report/
https://redd.it/e2dele
@r_linux
The Document Foundation Blog
LibreOffice Macro Team: progress report - The Document Foundation Blog
Macros help users to automate common tasks in LibreOffice, and in September, we announced a new team in our community to work on macro support. So, what has happened in the meantime? This article is a collection of the work done by the LibreOffice Macro Team…
Is there a Bookmark Manager ( like keepass for passwords ) ?
I love keepass, it was a revolution for me both in terms of security and functionality.
Now i'm looking for the same for my bookmarks in order to store all my links,
using my browser is not very secure and not very usable when you have hundreds of bookmarks.
Having a software outside the browser with a locally stored database file like keepass would be amazing.
Any suggestion ?
thanks !
https://redd.it/e2f2gy
@r_linux
I love keepass, it was a revolution for me both in terms of security and functionality.
Now i'm looking for the same for my bookmarks in order to store all my links,
using my browser is not very secure and not very usable when you have hundreds of bookmarks.
Having a software outside the browser with a locally stored database file like keepass would be amazing.
Any suggestion ?
thanks !
https://redd.it/e2f2gy
@r_linux
reddit
Is there a Bookmark Manager ( like keepass for passwords ) ?
I love keepass, it was a revolution for me both in terms of security and functionality. Now i'm looking for the same for my bookmarks in order to...
WireGuard Could Be Mainlined Before Christmas
https://lkml.org/lkml/2019/11/27/266
https://redd.it/e2gpxq
@r_linux
https://lkml.org/lkml/2019/11/27/266
https://redd.it/e2gpxq
@r_linux
reddit
WireGuard Could Be Mainlined Before Christmas
Posted in r/linux by u/resoluti0n_ • 20 points and 3 comments
Krita 4.2.8 released! Improvements in autoprecision, extremely save saving on Windows and more!
https://krita.org/en/item/krita-4-2-8-released/
https://redd.it/e2h8kx
@r_linux
https://krita.org/en/item/krita-4-2-8-released/
https://redd.it/e2h8kx
@r_linux
krita.org
Krita 4.2.8 Released | Krita