Changes between Version 7 and Version 8 of nix


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

--

Legend:

Unmodified
Added
Removed
Modified
  • nix

    v7 v8  
    66 
    77'''Mecha''' is an open-source mobile operating system developed and maintained by the *NIX Corporation. Based on a heavily-modified *NIX kernel, the Mecha Open-Source Project (MOSP) has enabled countless third-party developers to create customized mobile operating systems for use on everything from [wiki:phone mobile phones] to wearables, like smartwatches and [wiki:hud smart glasses]. The latest release of the Mecha OS is Version 7.3.1 "Key Lime Pie". 
    8  
    9 == Hacking a *NIX Computer (Tentative) == 
    10  
    11 A *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): 
    12  
    13 1. Reboot the computer and boot onto a [wiki:bootdrive portable disk drive]. 
    14 2. From the alternate boot partition, log in to that partition's OS and mount the computer's drive somewhere on your file system. 
    15 3. Add a new user entry to the {{{/etc/passwd}}} file on that drive, and add a hashed password entry to {{{/etc/shadow}}}. 
    16 4. Grant the new user {{{sudo}}} permissions in the sudoers file ({{{/etc/sudoers}}}). 
    17 5. Add {{{/home/}}} folders, etc. 
    18 6. Restart the computer and boot normally. 
    19 7. Log in using the username/password combination you added to {{{/etc/passwd}}} and {{{/etc/shadow}}}. 
    20 8. Use {{{sudo}}} or {{{su}}} to access the machine with root permissions. 
    21  
    22 Presumably 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.