Skip to content

Commit da3955c

Browse files
Erases HDD Size and moved to "Core Linux Commands"
1 parent f1ee0b6 commit da3955c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

RemoteServerHandling.md

-17
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,6 @@
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) ]

0 commit comments

Comments
 (0)