linux

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

just_another_person, in Can I mod my Thinkpad Keyboard to work in another laptop?

You’d have an easier path just modding the existing keyboard to something more like you want. You’re likely not going to fit any other keyboard in your machine for a long list of reasons.

Pantherina,

This is so sad. I was pretty sure this is the case. Fuck proprietary keyboards. Thinkpads kinda suck but they have great chassis and keyboard

humanplayer2,
@humanplayer2@lemmy.ml avatar

Get a bigger ThinkPad.

Pantherina,

Still proprietary garbage Bios and a VEEERY shitty company behind it.

Try to get free support for a product you paid. Bot possible. They dont even answer a question like “Windows doesnt want to install, you support Windows, how the hell do I do that”.

humanplayer2,
@humanplayer2@lemmy.ml avatar

Get an older ThinkPad.

Pantherina,

I have one. But its too slow

humanplayer2,
@humanplayer2@lemmy.ml avatar

SSH into a stronger machine.

Pantherina,

Thats not the purpose of a laptop haha

humanplayer2,
@humanplayer2@lemmy.ml avatar

It’s the purpose of the laptops where I work :D We run everything on development servers, so the laptops just run your editor of choice, basically.

just_another_person,

Look up replacements for the key actions bits and such and see if there is anything out there that gets you closer. Laptops are made to be portable, but not very customizable. Good luck 👍

Pantherina,

True, I should probably leave the tech of the keyboard alone, and “just” replace switches etc

downhomechunk, in Ipod problems
@downhomechunk@midwest.social avatar

Just curious why the ipod? Is it for retro chic? Are you trying to load songs you purchased or “backups”? I play my backups with vlc on my phone to save data.

Ipods have a proprietary handshake that must happen between the device and the computer trying to manage it. The open source community was able to reverse engineer it on the older models but not the later ones.

Zealousideal_Fox900,

Nostlagia. I also just wanna see it run again.

downhomechunk,
@downhomechunk@midwest.social avatar

I totally get that! Everyone here is suggesting complicated virtualization options. Maybe they know something I don’t. But if it were me, I’d try setting up plain old WINE and seeing if I can install an old version of iTunes from here:

www.oldversion.com/windows/itunes/

You could pick an xp era iTunes and set wine compatibility to xp, or 7 or whatever was contemporary for the ipod generation you have.

Unrelated: my phone insists on autocorrecting ipod to iPad. I feel old now.

dr_jekell,
@dr_jekell@lemmy.world avatar

Using a VM is being suggested as it is:

  • Relatively easy to set up.
  • Gives the user a full Windows OS which simplifies software installation.
  • Allows for snapshot backups to be taken of the install meaning if something breaks you just roll back to a previous snapshot.
  • The VM can have the internet disabled meaning no auto updates to the software or OS.
  • Easy to remove the VM and virtualization software at a later date if required.
  • The VM (or another) can be used to run other Windows only software.
downhomechunk,
@downhomechunk@midwest.social avatar

I’m not dissing the VM approach. I’m just saying I’d try WINE first. I already have it i stalled for steam.

DangerousInternet, in Cleanest way to maintain AppImage installations?
@DangerousInternet@lemmy.world avatar

deleted_by_author

  • Loading...
  • BrianTheeBiscuiteer,

    If you’re taking a manual approach I would use a symlink:

    $ ln -s /path/to/stuff/Bitwarden.1.0.7.appimage /path/to/stuff/Bitwarden.appimage

    Then you can hang on to a previous version just in case, plus you can see from the original filename what version you’re on.

    everett, (edited )

    Happy to hear if there are glaring problems with this approach, but if you can assume files named with version numbers, you can use a script to always launch the newest…

    
    <span style="color:#323232;">#!/bin/bash
    </span><span style="color:#323232;">cd ~/Downloads
    </span><span style="color:#323232;">chmod +x $(ls | grep Appname.*AppImage$ | sort -rV | head -n 1)
    </span><span style="color:#323232;">./$(ls | grep Appname.*AppImage$ | sort -rV | head -n 1)
    </span>
    

    Or you could change the script to sort by file modified date and launch the newest.

    edit: Discovered an issue with version numbering like .10 and learned about the sort -V switch that fixes it!

    navitux, in please help me, why is this happening??
    @navitux@lemmy.world avatar

    Did you solved it?

    01adrianrdgz,
    @01adrianrdgz@lemmy.world avatar

    no, I’m sorry about that, I’m currently flashing Xubuntu and maybe that will work too!!

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

    That looks like it might be the monitor's own on-screen display rather than anything Puppy related. My guess is that the monitor hasn't been detected properly and Puppy is putting out a resolution that the monitor can't deal with.

    Since the message says 1280x1024, either the monitor is 1280x1024 and can't deal with anything else, or it's not 1280x1024 and is being sent 1280x1024 resolution and is complaining about it.

    (Or worse, it's a clock frequency error which was a real problem back in the early days of Linux.)

    As for how to fix, the answer is going to be different depending on the age of the base Linux under Puppy and the graphical subsystem.

    For X/X11/Xorg it's probably going to need use of the xrandr shell command, perhaps to delete the mode that is causing the problem. For Wayland, it appears that each window manager has its own xrandr equivalent. I see talk of a gnome-randr, for example.

    To get to a shell in the first place, try the Ctrl+Alt+F1 key-combo. If the computer isn't frozen, that might get a text-based console login prompt. (Puppy might do things differently here though. Not sure.)

    Alternatively, look up how to boot to a single-user shell by modifying GRUB options, that is, if no such option is there already.

    Caveat: I am no expert. Take this under advisement. Also try web-searching some keywords. It might be there's a really simple fix for this that I don't know about.

    01adrianrdgz,
    @01adrianrdgz@lemmy.world avatar

    thank you so much!!!

    smpl, in qcow2 images not shown as dynamic but max size?
    @smpl@discuss.tchncs.de avatar

    My best guess is that you forgot the -f parameter to qemu-img.

    Pantherina,

    Hmm. Maybe? This would be a virt-manager but though, as I stopped bothering with CLI and just use that again

    Vitaly, in Using Linux for the first time
    @Vitaly@feddit.uk avatar

    use linux mint or pop os

    governorkeagan,

    PopOS is fantastic!

    Lettuceeatlettuce, in What's the best way to remote into a linux machine?
    @Lettuceeatlettuce@lemmy.ml avatar

    I’ve been using Rust Desk for a few months now and it’s awesome. Works on Linux, Windows, Mac, iOS, and Android.

    It’s open source and super easy to setup and configure. For limited use cases, you can just use their freely provided servers, but you can also host your own server if you want.

    I’ve been really impressed with the connection speeds and features, it has everything I need including end-to-end encryption for all network traffic, so your remote connection is at far less risk of getting snooped.

    Unmapped, (edited )

    I was looking into rust desk. It looked like the perfect solution for remotly helping my family members. The problem is I have them running silverblue. I don’t think rust desk supports Wayland. There is a experimental way I was going to try, but I’m not sure how to install it since its not in Fedora repo or flatpak.

    sxan,
    @sxan@midwest.social avatar

    Just a data point: OP is looking for a desktop solution, and Rust Desk may be fine for that; I was pretty impressed with it. However, I caution about using it to share out on Android. I traced down random crashes and reboots into safe mode to Rust Desk running on a Pixel. It took me a while to figure out which app was causing it; it seemed to have no correlation to use, time, or anything else I could discern. They only went away after I completely uninstalled Rust Desk (which is why it took so long; I couldn’t correlate it to running Rust Desk, so I didn’t suspect it).

    The reboots into safe mode turned me off to it on mobile - I had no issues at all running the desktop client on Linux. Android aside, it’s a really nice bit of work, and I fancy even nicer than VNC, which for me is saying a lot.

    That said, on a fast network, I still prefer a good old X client over ssh to VNC, if for no other reason than easier per-app windows - but I like the L&F and performance of X on a fast pipe.

    Unmapped,

    Good to know since I’m using a pixel as well. For remoting to my own devices. Since they are all running Wayland now. I plan to try out waypipe soon. I read it’s like a replacement for running X over ssh.

    For helping family members I was looking for something more user friendly. Which is why I was looking into rust desk.

    sxan,
    @sxan@midwest.social avatar

    Well, don’t let me put you off of it; Rust Desk is pretty nice, and user friendly. Just… keep any eye on it if you run it on your phone. Maybe you won’t have any problems, but if you start noticing reboots, you’ll have an idea of why.

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

    Nyfure is right. Wayland support is experimental but has been added to Rust Desk since earlier this year.

    I haven’t tested it on Wayland myself, and remote login isn’t yet supported according to their GitHub documentation, but if you just need a reliable way to provide remote support to your fam, it’s a really solid option.

    Wayland is quickly becoming the standard, and Rust Desk seems to be on that train which is good. I wouldn’t be surprised to see full Wayland support or close to it by the end of next year.

    Also, I just use the .appimage file and it works fine for me. Just make sure to set it as executable with chmod +x or in the file permissions tab in your GUI.

    Unmapped, (edited )

    Oh! I didn’t see that app image was an option. I’m definitely going to give it a try now. For my use case I don’t need remote login so that works out fine. Thanks.

    Nyfure,

    This. You can also directly connect via IP address when enabled on the target, very handy.

    Its probably also one of the few which have started developing Wayland support on the host side.
    Currently only clipboard and video sharing works, mouse and keyboard are close..
    wayland is very restrictive and things like full keyboard/mouse reading/writing need special handling (and afaik a mouse write method wasnt really available from user permissions so far)

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

    The monitor seems to be recommending you use mode 1280x1024. Have you tried that?

    01adrianrdgz,
    @01adrianrdgz@lemmy.world avatar

    there’s no setting for that, the only settings are really basic ones!! I will change the resolution from GRUB then, maybe that will work.

    ZeroHora, in Cleanest way to maintain AppImage installations?
    @ZeroHora@lemmy.ml avatar
    isVeryLoud, (edited )

    Definitely the correct answer.

    It’s a drag and drop appimage manager, like macOS DMGs. And it’s a flatpak!

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

    Looks like it’s using a video mode the monitor doesn’t support, you’ll need to set the refresh rate as well as the resolution to ones that are supported. Likely candidates are 800x600@75hz or 1024x768@60hz, but it really depends on the monitor, check the manual if you can

    01adrianrdgz,
    @01adrianrdgz@lemmy.world avatar

    thank you but I don’t have the manual, there is no information about this monitor online, I’m currently in BIOS, it’s American Megatrends. https://lemmy.world/pictrs/image/455f58f2-6fcf-4017-afef-532495b76a82.jpeg

    turbowafflz,

    If it’s a vga monitor you could probably plug it into a modern computer to see the available video modes in the display settings. Then on the old computer just change the video mode with xrandr in your xinit

    possiblylinux127, in What dock do you use in Wayland?

    What’s your desktop?

    plasticcheese,

    KDE Plasma

    possiblylinux127,

    I’m not a plasma user but I’m pretty sure plasma has a built in dock****

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

    There’s honestly not a lot of practical uses for it when you have the option of just running a Linux Distro anyway. It’s mostly to keep people who NEED to run Linux for work in Windows as an OS. Otherwise, I’ve found no purpose for it. Neat I guess? Useful, no.

    Resol,
    @Resol@lemmy.world avatar

    I guess that’s one way of looking at it.

    olorin99, in S3 Sleep on AMD always freezing the Desktop
    @olorin99@kbin.social avatar

    Many modern laptops no longer support S3 sleep at all. It is likely to be an issue with the bios rather than a linux project. On my laptop, with Ryzen 7 5825U, I had to give up on S3 and use s2idle. Also had to pass "pcie_aspm=off" as a kernel parameter because it would take ages to wake the ssd without it. Overall works ok. Not as good as S3 but better than nothing.

    Pantherina,

    Thank you! How do you activate s2idle?

    olorin99,
    @olorin99@kbin.social avatar

    So to check what suspend states your laptop supports run cat /sys/power/mem_sleep. It should print something like s2idle shallow [deep] with the option that is enabled having [] around it. To change the enabled option run echo "s2idle" > /sys/power/mem_sleep.
    https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate has more info.

    Pantherina,

    S2idle.

    Hm, anyways this is happening ;(

    PrefersAwkward,
    @PrefersAwkward@lemmy.world avatar

    Pcie ASPM off would hurt battery life a lot wouldn’t it? What sad do you have?

    olorin99,
    @olorin99@kbin.social avatar

    I haven't really noticed much of a difference. I figured it was probably worth actually being able to wake the laptop from sleep rather than having to restart it every time.

    Pantherina, in How safe are my data if my hard drive isn't encrypted?

    Community in the text?

    Guenther_Amanita, (edited )

    Crosspost. Click on it and you’ll land on my original post.

    I didn’t want to duplicate it. You can always suggest me how to make the crosspost more visible, I just did it how my client set it up for me.

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