linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

merde, in Basic fonts

futura ❤️

recently, upon reading about its typographer’s ideas about it, i’m trying avenir over frutiger

federalreverse,
@federalreverse@feddit.de avatar

All three not just proprietary but also expensive, unless you copy them off a Mac OS install.

merde,

sadly

Pantherina,

Torrenting my friend

Aatube, in Basic fonts
@Aatube@kbin.social avatar

Apple's San Francisco including New York and Mono Nerd cuz they gud >:)

igalmarino, (edited )
@igalmarino@lemmy.ml avatar

I like SF Pro but I use Inter because of OSL

Infiltrated_ad8271, (edited ) in One single partition for Linux versus using a partition table?
@Infiltrated_ad8271@kbin.social avatar

I don't like wasting space or having to predict how much space I'll be using two years from now, so I prefer the minimum of partitions: efi, boot, and system(luks), with a btrfs subvol for /, home, and swapfile.

just_another_person, in How to download ALL dependencies for an external .deb package (rescuezilla)?

This seems like a trick question, but app the repo to your apt sources first, then try to install. Step through for each unresolved dep if needed.

iturnedintoanewt,
@iturnedintoanewt@lemm.ee avatar

That’s…a lot of dependencies to manually get. This wouldn’t have worked. And I need a reproducible method so I can do this fully offline without having to match apt to anything online.

caseyweederman,

If the dependencies are in the repos you’ve added since, then apt-rdepends should be able to pull them.
I had to keep chaining grep -v to ignore packages that didn’t exist but the result was a success.

ares35, in One single partition for Linux versus using a partition table?
@ares35@kbin.social avatar

what you're doing is perfectly fine. if it's what your comfortable with, there's no 'need' to change.

hottari, in Sell Me on Linux

Use whatever software your peers are using, the way they are using them. The importance of software compatibility cannot be overstated.

MimicJar,
@MimicJar@lemmy.world avatar

This is hugely important. Since Windows is what they use now, I’d start by seeing if any peers are using macOS. See what issues, if any, they have. If you can find someone who uses ChomeOS, ask them too.

Linux will likely have a solution to any sort of compatibility problems, but I imagine folks who have already moved off of Windows will share similar problems.

cmnybo, in Shadow Cast: GPU accelerated screen and audio recording for Linux

It has no support for AMD or Intel GPUs though.

sonymegadrive,

I absolutely plan to support team red/blue GPUs. I just don’t have access to the h/w right now

radioactiveradio, in Shadow Cast: GPU accelerated screen and audio recording for Linux

I like how happy the dood is on the repo profile pic. Like he beat the final boss in Sekiro in one try. 10/10 project.

sonymegadrive,

The pfp is goofy af. It stays 😂

bizdelnick, (edited ) in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

First of all, check that hardware virtualization is enabled in your UEFI setup.

You need to have packages virtualbox-dkms and linux-headers installed (together with all their dependencies, but you don’t have to check them manually). linux-headers must be of the same version as linux-image. That’s all that you need to get driver properly built. Don’t listen those users who recommend you to remove and reinstall these packages or install additional packages manually, this kind of magic doesn’t work.

Also note that you cannot use kvm and virtualbox simultaneously. If you are using some kvm-based virtualization system, it causes a conflict.

merthyr1831, in This week in KDE: Wayland by default, de-framed Breeze, HDR games, rectangle screen recording

HDR stuff is great to see! Valve’s upstream work on Wayland HDR support is finally coming to everyone

GustavoM, (edited ) in What is the best distro for gaming?
@GustavoM@lemmy.world avatar

There is no* such thing as “best” – all distros are Linux/GNU at heart.

billwashere,

Well having personally dealt with the Redhat and Ubuntu fiascos there are some that are clearly better than others 🤣

I would say that some are better dealing with certain hardware better than others. But you are right, it’s all Linux so any distro could be made to work.

cerement,
@cerement@slrpnk.net avatar

“all distros are Linux/GNU at heart” – Alpine has entered the chat

stella, in NVIDIA Linux Driver Adds Wayland Bug Fixes and Improvements

I use an Nvidia laptop, and none of the issues I have with Wayland are from the GPU.

possiblylinux127,

Really?

qpsLCV5,

since we’re sharing anecdotes… i have a desktop pc with an rtx2070 and ALL my issues are due to the gpu.

recently installed wlroots-nvidia from the AUR and it fixed the worst of it for now, but still getting glitches. i don’t recommend Sway when you’re on nvidia.

NutWrench, in Amazon Building its Own Linux-Based OS to Replace Android
@NutWrench@lemmy.ml avatar

I already tried an Amazon Fire tablet, Amazon. No thanks. I returned it. I don’t need a locked-down console that spies on me. Windows is well on its way to becoming that already.

spark947,

I tried to get one since it was 30 bucks, so I’m not too surprised this is how they operated. They are locking down jindles real hard too. Probably going to make a lot of ewaste.

Kidplayer_666, (edited ) in Newbie with questions about Debian

To solve number 4, I need to know the desktop environment you went with. Is it Gnome? If so, there’s a tweak (a Gnome extension) that makes the taskbar stay on screen permanently or appear when you hover over it (kinda like MacOS) and then you just right click a program you’re using in there to pin it to the taskbar

Bobson_Dugnutt,
@Bobson_Dugnutt@hexbear.net avatar

Yes it’s Gnome

Kidplayer_666,

There’s a gnome extension for that, let me check if I can find it

Kidplayer_666,

Just searched quickly on DuckduckGo, here you go

beta_tester, (edited ) in Sell Me on Linux

You can just downlaod any linux iso, e.g. fedora fedoraproject.org/workstation/download , and install it in a virtual machine. This way you can play with linux.

You can also write it to an USB and boot from the USB, nothing grts written on any other storagr device and you can test if everything works, check for compatibility, play around and once you’re done, you shut down, remove the USB and your PC is like nothing has happened. Getting to know how to download an iso, write it to usb and boot from it is a common and easy task.

I’ve never heard of a common video format not playing on linux

Sage_the_Lawyer,

This is a great tip, I’ll definitely do some test runs, thanks!

Flaky,
@Flaky@iusearchlinux.fyi avatar

Some old video codecs were proprietary and had to be installed afterwards from a separate repository or package, that might be where that notion is coming from. That being said once the relevant codecs are installed (open-source or proprietary) things just work fine, or you could install VLC or mpv and just call it a day.

astraeus, (edited )
@astraeus@programming.dev avatar

Some legal software only runs on Windows, including some of the proprietary video software used by courts and police departments. There’s a ton of reason they should move towards interoperability in the legal system, but a lot of this software is contract-bound and carries lofty promises of security and privacy.

That being said, I would try to run those on Wine if it’s possible.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #