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/03/29 12:53] Júne Parkrpi_epigen [2020/05/17 15:52] – [Specification] Júne Park
Line 1: Line 1:
 <nav>  <nav> 
   * {{fa>server?color=#8B0000}} Linux   * {{fa>server?color=#8B0000}} Linux
-    * [[:rpi_common|General Things on Raspbian]]+    * [[:rpi_common|■ General Things on Raspbian]]
     * [[:rpi_autism|Media Ditorium ─ AUTiSM Rainbow]]     * [[:rpi_autism|Media Ditorium ─ AUTiSM Rainbow]]
     * [[:rpi_epigen|Private Cellarium ─ EPiGEN Crystal]]     * [[:rpi_epigen|Private Cellarium ─ EPiGEN Crystal]]
     * [[:rpi_nimbus|Webius Officium ─ NiMBUS deBlanc]]     * [[:rpi_nimbus|Webius Officium ─ NiMBUS deBlanc]]
-    * [[:debian_common|General info on Debian Linux]]+    * [[:debian_common|■ General info on Debian Linux]]
     * [[:deb_mutism|Opus Imperium ─ MUTiSM Magnum]]     * [[:deb_mutism|Opus Imperium ─ MUTiSM Magnum]]
 +    * [[:deb_gilead|Actu Periculum ─ GiLEAD Argenta]]
 +    * [[:deb_debris|Finca LaDichium ─ DEBRiS Chrome]]
   * {{fa>windows?color=#0000A0}} Windows   * {{fa>windows?color=#0000A0}} Windows
-    * [[:pc_common|Common Works on Windows]]+    * [[:pc_common|■ Common Works on Windows]]
     * [[:pc_mesonism|Primus Workstation ─ MESONiSM]]     * [[:pc_mesonism|Primus Workstation ─ MESONiSM]]
     * [[:pc_mesonium|Manibus Tablet ─ MESONiUM]]     * [[:pc_mesonium|Manibus Tablet ─ MESONiUM]]
Line 14: Line 16:
     * [[:pc_mesonity|Praevus Station ─ MESONiTY]]     * [[:pc_mesonity|Praevus Station ─ MESONiTY]]
   * {{fa>android?color=#006400}} Android   * {{fa>android?color=#006400}} Android
-    * [[:cell_common|Common Stuffs on Androids]]+    * [[:cell_common|■ Common Stuffs on Androids]]
     * [[: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]]
Line 22: Line 24:
 </nav> </nav>
  
-===== Private Cellarium ─ EPiGEN Crystal =====+===== Private Cellium ─ EPiGEN Crystal =====
  
 {{:rpi_epigen.jpg?nolink&250|}} {{:rpi_epigen.jpg?nolink&250|}}
  
-  * Name: {{material>assignment_turned_in}} EPiGEN Crystal (official) | {{material>create}} 자몽 (korean)+Name: {{mdi>cards?24&color=#7E007B}} EPiGEN Crystal (official) | {{mdi>creation?24&color=#7E007B}} ''자몽'' (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'' - {{fa>plug}} [[SECURED:JUNE_HARDWARE#data_storage|Storage in details]] {{fa>lock}} +{{mdi>raspberry-pi?32&color=#7E007B}} 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>wifi?color=#635255}}Wireless {{fa>usb?color=#000000}} (''wlan0'') & Wired (''eth0'') - {{fa>wifi}} [[SECURED:HOME_NETWORK#dhcp_assigned_ip|Júne's home network]] {{fa>lock}} + 
-  {{fa>tasks?color=#CE7B91}} Private storage and Backup point+{{mdi>database-plus?32&color=#7E007B}}  1T {{fa>database}} mount on ''~/Storage'' &  500G {{fa>database}} 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% 
 +~/Repository ext4  458G  183G  252G  43% 
 +~/Storage    ext4  917G  172G  699G  20% 
 +</code> 
 + 
 +{{mdi>lan?32&color=#7E007B}}  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}} 
 + 
 +{{mdi>lan-connect?32&color=#7E007B}} Private storage and Backup point
  
 ---- ----
 ==== +Work logs ==== ==== +Work logs ====
-  * ''fresh installation''  --- Updated on //2018/02/25 01:13//+ 
 +  * Plugin Wired Giga LAN {{fa>usb}} <sub>  --- Updated on //2020/02/22 03:34// </sub> 
 +  * ''fresh installation'' <sub>  --- Updated on //2018/02/25 01:13//</sub> 
  
 === +Que to do ===  === +Que to do === 
Line 103: Line 119:
  
 ----  ---- 
 +
 +==== Delete unnecessary files regularly ==== 
 +''sudo crontab -e'' Add command line to find & delete. e.g.) Delete all ''.nfo'' file in target directory and its sub-directories at 30 minutes past every 6 hours. 
 +
 +<code bash>
 +  30 */6 * * * /usr/bin/find /..((your path)).../ -name '*.nfo' -exec rm -f {} \;
 +</code>
 +
 +Delete empty directory at 30 minutes past every 12 hours 
 +
 +<code bash>
 +  30 */12 * * * /usr/bin/find /..((your path)).../ -type d -empty -delete
 +</code>
 +
 +----
 +
 +==== 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