This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Cross_Sans's profile picture

[Bêta] BunduOS - Linux like operating system

Started by Cross_Sans, 19 February 2016 - 10:19 AM
Cross_Sans #1
Posted 19 February 2016 - 11:19 AM
Welcome to BunduOS, the Linux like operating system by Redall.
WARNING: This is a 'bêta' version of the operating system. Tell me if they have bugs, problems or ideas to incorporate in a future version !

Latest version: 0.2 (Bêta)

How to download it ? Simple !

Just copy and paste this code to the ComputerCraft/CraftOS Shell and press enter, the setup will start !

pastebin run 1TYvNPzZ

You will press Y if you want to install BunduOS on your HDD

You will press N if you want to cancel installation of BunduOS on your HDD

and you press enter to accept your choice.


Screens and work :

Commands :
ls <path> / dir <path> : Display current directory or from <path>
isd <file_path> : Tell you if the path are a folder or a file
wget <url> <file_to_save_path> : Download a file from <url> to <file_to_save_path>
apis [load|unload] <api_path> : Load/Unload a API from <api_path>
cat <file_path> : Display <file_path> content
ver : Display version of BunduOS
del <path_or_folder> : Used to delete a file from <path_or_folder>
clear : Used to clear screen
write <file_path> <string> : Used to write a <string> from <file_path>

Changelog :
Bundu Bêta 0.1:
+ Added ls, isd, wget, apis, cat and ver commands
+ First version

Bundu Bêta 0.2:
i Fixed cat, isd mismatching path
+ Added del/rm, clear, write commands
! wget command can crash

What are added in next version ? :
Bundu Bêta 0.3:
? I don't know, this 'What are added' will change quickly soon

Legend for "Changelog" and "What are added in next version ?" :
- = Removed
+ = Added
* = Possibly added
! = Bug finded
i = Bug correction
&amp; = New API
@ = Removed API

That's it ! If you want to help me, you can :

> Report a bug

> Leave a idea to be added in next version

> Create a API / Program to be incorporated in next version

> Donate to Bitcoin : 1NVTkgRwvpuz74kRH2xFmALbhSZHNpwZTF


Good working, or playing with BunduOS :)/> !
Edited on 19 February 2016 - 08:16 PM
Siftos31 #2
Posted 19 February 2016 - 03:43 PM
I can't do anything I'ts rebooting all the time
Cross_Sans #3
Posted 19 February 2016 - 04:40 PM
I can't do anything I'ts rebooting all the time
Don't save this paste to 'startup'. You need to run it, not to save it as startup…
Konlab #4
Posted 19 February 2016 - 05:21 PM
Does piping work?
Cross_Sans #5
Posted 19 February 2016 - 07:57 PM
Does piping work?

The 'ping' command ? : It's not incorporated for the moment, surrely in a future version :)/>
Creator #6
Posted 19 February 2016 - 08:08 PM
Pipping =/= ping
FUNCTION MAN! #7
Posted 19 February 2016 - 08:25 PM
Piping doesn't have two ps either
Cross_Sans #8
Posted 19 February 2016 - 08:31 PM
Thanks for the correct definition, i'm not english, i'm a french ;)/>
Selim #9
Posted 22 February 2016 - 03:40 AM
I recommend the use of spoiler tags for some information that isn't strictly necessary to the sell of the OS.
Cross_Sans #10
Posted 22 February 2016 - 03:32 PM
I recommend the use of spoiler tags for some information that isn't strictly necessary to the sell of the OS.
Yeah, but i don't find it :/
Creator #11
Posted 22 February 2016 - 03:58 PM
I recommend the use of spoiler tags for some information that isn't strictly necessary to the sell of the OS.
Yeah, but i don't find it :/

[.spoiler] [./spoiler] without the dots.
Cross_Sans #12
Posted 24 February 2016 - 03:33 PM
Thanks :)/>
LDDestroier #13
Posted 24 February 2016 - 03:37 PM
I made a ping command a while ago. If you want (need), I could modify it to replicate the arguments that the linux ping command uses.