Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info.

NeXTSTEP: Difference between revisions

From Higher Intellect Vintage Wiki
No edit summary
No edit summary
Line 14: Line 14:


[[Category:NeXT]][[Category:Software]]
[[Category:NeXT]][[Category:Software]]
[[Category:Operating Systems]]

Revision as of 22:08, 9 July 2019

May also be written as NeXTStep or NEXTSTEP.


Versions

Tips

Reset root password

You need to interrupt the bootloader when the machine is turned on so you see a "boot:" prompt or something similar depending on the type of computer. Type "-s" without the quotes and hit enter. If this is NeXT hardware, type "bsd -s" without the quotes. When the system drops you into a single mode root shell, type "sh /etc/rc &" to start the normal services. Now do "passwd root" and enter your new password. Reboot the system.

Basic TCP/IP Config

Create /etc/resolv.conf and add your desired nameserver, so something like "nameserver 8.8.8.8" and save the file. Go to NextAdmin directory and open HostManager.app, click Local in the menu, use local domain only and readable, set your desired IP/router/netmask info and reboot.