Linux - Reddit – Telegram
Linux - Reddit
754 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
How do you install endeavour to work on ThinkPad W541

So I recently got a new ThinkPad and I want to install Endeavour OS but I’m not sure how that will work due to the laptop having Nvidia graphics card the reason why I want to install Linux is because it’s free and are just better than Windows and the reason why I chose endeavour… Because of the customisability which is important in a

https://redd.it/mdjlce
@r_linux
Debian bootable usb drive with persistence

Hi guys, i'm looking for building a bootable pen drive with persistence in order to run Debian on every device i have. During the installation phase i get some error while running the partitioner.. 'The efi file system creation in partition failed' and then if i try to continue anyway i get error during the base installation.

Do you have any hint on this? Should i build my drive with MBT or GPT? Should i follow some particular steps to format my drive during the partitioning rather than ones recommended by the installer?

Actually i use Rufus 3.13 to build the drive and every time i allocate the maximum available space for the persistent partition. Is this an error? Should i allocate for the persistent partition less? I have no idea but i really need to fix this, thank you everyone will help.

https://redd.it/mdkhrv
@r_linux
Dual boot causes peripherals to turn on with delay

After dual boot Windows 10 with ubuntu I have set up my grub and everything works fine, but it’s annoying that my mouse and keyboard turn on 1-2 min after the login pops up.
Is there any way to solve the delay?
This is certainly not a PSU issue because I have way too much power than needed

Edit: I checked multiple keybords and mice but the problem still occurs.

https://redd.it/mdka84
@r_linux
How to make apt install skip invalid packages?

Hi, when I run sudo apt install, if I have typed several packages and some is not found or typed incorrectly, apt skips the whole installation process. How do I make apt install only valid packages while skipping the invalid ones instead of aborting the whole installation process? I'm running Linux Mint Debbie.

https://redd.it/mdm7bl
@r_linux
Debian Linux problem on virtual machine

I am trying to start learning about Linux so I found a youtube playlist where he installed Debian on the virtual machine and when I did everything it gets stuck here. any help, please.

https://preview.redd.it/hkga625p5dp61.png?width=1920&format=png&auto=webp&s=479c8d1e002a07fa536e8bead9c3838f383bfa22

I thought maybe because I was trying to install an older version but even when I tried to install the latest I could not

https://redd.it/mdn6zl
@r_linux
are Nvidia 1660ti drivers any good? does an egpu work on linux?

I have been using Linux for the past year now, and I haven't been happier with a computer, but for the past 3 months or so I have been learning Minecraft PVP, and suffice to say I really like it! but I have been using Linux on my laptop with internal graphics and hasn't had the hassle to install drivers (since I am a student and I don't have a pc) I recently tore down a computer for my brother to upgrade it and I got a 1660ti since he doesn't use it anymore. I already got a razer thunderbolt GPU enclosure lying around from a project I was working on. so I want to make a little Minecraft pvp den using these parts and of course Linux! but I have some doubts, I have heard that Nvidia drivers for Linux aren't that bad but could be better. I wanted to buy an AMD card after selling the 1660 ti but as the world is screwed right now I will have to make it work with what I have, even though I enabled thunderbolt in my system I just want to clarify if egpus will work or not. and I also run an OpenBSD, and kali Linux VM using KVM and I would like to use passthrough to enable it on my kali VM if possible since it's getting pretty chonky and is not as smooth as i would like it. (sorry for my bad English I'm Japanese)

lap specifications:

cpu: i5 1135G1 (4core)

ram: 16 gigs

linux distro: endeavor os- gnome (linux kernel 5.11.1-arch)

https://redd.it/mdnn96
@r_linux
The Simplest Screenshot Utility for Linux (x11 only)

This in bash or zsh or whatever: xwd -root | convert xwd:- png:- > screenshot.png

Or create an alias: alias screenshot='xwd -root | convert xwd:- png:- > screenshot.png'

## Commands:

xwd: dumps an x11 window (the root window in this case).

convert: converts between image formats (xwd to png).

https://redd.it/mdpung
@r_linux
I created a Rofi / FCEUX NES ROM game launcher, if you want to use it.

​

[rofi](https://preview.redd.it/a3lgdag60fp61.png?width=1108&format=png&auto=webp&s=a5377c799ea39915301e138ca62a84c4b3873b89)

#!/usr/bin/env bash

###########################################
# README ##################################
# CHANGE THE PATH TO YOUR OWN ROM FOLDER (lines 13 and 18)
###########################################

######################
# functions
######################

function romList() {
cd /hd2/roms/nintendo-NES/
ls *.nes
}

function startGame() {
/usr/games/fceux --fullscreen 1 /hd2/roms/nintendo-NES/"$1"
}


##############################
# noscript execution starts here
##############################
LAUNCHER="rofi -theme Paper -dmenu -i -p"
romFileName=$(romList | $LAUNCHER 'Select game:')
if [ -z "$romFileName" ]; then
exit 1
fi
startGame "$romFileName"
exit 1

https://redd.it/mduz4k
@r_linux
What made you choose Linux?

Firstly let me share my story, i moved from Windows 10 for many reasons.

1: It's intrusive

2: It's bloated

3: It's slow to open programs, boot, reboot, shut down, and other stuff, every process takes some time while Linux is blazing fast.

4: It's unstable, past september my laptop started to freeze for no reason, it would freeze for a few seconds then turn back to normal, then i rebooted and it froze completely for an hour forcing me to do a hard shutdown then my laptop wouldn't power on, the blue led was blinking instead of static and the screen was completely black, it was still in warranty so i called tech support and sent it to repair through the mail, 2 weeks later it came back working, no parts were replaced which means it wasn't a hardware issue, they only reinstalled Windows 10 and nothing more.

5: The UI is extremely confusing

6: Bloated start menu (I didn't ask Microsoft to put Candy Crush in my start menu!!!)

After my laptop came from repair, i've waited for the warranty to expire then i installed Manjaro KDE, used it for 4 months and it was pretty solid and stable, then a while ago i moved to Kubuntu, i choose Kubuntu because i love Ubuntu's stability and ease of use but i don't like GNOME, i love KDE Plasma and i wouldn't ever replace it with anything else, i use Linux manly for gaming, most of my games work pretty fine thanks to Steam's Proton and Lutris, i'm using Xanmod kernel and it's pretty great, it's fast, smooth, responsive, and stable, Xanmod feels much smoother than the generic kernel (Probably due to the many performance tweaks plus it's based on kernel 5.10 which had some nice optimizations), while my Windows 10 broke in just 4 months, my Linux didn't break in 5 months, i haven't had any issues so far and i don't think i'm ever going back to Windows.

Now going back to the question, why did you choose Linux? Where you a Mac OS or Windows user previously? What distro and DE do you use and why? If you came from Windows 10 what is it that made you move to Linux?

https://redd.it/mdxkeu
@r_linux
Utility to make your internet traffic anonymized through Tor network

I am glad to announce that my GenTor package has been available in Arch user repository. I really recommend it to use. Fell free to send me your feedback. https://aur.archlinux.org/packages/gentor https://github.com/ChihebBayouli/gentor

Linux #Open_source #Arch_linux #Cyber_security #Tor

https://redd.it/mbhbvi
@r_linux
Kali Linux question

Hi, I'm a college student and I attended a meeting about cybersecurity and I was suggested to try using Kali Linux and just experimenting. So I noticed I'm connected to a random wired connection, what exactly is that? I'm using VirtualBox and I don't see an option to connect to my WiFi. So I tried experimenting with WireShark, is it only capturing data on Kali? Cause nothing was coming up till I opened the browser but even when I closed it, I get data. Thanks for the help, just two questions

https://redd.it/mdz9zp
@r_linux
How hard is it to make linux versions of software?

Hi, noobish question: but I'm trying to understand the problems of making a Linux version from a dev's perspective. I'm only a novice programmer but from what I've done you have a compiler for your language and OS and that does most of the work. Take the source code into the right compiler and it works. I assume this doesn't scale for more complex programs, but I'm wondering why. Is it the file system? Shell? Drivers? All of the above or something else? I.e. if you had the source code to insert popular application here how hard would it be to make a Linux version?
(Thanks, I couldn't find good info on google)

https://redd.it/me0go9
@r_linux
Is linux the answer?

I have an old 2-in-1 which I’ve used as a YouTube/ web surfing machine but it’s gotten too old and slow with windows 10, I have been thinking about installing some version of linux since it might be faster.

I have a couple of problems though.
1-I know nothing about software installation.
2-The device only has 1 usb 2.0 on the keyboard which is wobbly and dangerously unstable, Idk if I could use a micro SD card as a boot drive.

The device comes with intel’s flagship chip, the atom z3735f with a whopping 2 gigs of ram & 32 gigs of emmc storage, I don’t plan on using the keyboard at all if you’re wondering.

These are the device: https://www.lifedigital.com/product/zedbook/

https://redd.it/me2ssi
@r_linux