Linux - Reddit – Telegram
Linux - Reddit
751 subscribers
4.17K photos
207 videos
39.8K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
KSOS - an OS by ACM IIT Roorkee to help in learning OS Development

For the past several months, the members of IIT Roorkee ACM Student Chapter were busy building their very own OS from scratch.

They have released v1.0.0 of KSOS, as well as open-sourced it to encourage external collaborations and learning of OS development!

Check out the code on GitHub:
[https://github.com/acmiitr/KSOS](https://github.com/acmiitr/KSOS).

Read about their OS Development journey:
[https://medium.com/@acmiitr/journey-to-the-core-of-the-computer-df40421acb1c](https://medium.com/@acmiitr/journey-to-the-core-of-the-computer-df40421acb1c)

https://redd.it/gava24
@r_linux
Security on User-Space file systems

I had a quick question about user-space file systems. How is the security of a system affected on a user-space file system?

I understand what a user space file system does, but I'm not too sure how that makes a system more secure. This is just a guess, but is it because it only allows the user to be able to access the files or something like that?

https://redd.it/gaw29a
@r_linux
I created Tux pixelart and I public it on CC-0 license.

​

https://preview.redd.it/tcdonqxw4yv41.png?width=250&format=png&auto=webp&s=c98a37db63251c8ecee3db95775048006a13c6d7

So this is my Tux pixelart. You can do with it anything you want. :)

[Repo](https://github.com/samedamci/linux_tech_tips/blob/master/assets/img/tux_icon.png) with license and original resolution.I use this art on this simple [page](https://linuxtechtips.netlify.app/) placeholder. In future in this place I want to public some tips for Linux beginners.

https://redd.it/gauc7n
@r_linux
Is there any way to install the (one of the oldest) Kornshell 88 version?

So I have Windows 10 installed on my job PC.

The project we are working on uses kornshell noscripts to do some export and file handling in production environments. The thing is, to migrate all the noscripts to some newer version or completely re-write them in some other noscript language would be very very costly (nearly impossible).

So I installed on my Windows machine WSL (Windows subsystem for Linux / Ubuntu distro) and inside it installed ksh.I did this to at least be able to test the noscript changes somehow. But the negative thing is the earliest version for this Ubuntu Kornshell is 93 and the one they use on their production machines is ksh 88. There are a lot of syntax differences between the two versions.

I assume it would also be costly to migrate to the newest Kornshell version. Since the flow for the noscript changes to reach the production environments is quite lengthy the best way is to somehow find a way to install ksh88 on my local machine for testing.

So back to the actual question is there any repository or some installation on the internet from where I can install the 88 version of Kornshell?

Or is it possible for example to install some Unix distro (as a VM) that would come with that version of Kornshell already installed?

https://redd.it/gb0y1g
@r_linux
Looking for resource for Linux shell command

Hi all, I have used linux for 2 years but I'm not an expert about it but I would love to be one. I'm learning all the shell command I can on the fly, but I feel like I need a more systematic way. So can someone direct me to some resources where I can learn all/majority Linux commands please? I use sh shell and bash most if the time and I work on a lot of embedded systems projects

https://redd.it/gb3lz2
@r_linux
Build a conformant kubernetes cluster in containers (like KIND does), on Linux, using docker only, by hand, from scratch, for learning. You'll end up with a handy utility. 9 days old today! Thanks Covid-19!! Contributions welcome.
https://github.com/mclarkson/my-own-kind

https://redd.it/gb6ien
@r_linux
NewsFlash, the successor to Jangernert's FeedReader, has been released into it's first Beta! It is an RSS/news reader with adaptive design alongside support for Miniflux, Feedly, Fever, and more incoming!
https://gitlab.com/news-flash/news_flash_gtk/-/releases

https://redd.it/gb9cmo
@r_linux
Vermin the VM manager

I want to announce [vermin](https://github.com/mhewedy/vermin) a project I was working on for the last couple of weeks.

It is a single binary file to create and manage [r/virtualmachines](https://www.reddit.com/r/virtualmachines/) based on VirtualBox.

It started as a shell noscript with some go binaries as utilities, but now it has been fully rewritten in the awesome [r/golang](https://www.reddit.com/r/golang/)

**vermin** is mainly built to enable quick creation of VMs and provide handy commands as well such as cross copying files and port forwarding.

It accomplishes this by simply using [r/virtualbox](https://www.reddit.com/r/virtualbox/) and wraps some r/ssh commands as well.

I Hope anybody needs a simple solution to create and work with VMs to find vermin useful.

**If you like vermin, please star the project at** [**https://github.com/mhewedy/vermin**](https://github.com/mhewedy/vermin) **and start using it.**

Special thanks for John Arundel for suggesting the name.

https://redd.it/gba1l3
@r_linux
IDM (Internet Download Manager) alternative for linux ??

Is there any alternative program or command line utility which can be the perfect alternative for Internet Download Manager which is available only for Windows.

I have tried various programs like uGet, XDM or Persepolis which we get on simple google search. Have also tried to used wget, curl aria2c and pcurl also (or may be I am not using their features completely).

So can you suggest any program or proper use of command-line download utility so that I can experience IDM like features in linux.

https://redd.it/gbhtex
@r_linux