![]() |
|
Tutorial Install Linux inside Mac. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs) +--- Thread: Tutorial Install Linux inside Mac. (/Thread-Tutorial-Install-Linux-inside-Mac) Pages:
1
2
|
RE: Install Linux inside Mac. - Cyanide and Cynicism - 10-02-2013 (10-02-2013, 04:14 AM)Putin Wrote: Linux has some nice DOS scripts. But they can also be run on macs so it doesn't really matter. Yes hello, what is: #!/usr/bin/env RE: Install Linux inside Mac. - Adorapuff - 10-02-2013 (10-02-2013, 04:17 AM)Cyanide and Cynicism Wrote: Yes hello, what is: #!/usr/bin/envAn unaltered environment. RE: Install Linux inside Mac. - Cyanide and Cynicism - 10-02-2013 (10-02-2013, 04:21 AM)Putin Wrote: An unaltered environment. man env RE: Install Linux inside Mac. - w00t - 10-02-2013 How2run dos script on linux, it no werk. Code: FOR /L %i IN (1,1,5) DO (
ECHO Start of Loop
ECHO %i
)it not run how 2 fix halp. DOS is different than bash. Like, very different. Like, if I hit you with a book made of DOS source code and bash source code, one would likely kill you, one would not. RE: Install Linux inside Mac. - Cyanide and Cynicism - 10-02-2013 (10-02-2013, 04:31 AM)w00t Wrote: How2run dos script on linux, it no werk. i maybe just THUNK he meant like dos cannon ddos skriptz Quote:DOS is different than bash. Like, very different. Like, if I hit you with a book made of DOS source code and bash source code, one would likely kill you, one would not. gold. RE: Install Linux inside Mac. - Reiko - 10-02-2013 (10-24-2012, 10:42 PM)w00t Wrote: Mac is a linux(more precisely, unix) OS. Er.. not to be an ass but Linux is a derivative of UNIX, not the other way around.. Mac/Darwin has no relation to Linux other than common ancestry. RE: Install Linux inside Mac. - w00t - 10-03-2013 And that, over time, most Unix-based OSs happen to look and work a lot like Linux. |