Linux

56343 readers
645 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
1
2
 
 

Most file managers I've encountered default to icon view. One of the first things I do is set the default to detailed list view. Might be a preference for seeing names and dates over many identical folder icons, or just an old habit from using Windows. But I'd be curious to hear about the benefits of icon view and why it's usually the default in Linux GUI file managers.

What does everyone else use and any reasons to prefer one over the other?

3
 
 

So, I was originally just going with Mint 22.1, but I’m getting a 9070xt and see mint is only on kernel 6.8 which doesn’t particularly support it?

Is using it still okay? Should I go with Bazzite instead? Or something else. I’m fine with a little amount of work to get shit working nice and all, I am fine with figuring out how to use the terminal if needed and all, just want something stable to play games and other shit on. Mint sounded good, but not if it won’t support my GPU.

4
 
 

I'm very new on Linux and i'm trying to get some help.

I tried Linux mint and other debian distros, and since i dont have the sufficient skill to manage linux, this time i'm choosing Kubuntu because of the KDE environment , which i like a lot.

I know more about linux mint and kinda know how to work with him, but kubuntu never tried and i will try this time... but i have some questions if someone can help me.

Kubuntu is ok for a new person on linux?

I want to install apps/programms via flatpak, since this looks more easily for a newbie as me and because of the sandbox, which seems is good (?).

On Kubuntu, is easily to install flatpak via diskover? I see i need to add the flathub repo, but my question is if someone have getting any error or problem with this, or if this is easy to do it.

Other question I have, is about some apps i want to install if i dont find it or just find it on github or something similar. I find an app that really like but this app dont appear in any store, and this app is only available on github via flatpak and .deb . In this case, since the app is not available on flathub or diskover, or via command lines (like sudo apt install firefox - if you understand me) , how can i check this is not a virus or can do bad things on my linux? I use total virus for this, and the checks gives zero flags, but would like to know if for example, i install this programm via flatpak, can break my system.

Other question is about flatpaks from flathub. I know flatpak usually dont follow the theme of my DE. Which is the best way these flatpaks have the same theme as my DE? Is using the flatseal? Any tip about this?

And, btw, if you can give me some tips and advice as linux/kubuntu newbie, it would be amazing for my journey. Cheers all!

5
 
 

Apart from that I am looking for a solution to a personal issue (see my other comment), I posted this because I was thinking this could be a great way to support other new Linux users and friends.

6
37
submitted 1 day ago* (last edited 1 day ago) by Mangoholic@lemmy.ml to c/linux@lemmy.ml
 
 

Hi, as many others I am looking to switch to linux before microsoft kills win 10. I read a lot of advice online for distros, but my main needs are not really discussed. I need a distro that runs well for game dev specifically unreal engine 5.4-6.

I am currently aiming to try mint, as it has been recommended to be stable and i already dabbled a little bit with Ubuntu on my laptop.

I am not afraid of some tech journey, but even though arch seems the coolest, with Wayland, kde, hyperland customization, i am not confident enough to use it for work. I heard it can completely crash your system if your a noob.

So in essence i need something stable that is relatively easy to use and has great ue5 and gaming perf. Thanks in advance for all the help.

7
8
9
10
 
 

A Windows-to-Linux “translation” tool for the 200M+ Windows 10 computers not eligible to upgrade to Windows 11, Operese transfers files, settings, and programs from Windows to a brand-new Kubuntu installation. It's still very much a work in progress, but in my biased opinion, it already doesn't look too shabby!

11
 
 

New features

  • Content server: Add a checkbox in content server user preferences to prevent a user account from changing its own password via the web interface
  • Restoring database: Improve performance by an order of magnitude
  • Add a tweak to Preferences->Tweaks to permit displaying the sort value for series in the Tag browser
  • Welcome wizard: Change default output format to AZW3 for Kindle as MOBI is obsolete and all Kindles released within the last decade plus support AZW3
  • Add 'Search "not in"' and 'Filter "not in'" buttons to Manage authors and Manage Items

Bug fixes

  • Windows: Fix a regression in the previous release that caused terminal windows to popup momentarily when adding PDF files or converting them Closes tickets: 2115246

  • E-book viewer: Fix a regression in 8.4 that broke fading of the background image Closes tickets: 2115057

  • Tag browser: Fix clicking on categories to search for books by first letter of series not working correctly for non-English language books Closes tickets: 2116006

  • Edit metadata individually: Ensure Next/Previous buttons work even if something re-orders the books in the book list. They will now iterate over the books as they were at the time the dialog is created Closes tickets: 2115111

  • Windows: Generate catalog: Workaround for systems where a broken antivirus or similar holds open files in the catalog library causing a permission denied error Closes tickets: 2115084

New news sources

  • La Presse by quatorze

Improved news sources

  • Economist
  • 1843
  • Financial Times
  • PC World
  • Muy Interesante Mexico
  • Hindu Business Line
  • Business Standard
  • Hindustan Times
  • The Week
  • Times of India
  • Hindustan
  • Financial Times
  • Reason
12
13
25
Mastering jq (codefaster.substack.com)
14
 
 

Hello, iam in the making of artix install script. I start with setting variables in dialog like bootloader="refind" and etc. but when i do artix-chroot into chroot.sh script variables are gone.

right now i have something like this:

cp ${pwd}execution/chroot.sh /mnt/mnt &&
            USER="$USER" USER_PASSWORD1="$USER_PASSWORD1" USER_PASSWORD2="$USER_PASSWORD2"\
            ROOT_PASSWORD1="$ROOT_PASSWORD1" ROOT_PASSWORD2="$ROOT_PASSWORD2"\
            BOOTLOADER="$BOOTLOADER" SUPERUSER="$SUPERUSER" HOSTNAME="$HOSTNAME"\
            LOCALE="$LOCALE" ENCRYPTION="$ENCRYPTION" ROOT="$ROOT" ESP="$ESP"\
            KERNEL="$KERNEL" UCODE="$UCODE"
		artix-chroot /mnt bash -c '/mnt/chroot.sh && execute_root' 

But it does not really work, tried also some things like:

# create array of variables to pass to part 2
var_export=($formfactor $threadsminusone $gpu $boot $disk0 $username $userpassword $timezone $swap $intel_vaapi_driver $res_x $res_y_half)

# initiate part 2
mount --bind /root/artix-install-script /mnt/mnt
artix-chroot /mnt /mnt/chrootInstall.sh "${var_export[@]}"

and then in chroot.sh

# Importing Variables
args=("$@")
formfactor=${args[0]}
threadsminusone=${args[1]}
gpu=${args[2]}
boot=${args[3]}
disk=${args[4]}
username=${args[5]}
userpassword=${args[6]}
timezone=${args[7]}
swap=${args[8]}
intel_vaapi_driver=${args[9]}
res_x=${args[10]}
res_y_half=${args[11]}

still not they best way, kinda messy and buggy.

THANKS FOR HELP!

15
16
 
 

Watch on SkipVid platform, alternative to YouTube client watching YouTube videos indirectly, but without ads: https://skipvids.com/?v=-cTsFt-j7rk


I just found this creator who is super excited about the new Bash version. He goes through some aspects of the new changes and features. There is something funny about a guy getting so excited about a new Bash version, that I wanted to share it because of that. :D

Also its nice to see the changes in action and have an explanation from someone who (seemingly) knows what he is doing.

Video (partial) description:


Source Code: github.com/bahamas10/bash-changes

$ whoami Yo what's up everyone my name's dave and you suck at programming! Connect with me on my socials below and if you're reading this you're legally required to subscribe to my channel.

$ cat source-code The source code for my YSAP series (or related videos) is available for free under the MIT License on GitHub: Source Code → github.com/bahamas10/ysap

17
 
 

Thumbing through the feed, the news on how this or that organization letting go of commercial options for day to day operations are mounting.

This led me to wonder what would be the impact if FOSS, be it on the OS front, productivity front or whatever, was to become truly a relevant option.

I'm painfully aware of the difficulties I've faced trying to take a few online courses to be faced with borderline desdain for not using Windows/Office/Etc and opting for FOSS solutions.

Paying/supporting a FOSS solution does not offend me. I'm happier when giving money directly to a developer or project than to an opaque company. But I'm just one.

But what could happen if the ones became millions, actively contributing with a few coins per year to projects we use daily?

What could/would happen in the short term (under a year), medium-long (one to three years) and the long term (over ten years)?

18
 
 

So I have things working for me at this point. I was never able to get Samba worling properly. My initial issue was not having a / at the end of my folder path in the Samba config file. After fixing that issue I was able to see the shared folder but was prompted to log in each time, which was an issue in my use case. I ended up abandoning Samba and setting up Jellyfin which has been a much smoother experience, but also is providing many more features. So, if you are looking to share media on your local network, my recommendation would be Jellyfin!

Thank you so much to everyone that commented and helped me a long. I hope I get to return the favor in some way.

Hello, I've been working towards fully migrating to linux, but this is one issue I'm having a hard time with. I have a couple of folders on a storage drive that I share on my local network to stream movies and TV, but I can't figure out how to do it in my Linux install. I'm running Linux Mint 22, have installed Samba, and have tried a few different walkthroughs with no success. Can anyone point me in the right direction to get this set up?

Thanks for your time!

19
 
 

Hello all. I've recently installed Fedora 42 on my laptop, it's a microsoft surface laptop studio so it's running with the custom surface kernel. The feature matrix on their github page says that everything should be supported for my laptop and that's pretty much been my experience so far but I've been having issues when testing out games.

The laptop has a 3050TI and is more than capable of running most of the games that I usually play on windows, and I've almost gotten it working on Fedora. They'll launch and run just fine, everything even looks pretty decent graphically, but it just has really bad stuttery input lag, even in more lightweight games that I've tested such as balatro and stardew valley.

I'm not sure what would be causing this, as far as I'm aware I'm running the right gpu driver, I've double checked that they're using the dedicated gpu rather than the integrated one with nvidia-smi, but honestly that's about the extent of my knowledge. Does anyone have any thoughts / suggestions? It would be much appreciated.

20
21
 
 

Searching gives me the impression there's a million ways to solve the same problem on Linux, and I find myself profiling answers into about four categories at a glance:

  • Succinct: one or two-liner, a single config file, or just a few clicks
  • Long-winded song-and-dance: Full train of thought interspersed between various commands and logs, several config files (some of which don't already exist), or installing an obscure package that is no longer maintained
  • Specific to a desktop environment or version I don't have
  • Just looks wrong

I'll usually just take solutions from the first category, which almost always works, save for differences between updates and versions. Solutions in the second category also seem to end with a 50% chance of the OP unable to solve the problem. If I'm desperate, I'll try the second one, but it often ends up not working, eventually leading me to come up with a much cleaner solution of my own.

Curious if anyone else does this too and if those one-liners are really better solutions or if it's just confirmation bias.

22
23
129
submitted 4 days ago* (last edited 3 days ago) by POTOOOOOOOO@reddthat.com to c/linux@lemmy.ml
 
 

I made the unfortunate post about asking why people liked Arch so much (RIP my inbox I'm learning a lot from the comments) But, what is the best distro for each reason?

RIP my inbox again. I appreciate this knowledge a lot. Thank you everyone for responding. You all make this such a great community.

24
25
 
 

Sort of command that would pull a download that is self executed to the host machine?

That's worded a bit fucky, if I need to elaborate, please chime in.

view more: next ›