View Single Post
Old Oct 15, 2012, 10:01 AM   #30
Vinska
200 Posts
 
Vinska's Avatar
 
Join Date: Jul 2011
Location: Kaunas, Lithuania
Posts: 467 (0.70/day)
Thanks: 304
Thanked 201 Times in 121 Posts
Send a message via Skype™ to Vinska

System Specs

Quote:
Originally Posted by xvi View Post
  1. http://www.opencobol.org/ (First thing to come up in Google)
*sigh* why are You using google for that...
Spoiler


mafia97, You can get a COBOL compiler with this:

Code:
sudo apt-get install open-cobol
Sorry that I forgot about this one when I wrote my previous post.

Quote:
Originally Posted by xvi View Post
Remember that Linux on the desktop is only user friendly when you're doing things that Ubuntu has preconfigured for you. Anything after that is going to be a long day of "sudo chmod 755" this and "./configure; make; make install" that. (..and the occasional "sudo rm -rf /" when you hate everything.)
Don't write such things. That will only give FUD for most non-veterans. And writing about "sudo rm -rf /", without explaining it's just a joke, is just plain wrong. As someone might just try to run it.
NOTE: DON'T run "sudo rm -rf /". It DELETES Your whole filesystem. i.e. it WIPES your HDDs!!! So DON'T do it!!!
__________________
Why do you wear glasses if you're deaf?
Code:
while (1) {
	alone();
}
Vinska is offline  
Crunching for Team TPU
Reply With Quote
The Following 3 Users Say Thank You to Vinska For This Useful Post: