All public logs

Jump to navigation Jump to search

Combined display of all available logs of Minux Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 13:25, 1 October 2024 Shorun talk contribs created page Api/dev.colorset() (Created page with "this function is part of the dev. api and used to set colors for the terminal. '''usage:''' dev.colorset(textcolor, backgroundcolor) '''output:''' sets the text and background color for all following prints or writes. color options come from the colors. api.") Tag: Visual edit
  • 13:22, 1 October 2024 Shorun talk contribs created page Api/dev.colortranslate() (Created page with "this function is part of the dev. api and used to translate colors for further use by the api. '''usage:''' local temp = dev.colortranslate(color) '''output:''' returns the color code that other api's need to go on. colors come from the colors. api.") Tag: Visual edit
  • 13:20, 1 October 2024 Shorun talk contribs created page Api/dev (Created page with "the dev api is part of the [https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=156&sid=28e78b287ed277219bad460a346dced7 devlib] package and is used to manipulate devices.") Tag: Visual edit
  • 13:19, 1 October 2024 Shorun talk contribs deleted page Api/devlib (content was: "the dev api is part of the [https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=156&sid=28e78b287ed277219bad460a346dced7 devlib] package and is used to manipulate devices.", and the only contributor was "Shorun" (talk))
  • 13:19, 1 October 2024 Shorun talk contribs created page Api/devlib (Created page with "the dev api is part of the [https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=156&sid=28e78b287ed277219bad460a346dced7 devlib] package and is used to manipulate devices.") Tag: Visual edit
  • 17:16, 30 September 2024 Shorun talk contribs created page Manuals/autologin (Created page with "This manual explains how to set up auto login on a minux system in order to automatically log in, you would have to somehow log in before init runs login.sh, this can be achieved by adding an instruction to the boot process. edit /etc/apt/boot/autologin.d, in this file, add one line, replace "foo" with your username and "bar" with your password. <code>minux.login("foo","bar")</code> save the file, exit the editor now we need to trigger apt to do someth...") Tag: Visual edit
  • 16:22, 30 September 2024 Shorun talk contribs created page Api/apt.checkinstall() (Created page with "this api is used to check if a program has been installed trough apt '''usage:''' local string = apt.checkinstall(packname) '''output:''' returns true is package is found, false if negative") Tag: Visual edit
  • 09:59, 29 September 2024 Shorun talk contribs created page Binaries/doorconfig (Created page with "the doorconfig binary used to configure a "door" program, used to remotely activate a redstone signal. can be given a direct command or run a config menu. '''usage:''' doorconfig option setting '''output:''' when run without arguments, opens "doorconfig" menu '''options can be:''' shell - sets shell type, setting can be "basic" or "advanced", when set to advanced the door program will open in a new tab. toggle - sets toggle mode, setting can be "enabled" or "...") Tag: Visual edit
  • 08:49, 29 September 2024 Shorun talk contribs created page Api/minux.logintype() (Created page with "minux api used to obtain login type setting. '''usage:''' tempstring = minux.logintype() '''output:''' writes the current login type into "tempstring", can be either "disabled", "local" or "network".") Tag: Visual edit
  • 08:29, 29 September 2024 Shorun talk contribs created page Binaries/lock (Created page with "lock is a binary used to lock the current session behind the user's password '''usage:''' lock '''output:''' locks the current session behind the user's password, preventing abuse or unwanted usage.") Tag: Visual edit
  • 08:27, 29 September 2024 Shorun talk contribs created page Api/minux.lock() (Created page with "minux api used to lock a session behind the current user's password '''usage:''' minux.lock() '''output:''' locks the current session and requires the user that started the lock to enter their password all programs keep running in the background.") Tag: Visual edit
  • 01:26, 27 September 2024 Shorun talk contribs created page Faq (Created page with "'''q:in short, What is Minux?''' it's explained [https://wolfpak.vtchost.com/forum/viewtopic.php?f=16&t=53&sid=ac787d7556a58f028b33f198d2dae246 here] '''q: How do you install minux?''' a: visit this page '''q: How do you install the beta version or a custom one''' a: visit the [https://wolfpak.vtchost.com/forum/viewtopic.php?f=16&t=56&sid=b7d7ad1251eef7cef3b66749030141cf forum topic] on switching repository servers '''q: how do you set u...") Tag: Visual edit
  • 00:15, 27 September 2024 Shorun talk contribs created page Binaries/nslookup (Created page with "nslookup binary is a part of the [https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=46&sid=406752c2d3f4a75bfddf885005cc7649 auth-client package], it is used to look up a system name in the dns/dhcp system '''Usage:''' nslookup systemname '''output:''' prints systemname, id and owner on the screen. eg: "nslookup foobar" does a lookup on the name foobar. "nslookup 15" does a lookup on computer ID 15") Tag: Visual edit
  • 20:42, 26 September 2024 Shorun talk contribs created page Binaries/mask (Created page with "the mask binary is parth of the "[https://wolfpak.vtchost.com/forum/viewforum.php?f=17&sid=b743998bf231ee4c4c9a9a61a2922313 auth-client]" package and is used to temporary change your user, or "mask" yourself as someone else, it stores your real username and returns your old login without have to enter the password by unmasking again. this still requires you to enter the target user's password and that the target user has access to the computer you are on,...") Tag: Visual edit
  • 19:17, 26 September 2024 Shorun talk contribs created page Api/auth.unmask (Created page with "this api is part of the auth client side package and is used to mask as another user on the rednet network '''usage:''' auth.unmask() '''output:''' removes the mask set by auth.mask()") Tag: Visual edit
  • 19:17, 26 September 2024 Shorun talk contribs created page Api/auth.mask (Created page with "this api is part of the auth client side package and is used to mask as another user on the rednet network '''usage:''' auth.mask(username, password) '''output:''' become the new user untill the mask is removed with auth.unmask()") Tag: Visual edit
  • 01:33, 25 September 2024 Shorun talk contribs created page Apt/getpack (Created page with "this document explains how apt knows what files to download/remove. to be added soon") Tag: Visual edit
  • 01:32, 25 September 2024 Shorun talk contribs created page Apt/list (Created page with "this document explains how apt knows what software is available. to be added soon.") Tag: Visual edit
  • 01:32, 25 September 2024 Shorun talk contribs created page Apt/addrepo (Created page with "this document explains how apt knows a url is a repository server to be added soon") Tag: Visual edit
  • 01:07, 25 September 2024 Shorun talk contribs created page Apt/compatibility (Created page with "to design an app for use trough apt, you do need to create one file and one folder in specific locations, these files will tell apt how to install your software. '''manifest and repository idea''' on the primary apt server, in <nowiki>https://minux.vtchost.com/apt/</nowiki> you will find 2 main folders, one called "manifest" and the other "repository". the manifest contains the file lists and version data, these tell apt what files to search for and install and w...") Tag: Visual edit
  • 01:01, 25 September 2024 Shorun talk contribs created page Manuals/repoinstall (Created page with "users can host their own file repository, this allows them to share their own programs with the world wide web! You will need to host a '''real webserver''' for APT to funtion, it uses HTTP. '''downloading a base''' download a version of the repository files [https://minux.vtchost.com/dl/ here] for a clean repository (empty)use the "minuxrepository.minimal.rar" archive. for a full primary server download a stable version. '''Installing the files''' create a fold...") Tag: Visual edit
  • 00:57, 25 September 2024 Shorun talk contribs created page Apt (Created page with "apt is the software manager that minux uses, it downloads files from the real internet. here you can find more information on how apt works and how to run a repository yourself. - to be added.") Tag: Visual edit
  • 00:30, 25 September 2024 Shorun talk contribs created page Protocols/netfolder (Created page with "this protocol explains how netfolder talks over the network putfile client: "NETFOL-TEST" - string client: path - string, server location client: login - string, username to be used client: pass - string, password for this user server: path - bounce server: login - bounce server: pass - bounce client: sync reply - string - must be = "SYNC-SUCC" to proceed. server: "NETFOLDER-DENIED" if refused or "NETFOLDER-PUTFILE" if accepted, both strings. se...") Tag: Visual edit
  • 00:18, 25 September 2024 Shorun talk contribs created page Protocols/ (Created page with "did you mean rednet protocols?")
  • 23:43, 24 September 2024 Shorun talk contribs created page Protocols/auth (Created page with "this is a list of the auth protocol rednet data '''AUTH Server:''' variable: _G.authserver '''login procedure:''' client:"AUTH-LOGIN" [request login] server:"AUTH-ACK" [request confirmed] client: string - login [send username] client: string - password [send password] server: string - login [bounce username] server: string - password[bounce password] client: "AUTH-SYNC" / "AUTH-SYNC-FAIL" [we respond if the bounced values match yes or no] server:...") Tag: Visual edit
  • 23:42, 24 September 2024 Shorun talk contribs created page Protocols/dhcp (Created page with "the following is a list of how the DHCP talks over the network, "bounce" is sending back the data so the sender can verify for integrity the servers don't wait for to long for users, you can't type this fast enough, you'll have to use programs to make use of this. this is to prevent a single user from hogging the servers. '''dhcp request: -''' used by clients to find the dhcp server client: BROADCAST:"DHCP-REQ" [requests dhcp id] server: "DHCP-ACK"[responds with i...") Tag: Visual edit
  • 23:37, 24 September 2024 Shorun talk contribs created page Protocols (Created page with ""protocols" are how minux rednet systems actually talk, the rednet data they expect and what order. the following are the protocols used by minux and it's related software. dhcp - the dhcp/dns system auth - the auth user/ownership system netfolder - netfolder fileserver system") Tag: Visual edit
  • 23:32, 24 September 2024 Shorun talk contribs created page Globals (Created page with "Minux uses a couple global variables to keep track of things. '''Base OS variables: -''' all of these are part of minux-main _G.modemside - string - the side the modem is found at, all but bottom. if none this string is "[NONE]". _G.diskside - string - side the disk drive is on, if none this string is "[NONE]". see "/bin/makeboot.sh" for an example. _G.monitorside - string - side the monitor is on, if none this string is "[NONE]". see "/etc/minux-main/sys/monitorpri...") Tag: Visual edit
  • 23:27, 24 September 2024 Shorun talk contribs created page Api/auth. (Created page with "did you mean the auth api?") Tag: Visual edit
  • 23:21, 24 September 2024 Shorun talk contribs created page Api/auth.checkowner() (Created page with "this api is part of the auth client side package and is used to obtain ownership data of a system on the rednet network '''usage:''' auth.checkowner() '''output:''' sets _G.owner to the owner name and _G.ownergroup to the group name, otherwise sets them to nil") Tag: Visual edit
  • 23:19, 24 September 2024 Shorun talk contribs created page Api/auth.checkgroup() (Created page with "this api is part of the auth client side package and is used to check if a user is a member of a group on the rednet network '''usage:''' auth.useradd(groupname, username) '''output:''' sets _G.isgroupmember to either true or false") Tag: Visual edit
  • 23:18, 24 September 2024 Shorun talk contribs created page Api/auth.leavegroup() (Created page with "this api is part of the auth client side package and is used to create new users on the rednet network '''usage:''' auth.leavegroup(groupname, username) '''output:''' removes username from groupname grou^p") Tag: Visual edit
  • 23:17, 24 September 2024 Shorun talk contribs created page Api/auth.joingroup() (Created page with "this api is part of the auth client side package and is used to add users to groups on the rednet network '''usage:''' auth.useradd(groupname, username) '''output:''' adds username to groupname") Tag: Visual edit
  • 23:16, 24 September 2024 Shorun talk contribs created page Api/auth.groupdel() (Created page with "this api is part of the auth client side package and is used to delete groups from the rednet network '''usage:''' auth.useradd(groupname) '''output:''' removes the group named groupname") Tag: Visual edit
  • 23:15, 24 September 2024 Shorun talk contribs created page Api/auth.groupadd() (Created page with "this api is part of the auth client side package and is used to create new groups on the rednet network '''usage:''' auth.groupadd(groupname) '''output:''' creates a group called groupname, sets the currently logged in user as group owner") Tag: Visual edit
  • 23:14, 24 September 2024 Shorun talk contribs created page Api/auth.delowner() (Created page with "this api is part of the auth client side package and is used to remove computer ownership on the rednet network '''usage:''' auth.delowner() '''output:''' removes ownership data of the current system") Tag: Visual edit
  • 23:13, 24 September 2024 Shorun talk contribs created page Api/auth.setowner() (Created page with "this api is part of the auth client side package and is used to mark ownership of a specific computer on the auth network '''usage:''' auth.setowner(systemname, groupname) '''output:''' registers this computer ID as systemname on the auth network with the currently logged in user as owner. if groupname is provided then that group will act as a whitelist allowing user access to it's members.") Tag: Visual edit
  • 23:11, 24 September 2024 Shorun talk contribs created page Api/auth.setpass() (Created page with "this api is part of the auth client side package and is used to change a user's password on the network '''usage:''' auth.setpass(username, password) '''output:''' changes the password for user "username"") Tag: Visual edit
  • 23:10, 24 September 2024 Shorun talk contribs created page Api/auth.userdel() (Created page with "this api is part of the auth client side package and is used to create new users on the rednet network '''usage:''' auth.userdel(username) '''output:''' deletes username from the auth network") Tag: Visual edit
  • 23:10, 24 September 2024 Shorun talk contribs created page Api/auth.useradd() (Created page with "this api is part of the auth client side package and is used to create new users on the rednet network '''usage:''' auth.useradd(username, password, ADM) '''output:''' creates a new user with username and password, if ADM is provided as a string this user will be an admin. eg: auth.useradd("foo", "bar") creates a user with the name foo and password bar auth.useradd("foo", "bar", "ADM") creates an admin user with the name foo and password bar") Tag: Visual edit
  • 23:06, 24 September 2024 Shorun talk contribs created page Api/auth (Created page with "the auth api is part of the [https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=46&sid=2ce2c9aa6ecdc05c0058253d52fe37ce auth-client package] and is used to manage auth users, groups and system ownership. most of these require the user to be an admin to use. '''''auth.useradd(username, password, admin)''''' adds a user to the rednet network, if admin == "ADM" then we try to make an admin in stead '''''auth.userdel(username)''''' delet...") Tag: Visual edit
  • 23:03, 24 September 2024 Shorun talk contribs created page Api/dhcp. (Created page with "did you mean the dhcp api?") Tag: Visual edit
  • 23:02, 24 September 2024 Shorun talk contribs created page Api/dhcp.unregister() (Created page with "this api is part of dhcp and is used to unregister a computer on the dns records '''useage:''' dhcp.unregister(name) '''output:''' removes "name" in the dns records, it can no longer be found with "nslookup"") Tag: Visual edit
  • 23:01, 24 September 2024 Shorun talk contribs created page Api/dhcp.register() (Created page with "this api is part of dhcp and is used to register a computer on the dns records '''useage:''' dhcp.register(name) '''output:''' registers this computer id under name in the dns records, it can now be found with "nslookup"") Tag: Visual edit
  • 22:59, 24 September 2024 Shorun talk contribs created page Api/dhcp.lookup() (Created page with "this api is part of dhcp and is used to obtain or refresh dns cache data. run on request, updates the dns variables to be used by other programs '''useage:''' dhcp.lookup(name) '''output:''' searches for "name", can be either computer name or ID, stores the data in _G.lookupid, _G.lookupname, _G.lookupowner") Tag: Visual edit
  • 22:57, 24 September 2024 Shorun talk contribs created page Api/dhcp.renew() (Created page with "this api is part of dhcp and is used to obtain or refresh DHCP server data. normally run on startup, can be used to re-run mostly for testing purpuses. '''useage:''' dhcp.renew() '''output:''' updates _G.server to either the responding dhcp server's ID or "[none]"") Tag: Visual edit
  • 22:51, 24 September 2024 Shorun talk contribs created page Api/dhcp (Created page with "the dhcp api is part of the a[https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=46&sid=2ce2c9aa6ecdc05c0058253d52fe37ce uth-client software package] and requires a working dhcp server '''''dhcp.renew()''''' broadcasts for a dhcp server and renews the id '''''dhcp.lookup(name)''''' does a lookup in the register for "name", can be either name or ID outputs data in _G.lookupid, _G.lookupname, _G.lookupowner for use by other programs....") Tag: Visual edit
  • 22:48, 24 September 2024 Shorun talk contribs created page Api/netfolder. (Created page with "did you mean the netfolder api?") Tag: Visual edit
  • 22:46, 24 September 2024 Shorun talk contribs created page Api/netfolder.putfolder() (Created page with "this api is used by netfolder clients to upload a folder to a fileserver can only clone paths so they are identical on both sides. '''usage:''' netfolder.putfolder(server, serverpath) '''output:''' does a recursive fs.list() on "serverpath" on your local computer and then "putfile" the files found on the server, same paths as on the computer. makes a copy of "serverpath" from the server to your computer as it finds it, all pathnames are iden...") Tag: Visual edit
  • 22:44, 24 September 2024 Shorun talk contribs created page Api/netfolder.getfolder() (Created page with "this api is used by netfolder clients to download an entire folder and all it's subdirectories can only clone paths from the server to the client, so the path is the same on both sides. '''usage:''' netfolder.getfolder(server, serverpath) '''output:''' does a recursive fs.list() on "serverpath" on the fileserver, processes the answer for download and then uses getfile to download the found files. in effect this makes a copy of "serverpath" t...") Tag: Visual edit
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)