rpi_epigen

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
rpi_epigen [2019/06/23 15:11] – [Configure System log (syslog) Server] Júne Parkrpi_epigen [2019/07/25 17:41] – [Specification] Júne Park
Line 26: Line 26:
 {{:rpi_epigen.jpg?nolink&250|}} {{:rpi_epigen.jpg?nolink&250|}}
  
-  * Name: {{material>assignment_turned_in}} EPiGEN Crystal (official) | {{material>create}} 자몽 (korean)+Name: {{material>assignment_turned_in}} EPiGEN Crystal (official) | {{material>create}} ''자몽'' (korean)
  
 ---- ----
 ==== Specification ====  ==== Specification ==== 
-  * Model: [[https://www.raspberrypi.org/products/raspberry-pi-2-model-b//|Raspberry Pi 2 Model B+]] [[wp>Raspberry_Pi#Model_B|Raspbierry Pi Model B]] + 
-  {{fa>database?color=#1A281F}}1T mount on ''~/Storage'' & 500G mount on ''~/Repository'' \\ --- {{fa>plug}} [[SECURED:JUNE_HARDWARE#data_storage|Storage in details]] {{fa>lock}} +{{material>developer_board?32&color=#134611}} Model: [[https://www.raspberrypi.org/products/raspberry-pi-2-model-b//|Raspberry Pi 2 Model B+]] [[wp>Raspberry_Pi#Model_B|Raspbierry Pi Model B]] 
-   Wired (''eth0''), {{fa>wifi?color=#635255}}Wireless {{fa>usb?color=#000000}} (''wlan0'') & Wired {{fa>usb?color=#000000}} (''eth1'')  \\ --- {{fa>wifi}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|Júne's home network]] {{fa>lock}} + 
-  {{fa>tasks?color=#CE7B91}} Private storage and Backup point+{{material>sd_storage?32&color=#3E8914}} {{fa>database}} 1T mount on ''~/Storage''{{fa>database}} 500G mount on ''~/Repository'' --- {{fa>plug}} [[SECURED:JUNE_HARDWARE#data_storage|Storage in details]] {{fa>lock}} 
 + 
 +=== Live status of storages === 
 + 
 +<code ini> 
 +Mounted on             Type  Size  Used Avail Use% 
 +/home/meson/Storage    ext4  917G  414G  458G  48% 
 +/home/meson/Repository ext4  458G  236G  199G  55% 
 +</code> 
 + 
 +{{material>network_wifi?32&color=#3DA35D}}  Wired (''eth0''), {{fa>wifi?color=#635255}} Wireless {{fa>usb?color=#000000}} (''wlan0'') & Wired {{fa>usb?color=#000000}} (''eth1'' --- {{fa>wifi}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|Júne's home network]] {{fa>lock}} 
 + 
 +{{material>person?32&color=#96E072}} Private storage and Backup point
  
 ---- ----
Line 118: Line 130:
  
 ---- ----
 +
 +==== Delete all files except for desired file types ==== 
 +
 +<code bash> 
 + find . -type f ! -name '*.mkv' -delete
 +</code>  
 +
 +----
 +
  
  • rpi_epigen
  • Last modified: 2023/06/09 09:50
  • by Júne Park