浏览代码

organizing

Anton 2 年之前
父节点
当前提交
4a0dc2ef19

+ 6 - 0
README.md

@@ -1,2 +1,8 @@
 # daily
 Daily routine enhancements, cheatsheets, know-hows, lifehacks
+
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
console-terminal/2018-12-30-bash_navigation.png


+ 4 - 0
databases/PostgreSQL/PostgreSQL@CentOS.md

@@ -92,3 +92,7 @@ https://fedoraproject.org/wiki/PostgreSQL
 
 ?????
 //   (domain)=# GRANT SELECT ON users TO PUBLIC;
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 9 - 4
databases/PostgreSQL/PostgreSQL@Debian.md

@@ -13,7 +13,7 @@
 
 
     # IPv4 local connections:
-    host    all             all             127.0.0.1/32            md5      
+    host    all             all             127.0.0.1/32            md5
     host    all             all             0.0.0.0/0               md5
     hostssl all             all             0.0.0.0/0               md5
 
@@ -43,7 +43,7 @@ list databases:
 \l
 
 list database roles:
-\dg  
+\dg
 
 log:
 (you)@(domain):~$ sudo tail -f /var/log/postgresql/postgresql-9.3-main.log
@@ -66,7 +66,7 @@ postgres=# GRANT ALL PRIVILEGES ON DATABASE "(domain)-current" TO "www-data";
 GRANT
 postgres=#
 
-$ sudo apt-get install php5-pgsql  
+$ sudo apt-get install php5-pgsql
 
 postgres=# REVOKE ALL PRIVILEGES ON DATABASE (domain) FROM wwwdata;
 postgres=# DROP USER wwwdata;
@@ -75,7 +75,7 @@ postgres=# CREATE DATABASE "(domain)-current" WITH OWNER=(user);
     CREATE DATABASE
 postgres=# \l
                                     List of databases
-      Name      |  Owner   | Encoding |   Collate   |    Ctype    |   Access privileges   
+      Name      |  Owner   | Encoding |   Collate   |    Ctype    |   Access privileges
 ----------------+----------+----------+-------------+-------------+-----------------------
  (d)            | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 | =Tc/postgres         +
                 |          |          |             |             | postgres=CTc/postgres+
@@ -98,3 +98,8 @@ postgres=#
 
 // list tables
 \dt
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
databases/PostgreSQL/PostgreSQL@Fedora28.md

@@ -80,3 +80,8 @@ sudo nano /etc/postgresql/9.3/main/postgresql.conf
     listen_addresses = '*'         # what IP address(es) to listen on;
 
 (you)@lab:~$ psql -h (domain) (domain) postgres
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
databases/PostgreSQL/PostgreSQL_Graphic_Management_tool_for_win10.md

@@ -124,3 +124,8 @@ BI tool, server install
 web-based
 Browser-based desktop GUI
 disappointed
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
databases/PostgreSQL/PostgreSQL_with_long_names@MacOS.md

@@ -36,3 +36,8 @@ CREATE USER (you)
 su
 vi /etc/paths
     /usr/local/pgsql/bin
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 4 - 0
databases/PostgreSQL/install-pgAdmin4@Fedora28.md

@@ -39,3 +39,7 @@ http://localhost/pgadmin4
 
 https://linuxhint.com/install-pgadmin4-ubuntu/
 http://yallalabs.com/linux/how-to-install-pgadmin-4-in-server-mode-on-ubuntu-16-04-lts/
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
databases/PostgreSQL/psycopg2@MacOS.md

@@ -1,3 +1,8 @@
 # 2022 03 19  + published on https://github.com/InstallAndUse/Daily /A
 
 pip3 install psycopg3
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

二进制
editors/atom.md


+ 6 - 0
files/file-copy-move-utlis@MacOS.md

@@ -14,3 +14,9 @@ file managers
     xfile
     double commander
     wal commander
+
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 4 - 0
mail/alpine.md

@@ -1 +1,5 @@
 # 2022 03 19  + published on https://github.com/InstallAndUse/Daily /A
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
mail/enigmail.md

@@ -3,3 +3,8 @@
 #thunderbird/seamonkey extension
 
 https://www.enigmail.net/index.php/en/download
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
mail/evolution.md

@@ -55,3 +55,8 @@ certutil -d sql:$HOME/.pki/nssdb -M -n "(nickname)" -t Pu,Pu,Pu
 certutil -d sql:$HOME/.pki/nssdb -L
 
 # restart evolution
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
mail/install-fetchmail-ssl-notsigned.md

@@ -4,3 +4,8 @@
 (you)@lab2:~$ mkdir -p .fetchmail/ssl
 (you)@lab2:~$ echo | openssl s_client -connect (server):993 -showcerts 2>/dev/null | sed -ne '/BEGIN CERT/,/END CERT/p' > .fetchmail/ssl/avaruus.pem
 (you)@lab2:~$ openssl x509 -in .fetchmail/ssl/avaruus.pem -noout -md5 -fingerprint
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
mail/mailman.md

@@ -118,3 +118,8 @@ mailman.conf
 (you)@(domain):~/temp-mailman$ sudo nano fix_url.py
     DEFAULT_URL_PATTERN = 'https://%s/mailman/'
 (you)@(domain):~/temp-mailman$ sudo withlist -l -r fix_url mailman
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
mail/mutt.md

@@ -12,3 +12,8 @@ T . (dot) [enter]
 t d
 q [enter]
 ```
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
mail/php mail via msmtp.md

@@ -25,3 +25,8 @@ This email was sent using MSMTP via Gmail/Yahoo.
 
 (you)@lab2:~$ sudo touch /var/log/msmtp.log
 (you)@lab2:~$ sudo chown www-data:www-data /var/log/msmtp.log
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 5 - 0
mail/thunderbird.md

@@ -14,3 +14,8 @@ Thunderbird Addons (plugins, extensions) used and liked:
     Toggle Word Wrap
     CardBook
         CardDAV contacts synchronization (from NextCloud to ThunderBird)
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)

+ 6 - 0
networking/cisco/cisco-asa-5505.md

@@ -458,3 +458,9 @@ https://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/con
 
 https://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/general/asa-general-cli/interface-basic-5505.pdf
 https://www.cisco.com/c/en/us/td/docs/security/asa/asa91/configuration/general/asa_91_general_config/route_static.pdf
+
+
+
+
+Books:
+- [Anton's bookshelf](https://og2k.com/books/)