Introduction to the Linux goto shell utility
https://opensource.com/article/20/1/directories-autocomplete-linux
https://redd.it/el8m54
@r_linux
https://opensource.com/article/20/1/directories-autocomplete-linux
https://redd.it/el8m54
@r_linux
Opensource.com
Introduction to the Linux goto shell utility
The goto shell utility allows users to navigate to aliased directories and also supports autocompletion. How it works Before you can use goto, you need to register your directory aliases. For example: goto -r dev /home/iridakos/development then change to…
Extending the lifetime of smartphones with Replicant, a fully free Android distribution [video]
https://media.ccc.de/v/36c3-oio-169-extending-the-lifetime-of-smartphones-with-replicant-a-fully-free-android-distribution
https://redd.it/el9r49
@r_linux
https://media.ccc.de/v/36c3-oio-169-extending-the-lifetime-of-smartphones-with-replicant-a-fully-free-android-distribution
https://redd.it/el9r49
@r_linux
media.ccc.de
Extending the lifetime of smartphones with Replicant, a fully free Android distribution
<p>After a very quick introduction on Replicant and the smartphones ecosystem, we will look at what affects smartphones' and tablets' lif...
Some questions about DRM
I was reading up on DRM (Netflix, Spotify thingy and not the X11 thingy) topics like widewine, playfair, playready etc.,
+ If ms edge comes to linux will it have playready pre-loaded?
+ I was thinking if it was possible for the vendors to write their own DRM implementation in wasm which will be cross platform and we can enjoy 4K in all the platforms.
Noob here. Please go easy if the questions are stupid.
https://redd.it/ela0ql
@r_linux
I was reading up on DRM (Netflix, Spotify thingy and not the X11 thingy) topics like widewine, playfair, playready etc.,
+ If ms edge comes to linux will it have playready pre-loaded?
+ I was thinking if it was possible for the vendors to write their own DRM implementation in wasm which will be cross platform and we can enjoy 4K in all the platforms.
Noob here. Please go easy if the questions are stupid.
https://redd.it/ela0ql
@r_linux
reddit
Some questions about DRM
I was reading up on DRM (Netflix, Spotify thingy and not the X11 thingy) topics like widewine, playfair, playready etc., + If ms edge comes to...
Sound Blaster X-Fi Xtreme Gamer - is it working properly?
I was curious if Linux does use my audio card properly to decode audio with hardware acceleration or decode it with CPU, then put it through my card to simply play the audio.
Do you have any info about it?
https://redd.it/elaq45
@r_linux
I was curious if Linux does use my audio card properly to decode audio with hardware acceleration or decode it with CPU, then put it through my card to simply play the audio.
Do you have any info about it?
https://redd.it/elaq45
@r_linux
reddit
Sound Blaster X-Fi Xtreme Gamer - is it working properly?
I was curious if Linux does use my audio card properly to decode audio with hardware acceleration or decode it with CPU, then put it through my...
Ohio Linux Fest 2019 - Title: FreeCAD for Newbies (cuz I'm one too) - "Come hear about my trials and tribulations as I get started in the world of 3D parametric modeling with FreeCAD" - Terry Howald - youtube [49:57]
https://www.youtube.com/watch?v=sem4704CTvk
https://redd.it/elb78h
@r_linux
https://www.youtube.com/watch?v=sem4704CTvk
https://redd.it/elb78h
@r_linux
YouTube
[OLF 2019] FreeCAD for Newbies (cuz I’m one too)
Speaker: Terry Howald Videographer: Ernest Parke On occasion I’ve wanted to create 3D models for mechanical drawings and 3D printing. However when the time c...
How to create a handheld Linux terminal (V2)
https://n-o-d-e.net/terminal_2.html
https://redd.it/elbr6n
@r_linux
https://n-o-d-e.net/terminal_2.html
https://redd.it/elbr6n
@r_linux
reddit
How to create a handheld Linux terminal (V2)
Posted in r/linux by u/speckz • 4 points and 0 comments
Removing the Linux /dev/random blocking pool
https://lwn.net/SubscriberLink/808575/9fd4fea3d86086f0/
https://redd.it/eld7sr
@r_linux
https://lwn.net/SubscriberLink/808575/9fd4fea3d86086f0/
https://redd.it/eld7sr
@r_linux
lwn.net
Removing the Linux /dev/random blocking pool
The random-number generation facilities in the kernel have been reworked
some over the past few months—but problems in that subsystem have been
addressed over an even longer time frame. The most
recent changes were made to stop the getrandom() system call…
some over the past few months—but problems in that subsystem have been
addressed over an even longer time frame. The most
recent changes were made to stop the getrandom() system call…
PGP keys, software security, and much more threatened by new SHA1 exploit
https://arstechnica.com/information-technology/2020/01/pgp-keys-software-security-and-much-more-threatened-by-new-sha1-exploit/
https://redd.it/eldbgk
@r_linux
https://arstechnica.com/information-technology/2020/01/pgp-keys-software-security-and-much-more-threatened-by-new-sha1-exploit/
https://redd.it/eldbgk
@r_linux
Ars Technica
PGP keys, software security, and much more threatened by new SHA1 exploit
Behold: the world's first known chosen-prefix collision of widely used hash function.
November and December Update for FreeCAD & Debian Science - Kurt Kremitzki's Blog
https://www.kwk.systems/blog/posts/november-and-december-update-for-freecad-debian-science/
https://redd.it/eld143
@r_linux
https://www.kwk.systems/blog/posts/november-and-december-update-for-freecad-debian-science/
https://redd.it/eld143
@r_linux
Biosystems Engineering Blog
November and December Update for FreeCAD & Debian Science
Hello again! This new year's update announces some interesting new beginnings
for the FreeCAD project, though it's a little short since I got some much
needed vacation time over the last two months.
for the FreeCAD project, though it's a little short since I got some much
needed vacation time over the last two months.
Theoretical Question - Malicious Shell Aliases?
I was thinking about this the other day and it got me thinking...my .bashrc/.zshrc is user-writable and doesn't need root permissions to edit.
What exactly would stop something malicious from adding an alias to either rc file like this:
```
alias ls='ls;./someMaliciousSilentScript.sh'
```
...I would never actually know this is happening, unless I frequently look at my aliases, right? I don't think I've ever seen any shell show me the expanded alias prior to running.
Or I suppose, this just comes down to "don't run stuff you don't know/don't pipe curl to bash/etc"?
https://redd.it/eldhky
@r_linux
I was thinking about this the other day and it got me thinking...my .bashrc/.zshrc is user-writable and doesn't need root permissions to edit.
What exactly would stop something malicious from adding an alias to either rc file like this:
```
alias ls='ls;./someMaliciousSilentScript.sh'
```
...I would never actually know this is happening, unless I frequently look at my aliases, right? I don't think I've ever seen any shell show me the expanded alias prior to running.
Or I suppose, this just comes down to "don't run stuff you don't know/don't pipe curl to bash/etc"?
https://redd.it/eldhky
@r_linux
reddit
Theoretical Question - Malicious Shell Aliases?
I was thinking about this the other day and it got me thinking...my .bashrc/.zshrc is user-writable and doesn't need root permissions to edit....
What are some compelling arguments AGAINST using Linux for personal/professional use?
https://redd.it/ele4jt
@r_linux
https://redd.it/ele4jt
@r_linux
reddit
What are some compelling arguments AGAINST using Linux for...
Posted in r/linux by u/Math-Code-Love • 0 points and 35 comments
Weekly Questions and Hardware Thread - January 08, 2020
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/elnf7r
@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/elnf7r
@r_linux
reddit
Weekly Questions and Hardware Thread - January 08, 2020
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...
Whatever Happened To news.gmane.org? (Or: Latest updates on Gmane)
https://lars.ingebrigtsen.no/2020/01/06/whatever-happened-to-news-gmane-org/
https://redd.it/elo6hq
@r_linux
https://lars.ingebrigtsen.no/2020/01/06/whatever-happened-to-news-gmane-org/
https://redd.it/elo6hq
@r_linux
Random Thoughts
Whatever Happened To news.gmane.org?
I fucked up. Short version: If you’re reading mailing lists with an NNTP news reader via news.gmane.org, you should update your news reader to point to news.gmane.io instead. Over the past fe…
Windows 7 will stop receiving updates next Tuesday, 14th of January. KDE calls on the community to help Windows users upgrade to Plasma desktop.
https://dot.kde.org/2020/01/08/plasma-safe-haven-windows-7-refugees
https://redd.it/els1r8
@r_linux
https://dot.kde.org/2020/01/08/plasma-safe-haven-windows-7-refugees
https://redd.it/els1r8
@r_linux
KDE.news
Plasma: A Safe Haven for Windows 7 Refugees
A fully functional Plasma desktop with a Windows 7 theme. Microsoft will stop providing updates for Windows 7 on January 14 2020.
Push Notifications for SSH Logins
Hi,
For anyone that is interested I decided to create a quick noscript to get a push notification whenever a successful login to my SSH server occurs. I thought I would share it with anyone that is interested, at the moment it is very basic and requires a bit of manual installation but it does what I need.
If you have any questions or concerns let me know.
[https://github.com/nabsayeed/sshmonitor](https://github.com/nabsayeed/sshmonitor)
https://redd.it/els21t
@r_linux
Hi,
For anyone that is interested I decided to create a quick noscript to get a push notification whenever a successful login to my SSH server occurs. I thought I would share it with anyone that is interested, at the moment it is very basic and requires a bit of manual installation but it does what I need.
If you have any questions or concerns let me know.
[https://github.com/nabsayeed/sshmonitor](https://github.com/nabsayeed/sshmonitor)
https://redd.it/els21t
@r_linux
GitHub
nabsayeed/sshmonitor
Contribute to nabsayeed/sshmonitor development by creating an account on GitHub.
Jellyfin (free software media system and alternative to proprietary Plex and Emby) in 2019
https://jellyfin.org/posts/jellyfin-in-2019/
https://redd.it/elso4e
@r_linux
https://jellyfin.org/posts/jellyfin-in-2019/
https://redd.it/elso4e
@r_linux
reddit
Jellyfin (free software media system and alternative to...
Posted in r/linux by u/resoluti0n_ • 6 points and 2 comments
Next Generation Machine Learning Kernel Security
Hi guys ! We are working on a embedded security project . We actualy relased our first versione targeting some webserver process in an OpenWRT on ARM32, in the following weeks we will relase MIPS and ARM64 version too.
Github here : [https://github.com/Exeinspa/exein-openwrt-public](https://github.com/Exeinspa/exein-openwrt-public)
Hope you like and please give us suggestions
Happy New Year!
https://redd.it/eltjs6
@r_linux
Hi guys ! We are working on a embedded security project . We actualy relased our first versione targeting some webserver process in an OpenWRT on ARM32, in the following weeks we will relase MIPS and ARM64 version too.
Github here : [https://github.com/Exeinspa/exein-openwrt-public](https://github.com/Exeinspa/exein-openwrt-public)
Hope you like and please give us suggestions
Happy New Year!
https://redd.it/eltjs6
@r_linux
GitHub
Exeinspa/exein-openwrt-public
Openwrt 18.06.5 featured with the Exein's security framework - Exeinspa/exein-openwrt-public
Building responsive apps for Linux Smartphones with GTK and libhandy, Part 1
https://tuxphones.com/tutorial-developing-responsive-linux-smartphone-apps-libhandy-gtk-part-1/
https://redd.it/eltvkt
@r_linux
https://tuxphones.com/tutorial-developing-responsive-linux-smartphone-apps-libhandy-gtk-part-1/
https://redd.it/eltvkt
@r_linux
TuxPhones
Building responsive apps for Linux Smartphones with GTK and libhandy, Part 1
With the delivery of the first, developer-oriented Librem 5 and PinePhone prototypes to the bravest backers, we can now officially state that modern Linux smartphones are a thing. But, as we know, a smartphone without proper apps is basically a wide-screen…