arsus5478

joined 3 weeks ago
 

locate is a command I've used in the past, but now, fresh installed with sudo apt get locate it doesn return anything.

locate --version returns locate (GNU findutils) 4.10.0, from 2024

or, have I forgotten something?

[–] arsus5478@lemmy.ml 1 points 2 days ago

holy crap you're fast

 

flatpak should be newer than apt, correct if wrong.

I first installed FFmpeg extension with extra codecs from flatpak, executed a ffmpeg command that returned: command not found.

I then thought the flatpak package, as the name states, is an extension that needs the apt version to be installed to work, so I executed sudo apt install ffmpeg and after downloading, the command worked.

Should I get rid of flatpak's ffmpeg? Am I gaining functions with this package?

ffmpeg -version returns ffmpeg version 7.1.1-1+b1 Copyright (c) 2000-2025 the FFmpeg developers built with gcc 14 (Debian 14.2.0-19)

[–] arsus5478@lemmy.ml 3 points 1 week ago (1 children)
 

when I used debian 12.7 xfce I somehow installed something that allowed me to access my android device as an external disk and copy data there simply plugin in the usb cable.

I don't know what I installed anymore.

What application do I need?

 

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 1 points 2 weeks ago (1 children)

I'm on xfce and didn't find that option. All I see is assistive technologies, keyboard and mouse. Is that for gnome?

[–] arsus5478@lemmy.ml 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

xfce, and thanks! it worked!

[–] arsus5478@lemmy.ml 1 points 2 weeks ago (1 children)

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

 

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

[–] arsus5478@lemmy.ml 2 points 2 weeks ago (1 children)

thank you. I did what you suggested

 

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 2 weeks ago (1 children)

xfce on an clevo notebook

 

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.

 

new usb install. that directory sits now empty

 

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 0 points 3 weeks ago (1 children)

still don't follow: should I shrink instead of resize?

[–] arsus5478@lemmy.ml 4 points 3 weeks ago (1 children)

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

[–] arsus5478@lemmy.ml 0 points 3 weeks ago (6 children)
[–] arsus5478@lemmy.ml 1 points 3 weeks ago (1 children)

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

 

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 3 weeks ago (5 children)

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?

 

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

 

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?

view more: next ›