Both sides previous revision Previous revision Next revision | Previous revision |
deb_cicada [2024/04/20 14:56] β [Aeri Ianurium β ππ’ππππ πππ©π π₯π¦π] JΓΊne Park | deb_cicada [2025/09/02 18:32] (current) β [Specification] JΓΊne Park |
---|
{{:ubuntu-18.04-lts-features.png?nolink&300|}} | {{:ubuntu-18.04-lts-features.png?nolink&300|}} |
| |
Name: {{mdi>cards?28&color=#8F4568}} ''**CiCADA** Saxotum'' (official) | {{mdi>creation?28&color=#dd4814}} ''λΌμ΄λͺ½'' (korean) | Name: {{mdi>cards?28&color=#8F4568}} ''**CiCADA** Saxotum'' (official) | {{mdi>creation?28&color=#8F4568}} ''λΌμ΄λͺ½'' (korean) |
| |
---- | ---- |
==== Specification ==== | ==== Specification ==== |
| |
{{mdi>raspberry-pi?32&color=#8F4568}} Model: [[https://www.raspberrypi.org/products/raspberry-pi-3-model-b/|Raspberry Pi 3 Model B]] [[wp>Raspberry_Pi#Model_B|Raspbierry Pi Model B]] | {{mdi>cpu-64-bit?28&color=#8F4568}} CPU: ''Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz (4cores)'' --- [[https://meson.in/4mKgtqp|Product info]] Β |
| Β |
| {{mdi>memory?28&color=#8F4568}} Memory: ''**8G**'' |
| |
{{mdi>database-plus?32&color=#8F4568}} Storages --- {{mdi>harddisk}} [[SECURED:JUNE_HARDWARE#data_storage|Storage in details]] {{mdi>lock}} | {{mdi>database-plus?32&color=#8F4568}} Storages --- {{mdi>harddisk}} [[SECURED:JUNE_HARDWARE#data_storage|Storage in details]] {{mdi>lock}} |
* {{mdi>database}} ''**240G**'' --- ''/home/www-data'' partition {{fa>usb?14&color=#005eb8}} | * {{mdi>database}} ''**240G**'' --- ''/home/www-data'' partition {{fa>usb?14&color=#005eb8}} --- backup pointΒ |
| * {{mdi>database}} ''**2.0T**'' --- ''/home/web-data'' partition {{fa>usb?14&color=#005eb8}} |
* {{mdi>database}} ''**500G**'' --- ''~/storage'' partition {{fa>usb?14&color=#005eb8}} | * {{mdi>database}} ''**500G**'' --- ''~/storage'' partition {{fa>usb?14&color=#005eb8}} |
* {{mdi>database}} ''**500G**'' --- ''~/repository'' partition {{fa>usb?14&color=#005eb8}} | * {{mdi>database}} ''**500G**'' --- ''~/repository'' partition {{fa>usb?14&color=#005eb8}} |
| |
<code ini> | <code ini> |
Mounted on Type Size Used Avail Use%Β | Β |
/ ext4 110G 10G 94G 10%Β | βββββββββββ¬ββββββββββ¬ββββββββββββββ¬ββββββββββββββΒ |
/home/www-data ext4 229G 3.1G 214G 2%Β | β Size β Used β Free(%) β Mount βΒ |
~/repository ext4 459G 310G 126G 72%Β | βββββββββββΌββββββββββΌββββββββββββββΌββββββββββββββ€Β |
~/storage ext4 459G 215G 221G 50% | β 110G β 12G β 93G(12%) β root βΒ |
| β 229G β 13G β 205G(6%) β www-data βΒ |
| β 1.8T β 258G β 1.5T(15%) β web-data βΒ |
| β 459G β 268G β 168G(62%) β storage βΒ |
| β 459G β 329G β 107G(76%) β repository βΒ |
| βββββββββββ΄ββββββββββ΄ββββββββββββββ΄ββββββββββββββΒ |
</code> | </code> |
| |
{{mdi>server-network?32&color=#8F4568}} --- {{mdi>wifi-strength-3-lock}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|JΓΊne's home network]] {{mdi>lock}} | {{mdi>server-network?32&color=#8F4568}} --- {{mdi>wifi-strength-3-lock}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|JΓΊne's home network]] {{mdi>lock}} |
* {{mdi>lan?color=#9000B3}} Wired (''NiMBUS-enx001'') Β | * {{mdi>lan?color=#9000B3}} Wired (''CiCADA-enx001'') Β |
* {{mdi>wifi?color=#9000B3}} Wireless Connection (''NiMBUS-wlx001'') Β | |
* {{mdi>lan?color=#9000B3}} Wired {{fa>usb?14&color=#000000}} (''NiMBUS-wlx002'') | |
| |
{{mdi>web?32&color=#8F4568}} Web publishing and web resources including [[wp>WebDAV]] | {{mdi>web?32&color=#8F4568}} Web publishing and web resources including [[wp>WebDAV]] |
---- | ---- |
| |
| |
| ==== οΌWork logs ==== |
| |
| * System Upgrade ''**Ubuntu 24.04 noble numbat**'' <sub> --- Updated on //2025/02/27 03:48// </sub> |
| * Attach Ubuntu Pro subscription <sub> --- Updated on //2024/05/21 17:41// </sub> |
| |
| ---- |
| |
| ===== Solved problems ===== |
| |
| ==== The following signatures were invalid ==== |
| |
| <text type="danger">{{fa>bug}} **Symptom**</text>: Error ''The following signatures were invalid'' shows during updating. This problem has something to do with ''expired keys'' or ''not updated keyrings'' |
| |
| <text type="info">{{fa>lightbulb-o}} **Solution**</text>: |
| |
| <code bash> |
| sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys [key] |
| </code> |
| |
| where [key] is shown in error line. |
| |
| ---- |