Changes between Version 3 and Version 4 of nix


Ignore:
Timestamp:
2016-01-30 21:22:38 (8 years ago)
Author:
dky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nix

    v3 v4  
    1 The Nix corporation, stylized as '''*Nix''', is a software company best known for their Unix-like operating systems. Nix is a major provider of both personal and enterprise level systems, as well as server software. Every Nix operating system, bar those designed for servers or small devices, comes bundled with complementary card games, pinball, and pachinko pre-installed. 
     1= *NIX Corporation = 
     2 
     3The Nix corporation, stylized as '''*Nix''', is a software company best known for their Unix-like operating systems. Nix is a major provider of both personal and enterprise level systems, as well as server software. Every *NIX operating system, bar those designed for servers or small devices, comes bundled with complementary card games, pinball, and pachinko pre-installed. 
     4 
     5== Hacking a *NIX Computer (Tentative) == 
     6 
     7A *NIX system is a Unix-like system, which means many Unix idioms, like {{{/etc/passwd}}} and {{{/etc/shadow}}}, are also available on *NIX OS. If you have physical access to the machine, it should be possible to perform the following actions (unless the drive is encrypted): 
     8 
     91. Reboot the computer and boot onto a [wiki:bootdrive portable disk drive]. 
     102. From the alternate boot partition, log in to that partition's OS and mount the computer's drive somewhere on your file system. 
     113. Add a new user entry to the {{{/etc/passwd}}} file on that drive, and add a hashed password entry to {{{/etc/shadow}}}. 
     124. Grant the new user {{{sudo}}} permissions in the sudoers file ({{{/etc/sudoers}}}). 
     135. Add {{{/home/}}} folders, etc. 
     146. Restart the computer and boot normally. 
     157. Log in using the username/password combination you added to {{{/etc/passwd}}} and {{{/etc/shadow}}}. 
     168. Use {{{sudo}}} or {{{su}}} to access the machine with root permissions. 
     17 
     18Presumably all or most of this is automated by the [wiki:bootdrive boot drive] that MT gives to the player, since the player is probably not all that tech-literate.