Graphical Environments & Desktops • desktop wallpaper slideshow
I guess this post goes here. This is the skit.I have some photos that are organized in a directory structure starting at /x/y/images/ and going a few levels deeper. I like to display my photos...
View ArticleTesting And Unstable • Re: [SID - Unstable] Sid Has now Moved to the 6.8...
I noticed that the credentials related systemd services (???) are now mounted on tmpfs:Statistics: Posted by pwzhangzz — 2024-05-18 03:19
View ArticleHardware • Re: NEW: Possible missing firmware /lib/firmware/i915/
And your graphics firmware files appear to be in the linux-firmware package.Code: zeus@9600k:~$ apt-file search i915/ehl_guc_70.1.1.binlinux-firmware:...
View ArticleInstallation • Re: apt complains about linux-image-amd64 dependencies
Debian 12.5 is installed on an USB key. That would be a good reason for it taking forever to do something, USB keys are not really the ideal for lots of random access of many tiny files that will be...
View ArticleGeneral Questions • Re: How to achieve a "delta" pull with...
I want to keep different versions of the same package for the same architecture with apt-mirror, without storing them in different locations or distributions Every step along the way is designed to...
View ArticleGeneral Questions • Re: [Software] Bash Scripit Advise
Hi Everyone,I have the following Bash scrpit that starts up when my Debain 12 PoS machine boots and it works great I just wondered if I could make it look a little more cleaner.Code: ##!/bin/bashecho...
View ArticleInstallation • Re: Undetermined error with apt update
As we can't update or install we can't copy the sources list.You can use a USB stick to transfer to another machine (how to mount a USB stick).You can redirect the output of a command to a file. Let's...
View ArticleHardware • Re: ADATA Legend 710 SSD freezing on Debian 12
Have you run smartctl (from package smartmontools) against the drive?Code: smartctl -a /dev/nvme0Output will expose drive health statistics, where we can look for anything out of the ordinary or for...
View ArticleGeneral Questions • Re: [Solved] update-grub fails (use rEFInd instead!)
Yeah, rEFInd is a nice piece of work, perhaps the best Linux app I know that never caught on. Part of the problem is that it's UEFI only, so distros use Grub because it also supports BIOS boot.You...
View ArticleProgramming • Re: vim and finnish spellcheck
Based on https://unix.stackexchange.com/a/12890/38242, it sounds like if aspell, ispell, or hunspell are installed, Vim should be able to use their spell files?Statistics: Posted by xuhdev —...
View ArticleBeginners Questions • Re: [Software] Best System Snapshot: grsync,...
None of the above. Timeshift's btrfs mode doesn't work in Debian because said mode only works with Ubuntu's sub-volume system (cite). As the app is now maintained by Mint (an Ubuntu derivative), the...
View ArticleGeneral Questions • Re: [Software] only one tab visible when returning to...
A trawl around the net suggests that yes it seems to be an Xfce conflict with the F11 key. Fullsceen.I ran for a day without fullscreen and did not see this issue again. There are 2 issues raised in...
View ArticleInstallation • Re: Install Debian on Mint Partition
@juribel OK, so I looked up Calamares and it's an installer, but which Debian goes with it? (I'm lost). ThnxStatistics: Posted by JeSuisFlaneur — 2024-05-20 21:27
View ArticleProgramming • Re: unable to build chromium package: rustc-web
It fails after installing Code: librust-web-sys-dev. As a debian user, I assumed I would be able to build it any debian package from source simply using Code: apt-get source Code: apt-get build-dep...
View ArticleHardware • Re: invert colors results in extremely bright, white unreadable...
Thanks, it is somewhat helpful. Although I still think I have a graphics driver issue, since even without color inversion my screen is often too bright to read most non-black text on white background...
View ArticleGeneral Questions • Re: [Software] bash root clamav clamscan - can't scan folder
I was using kde5 and last destro before Debian had a plain folder with no symlink icon. Clamav's last version in terminal showed the scan of the '/bin/' folder. KDE upgraded was to v6, does this now?...
View ArticleGeneral Questions • Re: [Solved] unknown job run at boot: Job dev-disk-by
Glad you got it sorted Statistics: Posted by wizard10000 — 2024-05-21 21:35
View ArticleBeginners Questions • bash variables, newlines and double-quotes...
Hi,could somebody point me to the formal explanation for this behaviour please?Code: $ JUNK=$(seq 1 4)$ echo "$JUNK"1234$ echo $JUNK1 2 3 4Statistics: Posted by bitrat — 2024-05-21 21:58
View ArticleSystem and Network configuration • Tunnelled packets, IPv6 works, IPv4 ping...
HiI got my VPN solution working.It goes like this:-Client->Pi_wlan1->bridge->vxlan->wireguard->Pi_wlan0->isp1_router or 4G...
View ArticleBeginners Questions • Re: Driverless printing (and scanning) in Bullseye
Hi,thanks for this. Do you know if there's a list of driverless scanners anywhere?epson deserve a good flaming for their pathetic lack of support for linux. A complicated hack got my 2480 photo...
View Article