Add P.A.R.A. methodology documentation and restructure Personal folder

- Created Methodology.md to outline the P.A.R.A. system and its components.
- Added Outline.md for a structured overview of P.A.R.A. content.
- Documented PKM content organization decisions in PKM-Consolidation-Decision.md.
- Introduced Workflows.md to explain practical applications of P.A.R.A. in work scenarios.
- Moved sensitive information to security-sensitive folder and restructured the Personal folder to align with P.A.R.A. principles.
- Archived backup files including Matrix Me.md and TTG Cookies.md.
- Implemented a comprehensive refactor of the Personal folder to improve organization and security.
This commit is contained in:
windyboy
2025-12-29 15:37:17 +08:00
parent c9d757d973
commit daf4aa3dfa
106 changed files with 268 additions and 37 deletions
+74
View File
@@ -0,0 +1,74 @@
icloud mail app password:
thunderbird
Your app-specific password is:
noej-ippd-yisl-uqsk
189.cn
iJ(7wA=4P#0dQ@2u
azure mailstor
url:
https://mailstor.blob.core.windows.net/debian-mail
account:
mailstor
container:
debian-mail
key:
lG7aKaNulWkq8xSgte7k3Xc6IZ56180Ec9FRP1OY2l3wfQttj+dCxVjP/R2Hd3PXKAkn4vQsW7yW+AStiJ92ag==
conn string:
DefaultEndpointsProtocol=https;AccountName=mailstor;AccountKey=lG7aKaNulWkq8xSgte7k3Xc6IZ56180Ec9FRP1OY2l3wfQttj+dCxVjP/R2Hd3PXKAkn4vQsW7yW+AStiJ92ag==;EndpointSuffix=core.windows.net
exmail.qq.com
mac pass:
acBcj9DUCyfoPRm6
disable antivirus
```
#### Re: [SOLVED] ClamAV errors even after disabled
SOLVED.
I've found someone with exactly the same problem ( [https://www.howtoforge.com/community/th … vis.52114/](https://www.howtoforge.com/community/threads/how-to-disable-clamav-or-spamassassin-check-in-amavis.52114/) )
The solution is to create a new file /etc/amavis/conf.d/90-custom with :
use strict;
@bypass_virus_checks_maps  = (1);
#------------ Do not modify anything below this line -------------
1;  # insure a defined return
And restart, this works!
```
postfix admin
```bash
php -r "echo password_hash('windyboy@2006', PASSWORD_DEFAULT);"
```
config.local
```
$CONF['setup_password'] = '$2y$10$WSt0rsujCFKjycFqugG4GuWA2HwokFr91LkG9up8CiV6QDN2EGPPO';
```
```
sudo bash /var/www/postfixadmin/scripts/postfixadmin-cli admin add zhiqiang@windy.me --superadmin 1 --active 1 --password windyboy@2006 --password2 windyboy@2006
```