i n d e x
<--back
notes
categories:
arctic | art | biology | book | compile | crypto | cryptoart | debian | email | entropy |
ffmpeg | funk | game | ghostradio | hades | informationtheorie | internet | laser | linux | linuxaudio |
logic | machinelearning | math | mikrotik | movie | neuralnetworks | noise | nonhuman | notes | particlephysics |
physics | radio | radioactive | raspi | raspi5 | renameseq | rng | softwaredefinedradio | sound | stockexchange |
tools | underinfluence | videolooper | vlc | vlf | xterm |
search:
yourRootdirIsFullbutDUtellsYouOtherwise:
https://serverfault.com/questions/275206/disk-full-du-tells-different-how-to-further-investigate
mount -o bind / /mnt
cd /mnt
du -sh *
worked very well. you are able (prop), to see some miraculous mountpoints, explained in the serverfault link.
##linux
##debian
last edited:January 18, 2024
xinput:
if your input from the trackpoint is too slow on linux, you could try to modifiy your mouse.pointer.matrix.
with xinput set-prop dev-id option-id x 0 0 0 x 0 0 0 1 where x is your variable.
xinput list-props 14
Device 'PS/2 Generic Mouse':
Coordinate Transformation Matrix (191):
xinput set-prop 14 191 2 0 1 0 2 0 0 0 1
while missing the button 3 is solved by emulating the 3d button with the 2 one, youre still missing the 3rd:
libinput Middle Emulation Enabled (362):
xinput set-prop 14 362 1
startup .xsessionrc
this setup has flaws, in unpredicible behavior,...
##linux
##debian
last edited:January 14, 2024
lvmresizepart:
resize of 2 partitions with lvm on debian 12, on a running system-
the job was to free more space for the root partition.
so, i was shrinking the home and extended the root.
home was 897G
root was 28G
20G Volume got resized.
first, B a CK UP!
umount /home
e2fsck -f /dev/mapper/zmw--server02--vg-home
resize2fs /dev/mapper/zmw--server02--vg-home 877G (that is -20G)
lvresize -L 877G /dev/mapper/zmw--server02--vg-home
lvdisplay
lvextend -l +100%FREE /dev/mapper/zmw--server02--vg-root
resize2fs -p /dev/mapper/zmw--server02--vg-root
df -h
+
it run very smooth. the lvm seems to be very reliable.
##linux
##debian
last edited:November 04, 2023
ntp-local-client:
apt install systemd-timesyncd
/etc/systemd/timesyncd.conf
NTP=xxx.xxx.xxx.xxx
systemctl restart systemd-timesyncd
systemctl status systemd-timesyncd
timedatectl status
timedatectl status
Local time: Fri 2023-01-13 10:03:44 CET
Universal time: Fri 2023-01-13 09:03:44 UTC
RTC time: Fri 2023-01-13 09:03:44
Time zone: Europe/Vienna (CET, +0100)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
##linux
##debian
last edited:January 13, 2023
debian10:
apt remove timidity
loest das soundproblem mit pulsaudio / no cards found
trackpoint beschleunigung
xinput --list --short
xinput --list-props "Elan TrackPoint"
xinput --set-prop 10 301 0.8000
schoen schnell fuer 2.5k displays, 1.0 ist max
##debian
##linux
##tools
last edited:December 29, 2022