File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 user@machine:~$ nproc # RAM Core
3131 ```
3232
33- - #### Step 4: HDD (Hard Disk Drive) Status
34-
35- - ##### Step 4.1: Working Drive (Dual Boot Mode OS)
36- ``` console
37- user@machine:~$ df -h # Show disk usage
38-
39- user@machine:~$ du -h --max-depth=1 /home/user # Show the directory space usage for the particular location.
40- user@machine:~$ du -h -s /home/user # -s, is for the summarizing the given location size.
41- ```
42-
43- - ##### Step 4.2: Whole HDD Information (Identifying the Partition Type)
44- ```console
45- user@machine:~$ sudo fdisk -l
46- ```
47-
48-
49-
5033### 2. Ubuntu Installation for Deep Learning
5134- #### Seep 1: GPU Setup [ [ by clicking here!] ( https://github.com/mrzResearchArena/Linux-Documentation/blob/master/installGPU.md ) ]
5235 - Reference: Lambda Lab [ [ by clicking here!] ( https://lambdalabs.com/lambda-stack-deep-learning-software ) ]
You can’t perform that action at this time.
0 commit comments