File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 30
30
user@machine:~$ nproc # RAM Core
31
31
```
32
32
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
-
50
33
### 2. Ubuntu Installation for Deep Learning
51
34
- #### Seep 1: GPU Setup [ [ by clicking here!] ( https://github.com/mrzResearchArena/Linux-Documentation/blob/master/installGPU.md ) ]
52
35
- 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