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

Powered by : @r_channels
Download Telegram
Just sharing a small achievement that I just did!

Recently got into Linux like \~4ish months ago, and progressed very well. Landed a Helpdesk Job N1 with no prior profissional experience nor a degree at all.

Just started yesterday studying virtualization, Dockers, and my previous knowledge of networking, and got QEMU/KVM working via libvert, virt-manager, learning it was kinda hard but I eventually got the hang of it.

Because of that, I conviced the company that I work at (it's a small one) to switch their NAS from Windows to Linux and to reduce costs, they were planning to buy more RAM because Windows was eating a f* lot of RAM, haha.

Just built and configured OpenMediaVault and planning to get a Alpine Docker with SQL Server 2022, since we still rely on it. Proud of myself!

If any more experienced people can get me tips, I would glad take them!

https://redd.it/1jhdwv0
@r_linux
Looking for any references on porting Windows software to Linux

My company produces a Windows-based program that we are considering porting to Linux and while I'm not the coder I am curious to see what the gotchas are for porting. My thoughts for this involve things like dealing with Linux flavors, installers, and desktops. Do we pick one or two to build for and if so what's a best option to start? Are all package managers capable of handling the various installers in a fashion and if not what is a best staring option for distributing? These are the questions I have, and many mo, that I am looking for a place or reference to help plan and understand the waters we are looking to swim in.

Since this is not my project nor an official question I will not mention the software. I am a user from way back and interested in what will happen and how.

https://redd.it/1jh9bi7
@r_linux
Linux Perception vs Windows

I've been in the tech field for almost twenty years, between being the family/friends TechSupport guru, building PCs, working at my University's HelpDesk, working for MSPs, now a Sr. Linux SysAdmin for a software development company. One thing I've noticed that always blown my mind is the amount of liberty and excuses people give Windows for issues, that aren't offered to Linux. Even people who use Windows and hate it, rarely view Linux as a viable option.

When people talk about Linux all I hear is how it's unstable, can't be used as a daily driver due to failed updates or being too hard to use. But yet, Windows has constantly had the same issues, if not more. Just reading through some of the issues in the r/techsupport subreddit, so many issues with Windows. The amount of times I've had to reimage a Windows PC due to a bad/failed update, and even malware. The way Microsoft is constantly moving parts of the OS to different locations, massive UI overhauls, etc. None of that is viewed as an issue, but yet trying Linux is for the same reasons. The strides Linux has made in the past few years to be more accessible to the general pubic and those who don't want to use the command line, to being more compatible with gaming and content, media consumption, it just feels like it should be given a more fair shake. I know it won't become more "mainstream" due to computers just coming with Windows pre installed, but man, I wish people would be more open minded and willing to extend the same grace that Windows gets towards Linux.

Sorry, just a little mini-rant that's been on my mind that's bothered me and wanted to get off my chest 😅

https://redd.it/1jhjbzp
@r_linux
The number of commands I got is absurd.
https://redd.it/1jhve70
@r_linux
Backup 2TB of data to a new disk

I have been merging data from 2 drives to a new bigger sized drive... I used the following command:
rsync -av --progress --ignore-existing /mnt/disk1 /mnt/newdisk
rsync -av --progress --ignore-existing /mnt/disk2 /mnt/newdisk
In both of the disks there was repeated files and I would like to make sure that the files in the new drive are exactly as they are supposed. I saw in the rsync documentation that there is a --checksum command. Would that be the right way to go with it?

https://redd.it/1jhz3ec
@r_linux