Name: GiLEAD Argenta
(official) | ๊ตฌ๋ฅด๋ชฝ
(korean)
CPU: Intelยฎ Atom(TM) CPU N550 @ 1.50GHz (2 cores)
โ Product info
Main Memory: 2G
Storages:
230G
(SATA) โ /
partition 1024G
โ /home/www-data
partition Mounted on Type Size Used Avail Use% / ext4 229G 9.2G 208G 5% /home/meson/Repository ext4 458G 289G 146G 67% /home/www-data ext4 916G 192G 678G 23% /home/meson/Storage ext4 917G 197G 674G 23%
Wireless Network:
Boundary in xi.meson.in
grid
pting.ml
with Pwigo โ Photo management service โ Updated on 2023/06/05 14:32 php 8.2
and purge php 7.4
, php 8.0
and php 8.1
โ Updated on 2023/06/04 03:15 22.04 LTS Jammy Jellyfish
โ Updated on 2022/10/25 00:10 php 8.1.7
8.1.7 Changelog โ Updated on 2022/06/12 02:35 navidrome
v0.47.5 โ Updated on 2022/06/12 02:34 /home/www-data
โ Updated on 2022/05/12 02:37 php 8.0
โ Updated on 2021/01/26 17:25 WiFi module
with Intel WiFi Link 5100 (ac)
โ Updated on 2020/09/11 22:36 mariadb 10.5
โ Updated on 2020/08/31 13:24 adjust & optimize
value of php-fpm
โ /etc/php/7.x/fpm/pool.d/www.conf
โ Updated on 2020/07/25 21:42 optimize
Nginx configuration with latest guideline โ Updated on 2020/07/24 05:29 LTS upgrade
to 20.04 (Focal Fossa)
โ Updated on 2020/07/11 07:18 proxy_pass
URL
: https://music.onni.me
โ Updated on 2020/07/11 03:26 miniPCI wireless adapter
โ Updated on 2020/06/28 20:52 web root
of pting.ml
โ Updated on 2020/06/27 04:04 backup rsync
to another partition โ Updated on 2020/06/27 04:01 Nextcloud
named iogen.ml
โ Updated on 2020/04/27 05:38 mariadb 10.3.22
โ Updated on 2020/03/30 01:42 YOURLS
, self-hosted URL shorten service โ Updated on 2020/03/30 01:44 jpark.ml
โ Updated on 2020/03/29 23:46
GiLEAD Argenta
Symptom: Grub Error with 'grub_file_filters'
error: symbol 'grub_file_filters' not found. Entering rescue mode... grub rescue>
Solution: grub2
installing and updating
Bootable Live USB
with ISOterminal
without installation sudo fdisk -l sudo blkid df -Th
/dev/sdXY
, mount it to /mnt
sudo mount /dev/sdXY /mnt
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
grub
with target disk, where this is sdX
not sdXY
sudo grub-install /dev/sdX update-grub exit
โ reference: Grub2/Installing โ Updated on 2020/07/11 07:34
Symptom: auth.log
shows a series of error message
Jul 25 23:57:38 gilead systemd-logind[738]: Suspending... Jul 25 23:57:38 gilead systemd-logind[738]: Unit suspend.target is masked, refusing operation. Jul 25 23:57:38 gilead systemd-logind[738]: Failed to execute suspend operation: Permission denied
This message has something to do with lid action of laptop, which could suspend system when lid is closed.
Solution
Edit /etc/systemd/logind.conf
with value HandleLidSwitch=ignore
Symptom: External HDD attached by USB 3.0 makes suspension during writing/reading disk, which causes timeout of inactivity in transferring data such as SFTP.
Solution: Just use USB 2.0 connection.
Symptom: Showing Error when assembling chunks, status code 504
after finishing upload in NEXTCLOUD