Beginners Questions • [O/S] Glitches and bugs part 1K
I can't scroll properly on this forum because my computer won't let me. This happens on other websites too. But this one it's a very simple website, it has no fancy shaders or anything? So why it lags...
View ArticleHardware • Re: Hard drive randomly quits responding
I tried swapping cables with another drive, as in it was connected to a different motherboard port on a different cable. The problem persisted, so I used one the spare cables I bought when I built the...
View ArticleBeginners Questions • Re: [O/S] Glitches and bugs part 1K
Please give us some system information.Post output ofCode: $ inxi -FxxxrzYou may need to install package inxi. This will give us system information.Statistics: Posted by FreewheelinFrank — 2024-03-14...
View ArticleSystem and Network configuration • Re: "Invisible" dirs on Samba share
FWIW, I have experienced this multiple times, but it's been a while since the last, and I don't remember if ever getting a handle on why it happens. I've gotten around it by copying from the "hidden"...
View ArticleGraphical Environments & Desktops • Some apps foonts too small
I am using Debinan 12 with XFCE fter booting over from windows 10 my XFCE display environment changed. Items like the wallpaper went missing and terminal would take a while to respond.After resetting...
View ArticleGeneral Questions • [Software] Debian 12 I can’t enable iptables
Code: systemctl start iptablessystemctl status iptables● netfilter-persistent.service - netfilter persistent co> Loaded: loaded (/lib/systemd/system/netfilter-persi> Drop-In:...
View ArticleGeneral Questions • Re: Troubleshooting Issues with Debian 12
On the .bashrc file, you most likely can copy the .bashrc file from here: /etc/skel/.bashrc, into your /home/$USER/ and you will then have the default .bashrc which you can have applied to a terminal...
View ArticleGeneral Questions • Re: LUKS+TPM2 unattended boot on Debian 12
Hello,Thanks for sharing your configuration, that's quite interesting. Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first...
View ArticleGeneral Questions • Re: [Software] Debian 12 I can’t enable iptables
Perhaps the service has a different name and it enable like this?Code: systemctl enable netfilter-persistent.serviceSynchronizing state of netfilter-persistent.service with SysV service script with...
View ArticleGraphical Environments & Desktops • Re: fonts are too small
Could also be that the Op is speaking of the txt size within either Chromium of Firefox, yanno - that Control mouse wheel zoom and not actually the overall fonts of the system or the resolution. But...
View ArticleGeneral Questions • Re: [Software] Parole codec can't install
Pardon, I hate being vague. When trying to play a video: xxx.mov. That other question seemed to have the same issue AFAICT, or close anyway.BTW, I just installed the old mplayer and it plays the video...
View ArticleGeneral Debian • Re: Debian compatible graphics cards
Another listhttps://linux-hardware.org/Statistics: Posted by kalle123 — 2024-03-16 07:13
View ArticleGeneral Questions • PHP Failure Post bullseye -> Bookworm Upgrade
HiI am having issues with my apache/php setup following upgrading from bullseye to bookworm. The php is just being displayed as opposed to being parsed by php 8.2 The php 8.2 module is enabled in...
View ArticleBeginners Questions • Re: [Solved] Install VirtualBox or Virt-Manager
Since OP is already familiar with Arch, it is probably a no-brainer to opt for qemu-kvm (& I'm all for it!). However, just a few weeks ago Cyberus Technology announced an open-source release of a...
View ArticleProgramming • partition table
How to print partition table in sector order? root@debian:~# fdisk -ul /dev/sda gives me: Device Boot Start End Sectors Size Id Type/dev/sda1 * 2048 72962047 72960000 34.8G 83 Linux/dev/sda2 413618176...
View ArticleDocs, HowTos, Tips & Tricks • Re: [HowTo] Change permantly CPU scaling...
2. Find the available governors:Code: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governorsNot so simple, governors are not necessarily all loaded. See [Testing - Trixie] [Solved] Cpu...
View ArticleInstallation • Re: update
Please use code tags for text output like that. I edited it for you this time. And you don't need to be root to view that file, only to edit it.To do the upgrade as I posted above, you first need to...
View ArticleProgramming • Re: partition table
Use code tags for terminal text please.Statistics: Posted by sunrat — 2024-03-17 02:29
View ArticleSystem and Network configuration • Re: "Invisible" dirs on Samba share
I have seen this issue a few times. The way I got around it was first checking ownership and permissions. Then I added browseable = Yes to the specific share configuration.Statistics: Posted by...
View ArticleProgramming • Re: Converting scripts to C that contain passwords
Hello,Compiling passwords or passphrases into a binary executable does not make it secure. Outputting the binary contents of the file (searching for character arraysin plain text) or using a debugger...
View Article