mirror of https://gitlab.com/octtspacc/OcttKB
Manual push Sat Aug 5 12:58:16 AM CEST 2023
This commit is contained in:
parent
78233b0b53
commit
62cc95ef70
|
@ -7,6 +7,9 @@ title: Cybersecurity
|
|||
|
||||
<<^wikipediaframe Cybersecurity>>
|
||||
|
||||
* [[Search CVE List|https://cve.mitre.org/cve/search_cve_list.html]] --- Search the Common Vulnerabilities and Exposures
|
||||
* [[Phishing sites analysis and reporting|https://phish.report/]]
|
||||
|
||||
!!! ''Passwords''
|
||||
|
||||
!!!! ''Concepts''
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
title: Database
|
||||
|
||||
<<^wikipediaframe Database>>
|
|
@ -0,0 +1,11 @@
|
|||
title: File system
|
||||
|
||||
<<^wikipediaframe "File system">>
|
||||
|
||||
!! ''Btrfs''
|
||||
|
||||
<<^wikipediaframe Btrfs>>
|
||||
|
||||
Note (2023-08-04): I tried Btrfs more than a year ago on [[Linux Lite]] (with ZSTD compression iirc) but after filling up the entire partition leaving 0 bytes available, even after deleting files, the partition was like corrupted, couldn't write to it anymore.
|
||||
|
||||
* [[https://btrfs.readthedocs.io/en/latest/Compression.html]] --- ZSTD is the best-balanced compressor
|
|
@ -25,8 +25,12 @@ title: Linux
|
|||
** [[The Network Administrators' Guide|https://tldp.org/LDP/nag/]]
|
||||
|
||||
* [[SquashFS|https://tldp.org/HOWTO/SquashFS-HOWTO/whatis.html]], [[DwarFS|https://github.com/mhx/dwarfs]]
|
||||
* cannot access fuse mount as root or other users, [[Why does root get Permission denied when accessing FUSE directory?|https://unix.stackexchange.com/questions/17402/why-does-root-get-permission-denied-when-accessing-fuse-directory#17423]] --- To allow access to other users, add `user_allow_other` in `/etc/fuse.conf`, then mount fs with `-o allow_root` (only root) or `-o allow_other` (any user, including root).
|
||||
|
||||
* [[systemd-nspawn|https://wiki.archlinux.org/title/Systemd-nspawn]] --- //chroot on steroids// for systemd hosts and guests
|
||||
|
||||
* [[Running a script every time a new kernel is installed|https://unix.stackexchange.com/questions/30320/running-a-script-every-time-a-new-kernel-is-installed]] --- Just place a sh script in `/etc/kernel/postinst.d/`
|
||||
|
||||
!!! ''Benchmarks''
|
||||
|
||||
* [[Paul Raspberry Pi Benchmarks|https://willy-tech.de/raspberry-pi-benchmarks/]]
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
title: phpBB
|
||||
|
||||
<<^wikipediaframe phpBB>>
|
||||
|
||||
* [[How to Install phpBB with Nginx and MariaDB on Ubuntu Linux|https://geekrewind.com/install-phpbb-on-ubuntu-17-04-17-10-with-nginx-mariadb-and-php-support/]] --- Note: the `php-fpm` package might need to be installed by specifying version, and it's better to use [[phpBB's official nginx.sample.conf|https://github.com/phpbb/phpbb/blob/master/phpBB/docs/nginx.sample.conf]].
|
||||
|
||||
!!! Extensions
|
||||
|
||||
* [[RH Topic Tags updated for phpBB 3.3.9+|https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/241126]]
|
Loading…
Reference in New Issue