linux

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

ani, (edited ) in Noob question: what to arrange before switching to linux

You will find what you further need on the go, no need to get more ready than what you’ve already done.

UntouchedWagons, in What's your experience with bluetooth audio?
@UntouchedWagons@lemmy.ca avatar

I installed fedora 38 on my lenovo thinkpad t14 (now running fedora 39) and aside from one easily fixed issue bluetooth works perfectly. My gaming pc running windows can use my laptop as an audio device via bluetooth which is pretty cool.

retrieval4558, in 13" or smaller Linux laptop - best replacement for aging chromebook?

I just did something similar last week. My criteria were 1) small form factor like a Chromebook, 2) not actually a Chromebook, 3) could swap out or install an m.2 SSD.

I ended up getting a harddrive-less old Latitude 3190 for 30$ off eBay, put a 256gb SSD in (had it lying around + that’s the max capacity supported I think), and ended up installing fedora KDE. It’s not perfect but for the price it’s amazing

Nimrod,

Dang, that’s a nice deal. I think I want something with a bit more juice, as I would like to play Minecraft from time to time. I’m leaning towards used thinkpad

nyan, in please help me, why is this happening??

Ooh, CRT monitor. And that’s an odd resolution that it’s suggesting. You could try driving it at 1280x1024 at 60Hz. If that doesn’t work, try 800x600 at 60Hz, which is the traditional lowest SVGA resolution (picture may be slightly distorted if it really is a 5:4 monitor). If that doesn’t work, try the traditional VGA resolution of 640x480 just to get something going. I’d recommend using X as Wayland has probably not been tested very much on hardware this old. And it almost certainly has no clue how to deal with a widescreen resolution or a resolution wider than its “Recommend mode”.

(I was still using a 17" CRT with X at 1280x960 up to about five years ago. I had no issues ever.)

vaionko,

1280x1024 is really not that pdd for an old LCD. And yes,to me that looks like an LCD instead of a CRT. Way too flat and matte for a CRT.

humanplayer2, in Best distro for Lenovo Carbon X1
@humanplayer2@lemmy.ml avatar

Did you check if there is a bios setting related to suspend, and that it’s set properly?

testman, (edited ) in What's the best way to remote into a linux machine?

>Ctrl+F cockpit
>0 results
my dudes, I am dissapoint
cockpit-project.org

but ok, yes, for actual remote desktop, VNC or RustDesk, despite RustDesk being some open-core implementation that holds the good stuff in the proprietary release. At least it was when I last checked it out.

flashgnash, (edited )

I don’t think OP is looking to remote into servers here, personally for servers ssh is great but for accessing my laptop from desktop/vice versa the terminal can be a bit awkward when there are applications with no cli behind them which is where a graphical remote desktop comes in handy

richardisaguy, (edited ) in Best distro for Lenovo Carbon X1
@richardisaguy@lemmy.world avatar

You could try fedora KDE spin or opensuse… But not sure if changing will fix these issues

chicagohuman, in Using GNOME Flashback makes Ubuntu more customizable!!

I’d love to see a side by side comparison between this and vanilla Gnome. Also MATE. Also Gnome2

fakeman_pretendname, in Using GNOME Flashback makes Ubuntu more customizable!!

I didn’t realise this option existed - and it’s an interesting one, perhaps giving the ease-of-use of Mate/Cinnamon/Gnome 2, without sticking with the older code.

AProfessional,

Flashback is based on old GNOME 2 code but unlike MATE it’s not maintained or improved.

ipsirc, in How safe are my data if my hard drive isn't encrypted?
lukas,
@lukas@lemmy.haigner.me avatar

Lists of things not to do:

  • (NEW!) Go through airport security with an encrypted laptop, sensitive information and free conference stickers showing your affiliations as an activist. Let airport security confiscate your laptop. Airport security drugs and wrenches you. You give them your laptop password. The police arrests you based on suspicions of terrorism.
conciselyverbose,

Not that other means of accessing the passwords aren't worth considering, but in the real world, it takes a lot more for someone to actually coerce your password from you than to use unencrypted storage.

I generally like xkcd, but this is a harmful trivialization of the value of encryption. In the real world, anything that isn't encrypted is negligent as hell. There's no valid reason not to do it, with maybe the exception of a thumb drive you're sharing across a computers you don't control and are clearly aware is not secure.

fl42v, (edited )

Except when your drive is encrypted you can easily destroy its contents. Let’s say you’re DorkPirate1337 who happens to care about their opsec; you luksEncrypt your drive and have a simple script that runs when a specific USB key is disconnected, triggers luksErase, and then poweroffs. Voila, when the school principal snatches your unlocked laptop while you’re in the lib, all your pirated hentai becomes permanently unaccessible whether you give up the password or not. [Edit: the USB key is strapped to your wrist]

Note: luks uses 2 encryption keys, where one is randomly generated and encrypts the actual data, and the second one is given by the user and encrypts the first one; luksErase destroys the luks header containing that first key

nayminlwin, (edited ) in Is the Windows Subsystem for Linux worth it?

Been daily driving WSL Debian for about a year on my work laptop, without systemd and display server. At first, I was really only using it for application servers that just won’t run or too tedious to run on windows. But windows is just terrible for dev work that’s not part of windows eco system. So I found myself slowly moving most of my dev stuff to WSL. There are still some problems though.

Off the top of my head, first is neovim and the system clipboard. I can use clip.exe but there’s a problem with unicode characters. It’s expecting some UTF-16 encoding or something but my bash is in UTF-8. And somehow that messes up copying some unicode characters. I have to either use iconv to convert the encoding before copying or may be change my bash encoding.

Another recent problem I had is binding WSL ports to the window host’s network. WSL automatically binds the service ports to host window’s localhost with the same port number, which is pretty useful. But it only binds to localhost address. If you want it to bind to other addresses, you can’t configure it. You can to run some kind of a patch program someone wrote, that rebinds WSL ports the wildcard address. And it doesn’t work very well if the patch program’s version and your WSL’s versions are not compatible.

Another minor problem is that there’s some kind of a freeze that lasts for about a minute when I’m doing fzf in bash. It happens sporadically. I’m not entirely sure if the problem’s with Windows Terminal or WSL. It’s likely WSL. It seems to happen with other terminal emulators as well.

All in all, WSL makes having to be on windows a whole lot bearable. I’ll probably end up using only rudimentary UI apps on windows and move the rest to WSL.

albsen, in Best distro for Lenovo Carbon X1
  1. you’re likely describing hibernate not suspend suspend has different states and the most common one is suspend to ram which needs a low concurrent supply of power and that’s on all laptops the default - certainly on all thinkpads I own
  2. check the systemd configuration file for your close lid actions such as suspend
  3. hibernate means the machine is completely off and only works if you installed the OS in a specific way (please search how to install fedora to do this)
  4. fedora is not superbly newbie friendly, maybe try ubuntu, linux mint or popos which usually work out of the box
Sims, in Another Look At The Bcachefs Performance on Linux 6.7 Review

Hm, not sure why he thinks bcachefs will ‘mature’ over the coming months ? …unless more debugging/stability features are enabled by default.

I hoped for more speed umpf, but looking forward to testing…

Chewy7324,

Bcachefs still misses major features, so it’s possible to expect that performance will change over time. Just because bcachefs is upstreamed to Linux doesn’t mean it’s finished.

bcachefs.org/Roadmap/

wfh, (edited ) in Using Linux for the first time

May I ask why you, as a beginner, specifically chose one of those distros instead of more “mainstream” ones?

Puppy Linux’s main use-case is to be a live ISO, that doesn’t need to be installed to run. It doesn’t mean it’s not a good idea to install it, but I think if you want to use an Ubuntu derivative, there are better options for a beginner like Pop or Mint that would let you install a lightweight desktop environment like XFCE, LXDE, LXQt and so on.

Alpine Linux is specifically designed to avoid all the core system tools that are pretty much universal on most other distros like glibc, systemd or GNU tools and libraries, which will make your life hell as a beginner if you need to troubleshoot anything as most “universal” documentation like the Arch wiki would be at best partially relevant, at worst useless.

embed_me,
@embed_me@programming.dev avatar

Xubuntu rocks. Used it throughout college on my cheap laptop

fushuan, in Is the Windows Subsystem for Linux worth it?

It’s the best if you convince your boss that you need it for work in your non admin privilege system because you can sudo inside there so you can install whatever.

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