deb_debris

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
deb_debris [2020/07/24 20:58] – [Gemini Services] Júne Parkdeb_debris [2024/04/07 00:56] – [Specification] Júne Park
Line 19: Line 19:
     * [[:cell_epiaux|Júne's Primus ─ EPiAUX 5X]]     * [[:cell_epiaux|Júne's Primus ─ EPiAUX 5X]]
     * [[:cell_epihex|Júne's Extentus ─ EPiHEX 6]]     * [[:cell_epihex|Júne's Extentus ─ EPiHEX 6]]
 +    * [[:cell_epimer|Júne's Maximus ─ EPiMER 5P]]
     * [[:cell_epinex|Júne's Secondus ─ EPiNEX 5]]     * [[:cell_epinex|Júne's Secondus ─ EPiNEX 5]]
     * [[:cell_epitab|Júne's Laminus - EPiTAB 7]]     * [[:cell_epitab|Júne's Laminus - EPiTAB 7]]
Line 26: Line 27:
 ===== Finca LaDichium ─ DEBRiS Chrome ===== ===== Finca LaDichium ─ DEBRiS Chrome =====
  
-{{:logo_ubuntu.png?nolink&250|}}+{{:ubuntu-20-04-1.jpg?nolink&250|}}
  
 Name: {{mdi>cards?28&color=#ffdd00}} ''**DEBRiS** Chrome'' (official) | {{mdi>creation?28&color=#ffdd00}} ''도라에몽'' (korean) Name: {{mdi>cards?28&color=#ffdd00}} ''**DEBRiS** Chrome'' (official) | {{mdi>creation?28&color=#ffdd00}} ''도라에몽'' (korean)
Line 42: Line 43:
 {{mdi>harddisk?28&color=#ffdd00}} Storages:  {{mdi>harddisk?28&color=#ffdd00}} Storages: 
   * ''**32G**'' (m.2 type SSD) --- ''**/**'' partition    * ''**32G**'' (m.2 type SSD) --- ''**/**'' partition 
-  * ''**1024G**'' ({{fa>usb?12}} USB 3.0 Attached) --- ''**/home**'' partition  +  * ''**1024G**'' --- ''**/home**'' partition {{fa>usb?14&color=#005eb8}} 
  
 === Live status of storages === === Live status of storages ===
  
 <code ini> <code ini>
-Mounted on  Type  Size  Used Avail Use% +Mounted on Type  Size  Used Avail Use% 
-/home       ext4  916G  372G  499G  43+         ext4   20G  7.8G   11G  43% 
-          ext4   29G   16G   12G  58+/boot      ext4  974M  252M  655M  28
 +/home      ext4  916G  286G  584G  33%
 </code> </code>
  
Line 60: Line 62:
 ==== +Work logs ====  ==== +Work logs ==== 
  
 +  * Upgrade ''php 8.2'' and purge ''php 7.4'', ''php 8.0'' and ''php 8.1'' <sub>  --- Updated on //2023/06/04 03:57// </sub>
 +  * Upgrade ''Ubuntu 22.04.1 LTS (Jammy Jellyfish)'' <sub>  --- Updated on //2022/09/09 17:40// </sub>
 +  * Fresh installation for Ubuntu Server 20.04 ''focal'' <sub>  --- Updated on //2020/10/12 20:44// </sub>
 +  * Upgrade ''mariadb 10.5'' <sub>  --- Updated on //2020/08/31 13:15// </sub>
   * Get certificates for ''sayah.kr'' <sub>  --- Updated on //2020/06/28 19:09// </sub>   * Get certificates for ''sayah.kr'' <sub>  --- Updated on //2020/06/28 19:09// </sub>
   * Install ''WordPress'' {{mdi>wordpress}} for ''sayah'' <sub>  --- Updated on //2020/06/28 19:07// </sub>   * Install ''WordPress'' {{mdi>wordpress}} for ''sayah'' <sub>  --- Updated on //2020/06/28 19:07// </sub>
Line 97: Line 103:
 <code bash> <code bash>
 #!/bin/sh #!/bin/sh
-sudo -u www-data rsync -azP -e 'ssh -p 2010' --progress --rsync-path="sudo rsync" /var/www/wiki.meson.in/ meson@finca.ml:/home/meson/webroot/wiki.meson.in/+sudo -u www-data rsync -azP -e 'ssh -p 2020' --progress --rsync-path="sudo rsync" /var/www/wiki.meson.in/ meson@target.com:/home/meson/webroot/wiki.meson.in/
 </code> </code>
  
Line 144: Line 150:
  
 ---- ----
 +
 +===== Solved problems =====
 +
 +=== Disable restarting Nginx service ===
 +<text type="warning">{{fa>exclamation}} **Problem**</text>: Nginx web service is not restarting after updating certificates with ''certbot''  
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Following messages are showing when it fails to restart 
 +
 +<code nginx> 
 +nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
 +nginx: [emerg] still could not bind()
 +</code> 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: Kill nginx service with command 
 +
 +<code bash> 
 +sudo fuser -k 443/tcp
 +sudo service nginx restart
 +</code>
 +
 +---- 
  • deb_debris
  • Last modified: 2024/05/22 09:44
  • by Júne Park