From f706e307586e5ad55806b726c7e20a2d1356cc63 Mon Sep 17 00:00:00 2001 From: Shiru <66792941+Shiru99@users.noreply.github.com> Date: Tue, 12 Jan 2021 22:36:26 +0530 Subject: [PATCH] Create README.md --- Minix 3/README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Minix 3/README.md diff --git a/Minix 3/README.md b/Minix 3/README.md new file mode 100644 index 000000000..0912c06d6 --- /dev/null +++ b/Minix 3/README.md @@ -0,0 +1,45 @@ +# Minix 3 installation on VMware + + +## + +[![VMware installation](https://img.youtube.com/vi/pxEM2s0NBHQ/0.jpg)](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 + +``` + +```