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

LinuxCraft - A new Operating System with Login! Dev-alpha 0.0.2

Started by piuser8, 17 February 2014 - 10:26 AM
piuser8 #1
Posted 17 February 2014 - 11:26 AM
LinuxCraft is an idea of a Linux in the ComputerCraft Mod, now the Dev-alpha 0.0.2, This operating system is too basic.

Download:
SpoilerAlpha 0.0.1

Spoiler
pastebin get n3PuXhn4 startup

This is the login
Username: user
Password: password

This includes:
Spanish Language
Login
New startup

Dev-alpha 0.0.2

Spoiler
pastebin get 35QtP1pv startup


Added:
+New terminal
+Only 1 command: shutdown

Removed:
-Old CraftOS Terminal
-In this version removed login

Screenshots:
Spoiler[attachment=1471:CapturaLinuxCraft01.JPG]


Note: Im speak spanish and im new in this forum
Edited on 18 February 2014 - 10:19 AM
Agoldfish #2
Posted 17 February 2014 - 11:37 AM
I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.
Symmetryc #3
Posted 17 February 2014 - 11:43 AM
I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.
Don't capitalize English :P/>.
piuser8 #4
Posted 17 February 2014 - 12:08 PM
I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.

Ok, por un mensaje privado te mandaré el pastebin en español de la 0.0.2 pre-alpha

Copialo y traducelo al ingles

o

Crea el sistema con las novedades que tendria una nueva terminal, nuevos comandos, blablallalal
(lo intenté pero no me funciona como lo esperaba) en ingles, y yo lo hago en español, basado en tu codigo

Ok, I'll send a private message with the pastebin in Spanish of the pre-alpha 0.0.2

Copy it and translate it to English

or

Create the system (I tried but did not work as expected) in English, and I do it in Spanish, based on your code

Thanks for 400 visits!
Edited on 18 February 2014 - 08:34 AM
Agoldfish #5
Posted 17 February 2014 - 02:13 PM
I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.
Don't capitalize English :P/>.
'Tis a proper noun…
I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.

Ok, por un mensaje privado te mandaré el pastebin en español de la 0.0.2 pre-alpha

Copialo y traducelo al ingles

o

Crea el sistema (lo intenté pero no me funciona como lo esperaba) en ingles, y yo lo hago en español, basado en tu codigo

Ok, I'll send a private message with the pastebin in Spanish of the pre-alpha 0.0.2

Copy it and translate it to English

or

Create the system (I tried but did not work as expected) in English, and I do it in Spanish, based on your code

Thanks for 150 visits!
Así que, voy a hacer de nuevo este sistema operativo en Inglés, con base en lo que me enviaste?
Edited on 17 February 2014 - 01:41 PM
Symmetryc #6
Posted 17 February 2014 - 02:48 PM
'Tis a proper noun…
You still don't capitalize it, only names of people and places are generally capitalized.
Edited on 17 February 2014 - 01:49 PM
Agoldfish #7
Posted 17 February 2014 - 02:55 PM
Actually, a proper noun is a proper person, place, thing, or idea.
"Chuck Norris" is capitalized, but boy isn't. Because "Chuck Norris" is specific, "boy" isn't.

EDIT: Your talking about in Spanish…. Oh. >.>
Edited on 17 February 2014 - 01:56 PM
piuser8 #8
Posted 17 February 2014 - 04:14 PM
I need help with the LinuxCraft 0.0.2

An a error has showed

The code of the program:

term.clear()
print("Iniciando BIOS…")
sleep(1)
print("Esta es una BETA, por lo tanto, puede contener muchos fallos")
sleep(1)
print("BIOS cargada exitosamente")
sleep(1)
print("Cargando Kernel…")
sleep(1)
print("Iniciando Safe Mode en 2do plano…")
sleep(1)
print("Arrancando LinuxCraft…")
sleep(1)
print("Listo, para ver la lista de comandos escribe programs, para obtener ayuda pon help")
term.write("computercraft@user command: ")
local command = read("")
print("Leyendo comando…")
if command == "shutdown" then
print("Apagando…")
sleep(1)
os.shutdown
end
else
print("El programa no existe, reiniciando…")
sleep(1)
os.reboot()
end

This is the error

bios:339: [string "startup"] :24: ´=´ expected

I need help, please a reply!
Lyqyd #9
Posted 17 February 2014 - 04:50 PM
You're missing the parentheses on the os.shutdown call.
piuser8 #10
Posted 17 February 2014 - 06:37 PM
You're missing the parentheses on the os.shutdown call.

Not work, this is the error now:

bios:339: [string "startup"] :24: ´<eof>´ expected

And using your solution
Edited on 17 February 2014 - 05:38 PM
nutcase84 #11
Posted 17 February 2014 - 07:12 PM
You're missing the parentheses on the os.shutdown call.

Not work, this is the error now:

bios:339: [string "startup"] :24: ´<eof>´ expected

And using your solution

Too many ends.
piuser8 #12
Posted 17 February 2014 - 09:06 PM
Now run! Thanks for all people!

Now published Pre-alpha 0.0.2 with 1 command! Shutdown

500 visits!

Thanks for all people

Coming soon the Alpha 0.0.2! Added:

+Login
+More Commands
+English!

Removed:

-NOTHING REMOVED!!!!

This is song for the trailer: [media]http://www.youtube.com/watch?v=PcYNUX0g4e8[/media]

Coming soon the page
Edited on 18 February 2014 - 11:29 AM
kornichen #13
Posted 18 February 2014 - 11:52 AM
This is song for the trailer: [media]http://www.youtube.com/watch?v=PcYNUX0g4e8[/media]

Coming soon the page

The song was used by Apple Inc. in an advertisment of Apple iMac Color in 1999.
http://en.wikipedia.org/wiki/List_of_music_used_by_Apple_Inc.

But nice song to use in an advertisment.
piuser8 #14
Posted 18 February 2014 - 12:13 PM
This is song for the trailer: [media]http://www.youtube.com/watch?v=PcYNUX0g4e8[/media]

Coming soon the page

The song was used by Apple Inc. in an advertisment of Apple iMac Color in 1999.
http://en.wikipedia....d_by_Apple_Inc.

But nice song to use in an advertisment.

Alternatives of trailer of LinuxCraft

1 [media]http://www.youtube.com/watch?v=-30YO_vLsyk[/media]


2 [media]http://www.youtube.com/watch?v=O8dTJ0Ar_GU[/media]


3 [media]http://www.youtube.com/watch?v=PcYNUX0g4e8[/media]

Vote with a reply
Edited on 18 February 2014 - 11:18 AM
piuser8 #15
Posted 18 February 2014 - 12:39 PM
I need help with making the terminal, i cant put multiple commands, Please a reply!!
Alice #16
Posted 18 February 2014 - 12:44 PM
Do you have experience making ComputerCraft programs?
piuser8 #17
Posted 18 February 2014 - 12:50 PM
Do you have experience making ComputerCraft programs?

No, im new
Alice #18
Posted 18 February 2014 - 12:52 PM
Jumping into an operating system is not the best way to start off learning how to use ComputerCraft. I like your enthusiasm, but this really isn't the thing meant for a newbie to be doing :P/>
piuser8 #19
Posted 18 February 2014 - 01:04 PM
Jumping into an operating system is not the best way to start off learning how to use ComputerCraft. I like your enthusiasm, but this really isn't the thing meant for a newbie to be doing :P/>

I be used ComputerCraft, but program, the basics, in this proyect i need help for programming.
6677 #20
Posted 18 February 2014 - 01:37 PM
I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.
Don't capitalize English :P/>.
Actually English is capitalised, notice how if you type it as "english" it will be marked as a spelling mistake in any modern browser or office suite.
The word English derives from the eponym Angle, the name of a Germanic tribe thought to originate from the Angeln area of Jutland, now in northern Germany.[19] For possible etymologies of these words, see the articles Angeln and Angles.
A working knowledge of English has become a requirement in a number of fields, occupations and professions such as medicine and computing; as a consequence, more than a billion people speak English to at least a basic level (see English as a second or foreign language)
The English language belongs to the Anglo-Frisian sub-group of the West Germanic branch of the Germanic languages, a member of the Indo-European languages. Modern English is the direct descendant of Middle English, itself a direct descendant of Old English, a descendant of the Proto-Germanic language. Typical of most Germanic languages, English is characterised by the use of modal verbs, the division of verbs into strong and weak classes, and common sound shifts from Proto-Indo-European known as Grimm's law. The closest living relatives of English (besides the English languages and English-based creole languages) are the Frisian languages of the southern fringes of the North Sea in the Netherlands, Germany, and Denmark.

Note, capitalised each and every time.
The same also applies when referring to a person as being English. As for me using capitalised instead of capitalized, I am English.
Edited on 18 February 2014 - 12:41 PM
6677 #21
Posted 18 February 2014 - 01:43 PM
As for an on topic reply.

An operating system is a very bad first programming project, even if it is just a computercraft shell not a real OS.
Got to walk before you can run.
Symmetryc #22
Posted 18 February 2014 - 02:13 PM
Actually English is capitalised, notice how if you type it as "english" it will be marked as a spelling mistake in any modern browser or office suite.
Note, capitalised each and every time.
The same also applies when referring to a person as being English. As for me using capitalised instead of capitalized, I am English.
I was talking about the word "English", when translated into the Spanish language, is not supposed to be capitalized. Not in English :P/>.
Edited on 18 February 2014 - 01:13 PM
piuser8 #23
Posted 18 February 2014 - 06:01 PM
I cant speak ALL English and i don´t know too much of Lua. :(/>

I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.
Don't capitalize English :P/>.
'Tis a proper noun…
I can help with the translation to English, if you'd like.

Puedo ayudar con la traducción al Inglés, si lo desea.

Ok, por un mensaje privado te mandaré el pastebin en español de la 0.0.2 pre-alpha

Copialo y traducelo al ingles

o

Crea el sistema (lo intenté pero no me funciona como lo esperaba) en ingles, y yo lo hago en español, basado en tu codigo

Ok, I'll send a private message with the pastebin in Spanish of the pre-alpha 0.0.2

Copy it and translate it to English

or

Create the system (I tried but did not work as expected) in English, and I do it in Spanish, based on your code

Thanks for 150 visits!
Así que, voy a hacer de nuevo este sistema operativo en Inglés, con base en lo que me enviaste?
No, se ingles, pero Lua no se mucho, necesito ayuda para la terminal, poner multiples comandos, porque cuando pongo, por ejemplo le nombro a la terminal command y pongo if command = "shutdown" then y pongo if command = "reboot" then y pongo las acciones me sale error al depurarlo.
Edited on 18 February 2014 - 05:02 PM
piuser8 #24
Posted 19 February 2014 - 06:15 PM
As for an on topic reply.

An operating system is a very bad first programming project, even if it is just a computercraft shell not a real OS.
Got to walk before you can run.

Ok, Im a N00b in the 0.0.1 and in Lua but in the Dev-alpha 0.0.2 is my own creation
Edited on 19 February 2014 - 05:16 PM
piuser8 #25
Posted 20 February 2014 - 01:12 PM
In the 0.0.2, The new terminal in the dev-alpha 0.0.2 was deleted, and i will to the old terminal, but no with the normal commands, with custom commands
piuser8 #26
Posted 23 February 2014 - 10:09 AM
OK, Testing the 0.0.2 alpha final, is showed a error

Code of startup:
os.pullEvent = os.pullEventRaw()
term.clear()
print("Starting BIOS…")
sleep(1)
print("CreeperBIOS 1.0 Copyright 2014 All rights reserved")
sleep(1)
print("Running LinuxCraft…")
sleep(1)
print("Done! For a list of programs type help")
end

And this is the error

bios:339: [string "startup"] :24: ´<eof>´ expected

This pastebin is published but no public
MKlegoman357 #27
Posted 23 February 2014 - 12:07 PM
OK, Testing the 0.0.2 alpha final, is showed a error

Code of startup:
os.pullEvent = os.pullEventRaw()
term.clear()
print("Starting BIOS…")
sleep(1)
print("CreeperBIOS 1.0 Copyright 2014 All rights reserved")
sleep(1)
print("Running LinuxCraft…")
sleep(1)
print("Done! For a list of programs type help")
end

And this is the error

bios:339: [string "startup"] :24: ´<eof>´ expected

This pastebin is published but no public

What is that end doing in there?
Edited on 23 February 2014 - 11:10 AM
Lua.is.the.best #28
Posted 26 March 2014 - 11:08 AM
Remove the end.
You only need it if you are ending a:
  • Function
  • If statement
​…and so forth.
piuser8 #29
Posted 12 April 2014 - 01:36 AM
Remove the end.
You only need it if you are ending a:
  • Function
  • If statement
​…and so forth.
Thanks
Saldor010 #30
Posted 12 April 2014 - 02:33 AM
Also, might want to remove those unnecessary sleeps. Most people don't like having to wait 10 seconds for the Operating System to "load".
Edited on 12 April 2014 - 12:33 AM
Xenthera #31
Posted 14 April 2014 - 01:52 AM
I hate to say this, but from poking around on the forums every now and then, I see a lot of 'enthusiastic' beginners trying to jump into big projects like this with very, very limited knowledge of lua, or even computercraft itself. It's hard to watch them post stuff like this, because you know they're trying… Sadly there isn't much they're accomplishing.
piuser8 #32
Posted 20 April 2014 - 06:18 PM
An a dude. In ComputerCraft you can edit an exixting program?

Also, might want to remove those unnecessary sleeps. Most people don't like having to wait 10 seconds for the Operating System to "load".

Its for not bug the system ;)/>
Edited on 20 April 2014 - 04:19 PM
piuser8 #33
Posted 08 June 2014 - 02:17 AM
Comming soon the OS. Im dont worked in the OS
ntnick #34
Posted 08 June 2014 - 05:43 AM
For the trailer, you could use:

Moodz Odyssey - Kush Smoke:
Spoiler[media]https://www.youtube.com/watch?v=kEDxWdgiuaM[/media]

Español:

Para el remolque, se puede utilizar:
Moodz Odyssey - Kush Humo
Spoiler[media]https://www.youtube.com/watch?v=kEDxWdgiuaM[/media]

Traducido con translate.google.com
Edited on 08 June 2014 - 03:44 AM
piuser8 #35
Posted 20 February 2015 - 06:22 PM
Now i working in the 0.0.2, sorry for my absence
Creator #36
Posted 22 February 2015 - 09:30 PM
Actually, a proper noun is a proper person, place, thing, or idea.
"Chuck Norris" is capitalized, but boy isn't. Because "Chuck Norris" is specific, "boy" isn't.

EDIT: Your talking about in Spanish…. Oh. >.>

It's funny how you are arguing about grammar on a programming forum.

Yo tambien hablo Espanol. No lo he practicado hace mucho tiempo.
Edited on 22 February 2015 - 08:30 PM
Symmetryc #37
Posted 24 February 2015 - 12:47 AM
Actually, a proper noun is a proper person, place, thing, or idea.
"Chuck Norris" is capitalized, but boy isn't. Because "Chuck Norris" is specific, "boy" isn't.

EDIT: Your talking about in Spanish…. Oh. >.>

It's funny how you are arguing about grammar on a programming forum.

Yo tambien hablo Espanol. No lo he practicado hace mucho tiempo.
Haha yeah :P/> That was over year ago though lol.
piuser8 #38
Posted 06 February 2016 - 05:42 PM
Hello,

2 years ago, i started a project, called LinuxCraft!.


Ok, i not worked on it, but i will rewrite it!.

Im trying to make a installer, inside Minecraft :D/>.

Soon i will release it :D/>


Regards

piuser8