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/08/31 04:16] โ€“ [๏ผ‹Work logs] 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 47: Line 48:
  
 <code ini> <code ini>
-Mounted on  Type  Size  Used Avail Use%ย +Mounted on Type  Size  Used Avail Use%ย 
-/home       ext4   29G   12G   16G  43%ย +         ext4   20G  7.8G   11G  43%ย 
-          ext4  916G  368G  502G  43%+/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>   * 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>
Line 145: 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