27
submitted 15 hours ago by arsus5478@lemmy.ml to c/linux@lemmy.ml

to read epub files I've always used calibre library. Just wondering if there's something better.

To ocr pictures and the like I've used ocrfeeder. Maybe you use something better?

[-] arsus5478@lemmy.ml 2 points 15 hours ago* (last edited 15 hours ago)

xfce, and thanks! it worked!

[-] arsus5478@lemmy.ml 1 points 16 hours ago

I don't get it then. I installed debian 13 with xfce and now I'm using gnome??

12
submitted 2 days ago by arsus5478@lemmy.ml to c/linux@lemmy.ml

I use a small notebook so it comes in handy to double the title bar to have space to increase the title font to 16 or 18

On debian 12.11 this was the case, but I don't remember how I configured it or what style I used. The style I now use on debian 13 is adwaita

28
submitted 3 days ago* (last edited 2 days ago) by arsus5478@lemmy.ml to c/linux@lemmy.ml

debian 13.0, downloaded yt-dlp with wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/.local/bin/yt-dlp

the python script is in that directory, but if I execute yt-dlp on the terminal it returns bash: yt-dlp: command not found

what should I do?

SOLVED: add .local/bin to your $PATH

[-] arsus5478@lemmy.ml 2 points 3 days ago

xfce on an clevo notebook

13
submitted 4 days ago* (last edited 3 days ago) by arsus5478@lemmy.ml to c/linux@lemmy.ml

with debian 12.11 I could use function keys to increase / decrease volume. This function is now lost with debian 13.

Why? Any way to restore this function?

all other function keys work as previously.

26
submitted 5 days ago* (last edited 4 days ago) by arsus5478@lemmy.ml to c/linux@lemmy.ml

new usb install. that directory sits now empty

19
submitted 6 days ago by arsus5478@lemmy.ml to c/linux@lemmy.ml

to install a fresh debian 13.0 I know ventoy. Do you use something else? why?

can I use gparted on ventoy to resize partitions on a notbook?

[-] arsus5478@lemmy.ml 4 points 1 week ago

debian 13 needs more boot space, my boot partition is too small to complete the upgrade

[-] arsus5478@lemmy.ml 1 points 1 week ago
[-] arsus5478@lemmy.ml 1 points 1 week ago

is gparted better than KDE partition manager? or gnome's?

18
submitted 1 week ago by arsus5478@lemmy.ml to c/linux@lemmy.ml

lsblk:

I need to enlarge nvme0n1p2 by shrinking nvme0n1p3 (LUKS)

do I have to do something with /boot/efi? enlarge as well?

backing up as of now

[-] arsus5478@lemmy.ml 1 points 1 week ago

or offline partition shrinking, moving after a data backup if you have personal files you care about

what you are saying is: copy all your data to another drive, expand the boot partition shrinking the main storage drive and then copying back?

25
submitted 1 week ago* (last edited 1 week ago) by arsus5478@lemmy.ml to c/linux@lemmy.ml

apparently my problem is I cannot update initramfs:

update-initramfs: Generating /boot/initrd.img-6.12.41+deb13-amd64 zstd: error 70 : Write error : cannot write block : No space left on device

After checking KDE Partition Manager for /boot and /boot/efi both have free space left:

/boot size: 488 MiB

/boot used: 396.26 MiB

/boot/efi size: 512 MiB

/boot/efi used: 10.52 MiB

dpkg -l | grep linux-image | awk '{print$2}' shows:

linux-image-6.1.0-37-amd64

linux-image-6.1.0-38-amd64

linux-image-6.12.41+deb13-amd64

linux-image-amd64

I am now using debian 13 on linux-image-6.1.0-38-amd64 because linux-image-6.12.41+deb13-amd64 won't load from grub2. I don't want to get rid of linux-image-6.1.0-37-amd64 till I solve this issue

[-] arsus5478@lemmy.ml 1 points 1 week ago* (last edited 1 week ago)

just to avoid misunderstandings, I assume the final >french accent lemmy wont show< in your code is lemmy code and you forgot to type the >french accent lemmy wont show< at the beginning of the command, right? because the one without the >french accent lemmy wont show< returns -bash: update-initramfs: command not found

incidentally, another member suggested I run sudo dpkg-reconfigure initramfs-tools

it returns:

update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.148.3) ... update-initramfs: Generating /boot/initrd.img-6.12.41+deb13-amd64 zstd: error 70 : Write error : cannot write block : No space left on device E: mkinitramfs failure cpio 141 E: mkinitramfs failure zstd -q -9 -T0 70 update-initramfs: failed for /boot/initrd.img-6.12.41+deb13-amd64 with 1. dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools

but this is something I don't understand. I deleted 6 old kernels already. There are only 3 left.

After checking KDE Partition Manager for /boot and /boot/efi both have free space left:

/boot size: 488 MiB

/boot used: 396.26 MiB

/boot/efi size: 512 MiB

/boot/efi used: 10.52 MiB

[-] arsus5478@lemmy.ml 2 points 1 week ago

thanks. I did all that. Is it safe to reboot? don't want to ruin the machine

[-] arsus5478@lemmy.ml 1 points 1 week ago* (last edited 1 week ago)

upgraded from 12.11 to 13.0. I just deleted some old kernels and freed some space in the boot partition. Could this be the reason? not enough free boot space?

[-] arsus5478@lemmy.ml 4 points 1 week ago

would you help the noob here and explain how to do that?

19
submitted 1 week ago* (last edited 1 week ago) by arsus5478@lemmy.ml to c/linux@lemmy.ml

I hope you understand what I mean.

On my grub screen there are 4 options, 2 regular booting and 2 recovery mode afair.

I cannot access the first regular one, only the second one. Cannot give you a screenshot or a picture because I'm scared of rebooting the computer again.

If I execute cat /etc/debian_version it returns 13.0, so it's already upgraded.

sudo apt update && sudo apt upgrade -y doesn't return any errors.

what is going on?

20
submitted 1 week ago* (last edited 1 week ago) by arsus5478@lemmy.ml to c/linux@lemmy.ml

per my previous post I completed the upgrade to 13.0, including the 900 files I didn't get to download and install after using sudo apt update && sudo apt upgrade -y

I now have a working internet connection using a lan cable.

More important than this wlan/lan issue is this new one: each time I try to update/upgrade with either sudo apt --fix-broken install , sudo apt full-upgrade , sudo apt update && sudo apt upgrade -y I get:

`Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 3 not fully installed or removed. Space needed: 0 B / 58.6 GB available

Setting up initramfs-tools (0.148.3) ... update-initramfs: deferring update (trigger activated) Setting up plymouth (24.004.60-5) ... update-initramfs: Generating /boot/initrd.img-6.12.41+deb13-amd64 zstd: error 70 : Write error : cannot write block : No space left on device E: mkinitramfs failure cpio 141 E: mkinitramfs failure zstd -q -9 -T0 70 update-initramfs: failed for /boot/initrd.img-6.12.41+deb13-amd64 with 1. dpkg: error processing package plymouth (--configure): installed plymouth package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent configuration of plymouth-label: plymouth-label depends on plymouth (= 24.004.60-5); however: Package plymouth is not configured yet.

dpkg: error processing package plymouth-label (--configure): dependency problems - leaving unconfigured Processing triggers for initramfs-tools (0.148.3) ... update-initramfs: Generating /boot/initrd.img-6.12.41+deb13-amd64 zstd: error 70 : Write error : cannot write block : No space left on device E: mkinitramfs failure cpio 141 E: mkinitramfs failure zstd -q -9 -T0 70 update-initramfs: failed for /boot/initrd.img-6.12.41+deb13-amd64 with 1. dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: plymouth plymouth-label initramfs-tools Error: Sub-process /usr/bin/dpkg returned an error code (1) `

help appreciated

[-] arsus5478@lemmy.ml 3 points 1 week ago

Sorry, corrected it. Results didnt change

25
submitted 1 week ago* (last edited 1 week ago) by arsus5478@lemmy.ml to c/linux@lemmy.ml

I edited the new debian.sources file in /etc/apt/sources.list.d according to debian instructions, started to upgrade and successfuly upgraded to 13.0, at least core debian (can use mpv, vlc, thunar, libreoffice...)

Problem is, this notebook with debian 13.0 doesnt have a working network manager and there are still 900 packages that need upgrading.

The command I entered in the terminal: sudo systemctl status NetworkManager.service returns: unit NetworkManager.service could not be found.

I have an android phone I thought I could use as a network hotspot or maybe tether, but debian 13.0 doesnt recognize it, so I really dont know what to do

Lan cable didnt work either.

Help appreciated

ETA: THANK YOU GUYS FOR YOUR AWESOME HELP!!!

special thanks to InnerScientist and stuner for their approach but what worked was what IHave69XiBucks proposed.

view more: next ›

arsus5478

joined 1 week ago