[Howto] add menu entry in lxpanel (LXDE Desktop)

posted in: computer | 0

every menu entry is a text file with the suffix “.desktop“ example.desktop the menu entries are located in two different folders: for all users (global): /usr/share/applications (note: you need root-privileges to edit this folder) for local user (local): ~/.local/share/applications the … Continued

[Howto] send a syslog message manually

posted in: computer | 0

the following commands send a syslog-message to the syslog-daemon with the syslog-facility=auth and syslog-priority=info: #to localhost’s syslog-daemon logger -p auth.info <message> #to a remote syslog-daemon logger -h <IP> -P <Port> -p auth.info <message>

[Test] ZFS scrub speed

posted in: computer | 0

System:  Intel Avoton 2558 4-core CPU, 32 GB DDR3 ECC RAM, 6 disk RAID-Z2 (WD30EZRX) Info:   Scrubbing-speed is not constant, it raises after some time. it begins with 29,7 MB/s after 4 hours the average scrubbing-speed is 131 MB/s after … Continued