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

[ LINUX ] [0.4A] ShadOS Standalone

Started by Mendax, 05 August 2012 - 09:17 PM
Mendax #1
Posted 05 August 2012 - 11:17 PM
SHAD-OS STANDALONE
Pics:
SpoilerThe addition of 2 new useful programs:

The ZIP program can manipulate ZIP files.

Funny thing, the decompresser on the terminal is somewhat faster than graphically :P/>/>
And the media program, it can play Videos, Music and playlists (untested):

Input the filename and press enter…

If you go further from the screen, the picture becomes clearer.
Old pics:
Spoiler
Downloader:
Spoiler

echo "Installing ShadOS..."
wget -O ShadOS.zip https://sites.google.com/site/shadowkatstudios/home/downloads/ShadOS.zip
unzip ShadOS.zip
sudo apt-get install pastebinit
sudo apt-get install mplayer
cd ShadOS
chmod +x ShadOS.sh
echo "Operation complete! Now running ShadOS..."
echo "P.S. Type 'HELP' for help"
./ShadOS.sh
Downloads:
You can either use the installer HERE (or above) or download the zip from HERE
NOTE: For zip you will have to download some utilities by using the following commands:

sudo apt-get install pastebinit
sudo apt-get install mplayer
Edited on 03 September 2012 - 09:21 PM
Sxw #2
Posted 05 August 2012 - 11:57 PM
WOW, nice, ima modify it and such, nice work!
1lann #3
Posted 06 August 2012 - 06:48 AM
That's not linux, it's shell. Windows can also do shell too you know.
Mendax #4
Posted 06 August 2012 - 06:51 AM
@Swx1212
You can use it as a base, but please don't just repost it with a new name.

@1Iann
It's written in BASH. Windows has Batch. It'd bug a lot if it worked anyway.
1lann #5
Posted 07 August 2012 - 05:12 PM
@Swx1212
You can use it as a base, but please don't just repost it with a new name.

@1Iann
It's written in BASH. Windows has Batch. It'd bug a lot if it worked anyway.
If it's in bash, why does your program end in a .sh extension?
http://en.wikipedia.org/wiki/Bourne_shell

Also, bash is not a language. It's actually the program that runs shell scripts.
http://en.wikipedia....sh_(Unix_shell)

https://www.google.c...ash+for+windows
Noodle #6
Posted 07 August 2012 - 05:23 PM
-.-
BASH = Bourne Again SHELL
Its not an O.S. its a shell.
".sh"(shell) is like a ".bat"(batch) file on windows. - Similar but not exact.
BASH is a UNIX shell which is why its not on windows and windows has something similar.
You may ask, "How does linux use a UNIX shell?" Well its because Linux is only a UNIX shell -.-
Shell-ception
Mendax #7
Posted 08 August 2012 - 08:36 AM
Well, just updated with a few new things:

PASTEBIN
MKDIR
and nothing special.
HOWEVER: 0.3A requires pastebinit to run. Refer to OP for instructions.
Mendax #8
Posted 02 September 2012 - 10:08 AM
Updated and added the Media program, and the zip program, refer to the OP for details.
Mendax #9
Posted 05 September 2012 - 12:45 PM
Hey guys, I want YOUR bash scripts to put in the ShadOS repository (I need some stuff in my paste before I can update (PLEASE SOMEONE GIVE ME SOMETHING USEFUL)) If you're interested, post here and PM me your code. :D/>/>
Cloudy #10
Posted 05 September 2012 - 04:46 PM
You know, considering this is no longer ComputerCraft related, why is it even on these forums? If it emulated CC, sure - but it doesn't.
Mendax #11
Posted 05 September 2012 - 11:18 PM
Hey cloudy, maybe you're right, I was planning to add an/a Lua interpreter (or as close to one as possible (from scratch that is)) but now, considering how rude some people are (*COUGH* TangentDelta *COUGH), I might just move to somewhere with nicer people and not implement my lua interpreter that was almost done. I'm still deciding though.
ElvishJerricco #12
Posted 05 September 2012 - 11:36 PM
I don't get it. Why does this need to be on the computercraft forum?
Mendax #13
Posted 06 September 2012 - 07:22 AM
I don't get it. Why does this need to be on the computercraft forum?
As it is (or was, I may remove it from the planned features because of rude people) going to have an Lua interpreter.