Linux

56285 readers
927 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
3
4
5
 
 

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
6
 
 

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

7
8
16
Mastering jq (codefaster.substack.com)
9
 
 

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!

10
 
 

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!

11
 
 

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)?

12
 
 

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!

13
127
submitted 2 days ago* (last edited 2 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.

14
15
16
22
submitted 2 days ago* (last edited 2 days ago) by Tenderizer78@lemmy.ml to c/linux@lemmy.ml
 
 

So, a while back I installed Xfce with Chicago95, but was disappointed. Xfce just doesn't vibe with me, and a strict emulation of Windows95 is not really what I wanted, I just wanted something that "felt" that classic.

So I was gonna give up and just use KDE, until I saw TDE. I think TDE is probably what I'm looking for but I'm concerned about using anything so minor because security.

It TDE secure (for personal use)?

Can a DE even be insecure, or are they all generally as secure as each-other as long as you follow the rules (trustworthy software, closed firewall, install patches fast, and disaster recovery plans)?

What vulnerabilities can a desktop environment even have (edit)?

17
 
 

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.

18
19
 
 

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.

20
 
 

Also why does everyone seem to hate on Ubuntu?

21
22
 
 

Hello r/linux !

I just released the first version of Gosuki, a multi-browser real time bookmark manager I have been writing on and off for the past few years. It aggregates your bookmarks in real time across all browsers and even external APIs such as Reddit and Github.

I was always annoyed by the existing bookmark management solutions and wanted a tool that just works without relying on browser extensions, self-hosted servers or cloud services. As a developer and Linux user I also find myself using multiple browsers simultaneously depending on the needs so I needed something that works with any browser and can handle multiple profiles per browser.

The few solutions that exist require manual management of bookmarks. Gosuki automatically catches any new bookmark in real time so no need to manually export and synchronize your bookmarks. It allows a tag based bookmarking experience even if the native browser does not support tags. You just hit ctrl+d and write your tags in the title.

Feature Highlights:

  • A single binary with no dependencies or browser extensions necessary. It just work right out of the box.
  • Use the universal ctrl+d shortcut to add bookmarks and call custom commands.
  • Tag with #hashtags even if your browser does not support it. You can even add tags in the Title. If you are used to organize your bookmarks in folders, they become tags
  • Real time tracking of bookmark changes
  • Builtin, local Web UI which also works without Javascript (w3m friendly)
  • suki cli command for a dmenu/rofi compatible output
  • Modular and extensible: Run custom scripts and actions per tags and folders when particular bookmarks are detected
  • Browser Agnostic: Detects which browsers you have installed and watch changes across all of them
  • Also handles multiple profiles per browser
  • Stores bookmarks in a portable sqlite database compatible with the Buku. You can use any program that was made for buku.
  • Can fetch your bookmarks from external APIs (Reddit and Github for now).
  • Easily extensible to handle any browser or API

It's open source with an AGPLv3 license, Checkout the README and website docs for more details.

23
 
 

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.

24
25
view more: next ›