Create README.md
This commit is contained in:
parent
ff85727cf8
commit
f706e30758
45
Minix 3/README.md
Normal file
45
Minix 3/README.md
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
# Minix 3 installation on VMware
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
[](https://www.youtube.com/watch?v=pxEM2s0NBHQ)
|
||||||
|
|
||||||
|
## Set passward
|
||||||
|
|
||||||
|
```
|
||||||
|
# passwd
|
||||||
|
```
|
||||||
|
|
||||||
|
## Setting the Timezone
|
||||||
|
```
|
||||||
|
# echo export TZ=Asia/Kolkata > /etc/rc.timezone
|
||||||
|
```
|
||||||
|
|
||||||
|
## Getting OpenSSH
|
||||||
|
```
|
||||||
|
# pkgin update
|
||||||
|
|
||||||
|
# pkgin install openssh
|
||||||
|
|
||||||
|
# mkdir /etc/rc.d/
|
||||||
|
|
||||||
|
# cp /usr/pkg/etc/rc.d/sshd /etc/rc.d/
|
||||||
|
|
||||||
|
# printf 'sshd=YES\n' >> /etc/rc.conf
|
||||||
|
|
||||||
|
# /etc/rc.d/sshd start
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installing Common Packages
|
||||||
|
```
|
||||||
|
# pkgin update
|
||||||
|
|
||||||
|
# pkgin_sets
|
||||||
|
```
|
||||||
|
|
||||||
|
## Managing User
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user