If you don't have to worry, just add two hard disks to the computer. The system is configured and the software is configured. Plug in the network cable when starting.
It only transmits files, and the streaming media service is nas, which does not require high hardware, and ordinary home computers are fully competent.
If you like tossing, you can consider changing some parts to make more advanced ones.
For example, my old computer is p8h6 1 g2020.
Replace the CPU with e3 1220l, with a full load of only 20w and four threads, and add an r7-240 with a full load of only 30w, and the graphics card also supports 4k. You can also watch TV, watch movies and run virtual machines.
How does linux server decompress rar files?
This function is commonly used under linux.
How to extract RAR file (hmkart) under Linux needs to be downloaded from.
Download RARforLinux3.2.0 (you can also search RARforLinux online), decompress and make it.
Then you can use unrareyoufilename.rar to extract the rar file.
Specifically, after downloading rarforlinux, extract it to a directory, such as /usr/local/rar directory, and then execute the following command to extract it.
/usr/local/rar/rarxfilename, please refer to its help for other functions.
How does a linux server copy files?
Linuxcp (English spelling: copyfile) command is mainly used to copy files or directories.
Cp command is used to copy one or more source files or directories to the specified target file or directory. It can copy a single source file to a specific file with a specified file name or an existing directory. The Cp command also supports copying multiple files at the same time. When copying multiple files at a time, the target file parameter must be an existing directory, otherwise an error will occur.
How to transfer files to a remote linux server using powershell?
Just use the scp command. If you use powershell to log in to a linux machine and need to transfer files to another linux machine, you can use the following command: /tmp.