|
ShadowHawk posted:just install fedora already
|
# ? Oct 29, 2014 20:18 |
|
|
# ? Oct 14, 2024 05:16 |
|
keyvin posted:My programmer/engineer friend said I should install arch he is neither a programmer nor a friend.
|
# ? Oct 29, 2014 20:18 |
|
the pecking order for yospos os recomendations should go os x > fedora > whatever idc
|
# ? Oct 29, 2014 20:18 |
|
keyvin posted:Can someone please explain to me what Canonical hopes to accomplish with mir? What do they gain? AFAIK they don't actually have a hardware partner for tablets, and their phone kick starter failed. They are splitting development efforts from the other distros for a vapor product line. Notorious b.s.d. posted:does canonical actually make money? Also the fact that Microsoft is paying Canonical is kinda lol.
|
# ? Oct 29, 2014 20:24 |
|
keyvin posted:I don't know if I am ready to run an operating system this advanced. Its like alien technology to me. So advanced its incomprehensible. same but os x op & i am ready
|
# ? Oct 29, 2014 22:30 |
|
keyvin posted:With all these problems I think I am going to wait another year and see if Linux gets easier to use. I tried in 1998, 1999, 2000, 2001, 2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013, and now 2014. I think they may get everything polished and usable on the desktop in 2015 though. lol
|
# ? Oct 29, 2014 22:31 |
|
I just thought I'd offer this for someone who is afraid of editing a file in vi(m), it's really not that scary; you only need about 10 or 20 commands to be able to edit files fairly efficiently. An IBM developer wrote this handy cheatsheet and it's easily enough to figure out how to move around, edit and save a file. Just remember there are two modes, you hit esc to go into command mode and can hit i to go to insert mode and enter text, starts in command mode typically. Use hjkl to move around the file while in command mode or play nethack. To quit out you can use :q (:q! to force), or :x to save and exit (all while in command mode). Probably don't hit capital :X instead as that may prompt to encrypt the file depending on the version, which you probably don't want at this point. Another handy command is :/text, hit enter and it'll bring you to that string in the file (case sensitive). If you ever have the opportunity to see someone good work with vi or emacs it makes a lot more sense. Broken Machine fucked around with this message at 21:05 on Jun 4, 2021 |
# ? Oct 29, 2014 22:46 |
Broken Machine posted:I just thought I'd offer this for someone who is afraid of editing a file in vi(m), it's really not that scary; you only need about 10 or 20 commands to be able to edit files fairly efficiently. An IBM developer wrote this handy cheatsheet and it's easily enough to figure out how to move around, edit and save a file. source you are quotes
|
|
# ? Oct 29, 2014 22:48 |
|
kill you are...linux??
|
# ? Oct 29, 2014 22:49 |
|
Notorious b.s.d. posted:normal schmucks like me
|
# ? Oct 29, 2014 23:03 |
|
ShadowHawk posted:The majority of cloud VMs out there are running Ubuntu Lol no
|
# ? Oct 29, 2014 23:05 |
|
Cocoa Crispies posted:don't flatter yourself Schmuck noun, Slang. 1. an obnoxious or contemptible person.
|
# ? Oct 29, 2014 23:08 |
|
in a nutshell i was saying all linux desktop software is targeting an audience made up entirely of obnoxious and contemptible individuals see also: greybeard beardo neckbeard i'm not sure why all these words reference facial hair
|
# ? Oct 29, 2014 23:09 |
|
ShadowHawk posted:The majority of cloud VMs out there are running Ubuntu, so I imagine this is real business. No really, what ?
|
# ? Oct 30, 2014 00:09 |
|
Notorious b.s.d. posted:in a nutshell i was saying all linux desktop software is targeting an audience made up entirely of obnoxious and contemptible individuals speak for yourself, spergbeard
|
# ? Oct 30, 2014 00:13 |
|
jre posted:No really, what ? Yup, Amazon and Openstack majority VMs are running Ubuntu not RHEL. NYSE runs Ubuntu too,
|
# ? Oct 30, 2014 00:32 |
|
how could there possibly be openstack statistics you dunce
|
# ? Oct 30, 2014 01:09 |
|
im just making poo poo up. ubuntu #1 os for kvm and xen deployments
|
# ? Oct 30, 2014 01:11 |
|
MrMoo posted:Yup, Amazon and Openstack majority VMs are running Ubuntu not RHEL. NYSE runs Ubuntu too, You're just seeing a disproportionate number of emails to the OpenStack(tm) making list because ubuntu users don't have support contracts with red hat.
|
# ? Oct 30, 2014 01:35 |
|
pram posted:how could there possibly be openstack statistics you dunce Because there are openstack conferences and meetups, heaven forbid spaceman asked around who is using what. Canonical even have it on their site. http://www.ubuntu.com/cloud/openstack
|
# ? Oct 30, 2014 02:18 |
|
thanks for this canonical marketing bullshit moron look at this, mirantis is #1 too!! crazy https://www.mirantis.com/company/about-pure-play-openstack/
|
# ? Oct 30, 2014 02:24 |
|
at a conference, and meetup, every openstack operator EVER filled out a grand census and ubuntu was #1
|
# ? Oct 30, 2014 02:27 |
|
pram posted:thanks for this canonical marketing bullshit moron Mirantis uses Ubuntu
|
# ? Oct 30, 2014 02:53 |
|
mirantis doesnt 'use' anything
|
# ? Oct 30, 2014 02:54 |
|
the entire point of fuel is its vendor neutral
|
# ? Oct 30, 2014 02:55 |
|
pram posted:the entire point of fuel is its vendor neutral give me fuel give me fire give me that which i desire
|
# ? Oct 30, 2014 02:56 |
|
Shinku ABOOKEN posted:was there ever any env-free os? plenty, one example would be the classic Mac OS, also the Lisa OS and many other non-DEC-inspired systems (of which Unix counts here) that's one reason "in the beginning was the command line" is absurd. early computers ran a program immediately upon boot and weren't interactive, and then command lines for many interactive systems were much more "menu-like" than "program-like" the minicomputer OSes for DEC hardware are where command lines like today's took shape; Unix was built for such a system by people who had used similar systems, and so was CP/M and its clone QDOS I expect the DEC command lines were more programming-like because they were trying to cram interactivity into as small a size as possible, while IBM and other mainframe vendors basically only gave you batch processing until you could afford enough computing resources to do a nicer UI (like forms on a 3270) quote:or at least env-free build system? tons, most non-programmable build systems are like that. THINK Lightspeed Pascal & C, Metrowerks CodeWarrior, etc. I think Turbo Pascal was like that too
|
# ? Oct 30, 2014 03:01 |
|
go only needs one env
|
# ? Oct 30, 2014 03:03 |
|
Captain Foo posted:give me fuel
|
# ? Oct 30, 2014 03:16 |
|
Notorious b.s.d. posted:in a nutshell i was saying all linux desktop software is targeting an audience made up entirely of obnoxious and contemptible individuals It's either because everything in tech is misogynist, or women have a lower incidence of autism. Maybe both.
|
# ? Oct 30, 2014 03:50 |
|
Captain Foo posted:give me fuel https://www.youtube.com/watch?v=Z9ndZojUeaQ
|
# ? Oct 30, 2014 03:53 |
|
jre posted:
pram posted:Lol no https://community.csc.com/community/cio-engage/blog/2014/03/23/the-most-popular-cloud-operating-system-is
|
# ? Oct 30, 2014 04:18 |
|
Coming Soon: New Blog Community
|
# ? Oct 30, 2014 05:00 |
|
ShadowHawk posted:https://community.csc.com/community/cio-engage/blog/2014/03/23/the-most-popular-cloud-operating-system-is They're counting contractless Ubuntu and paid Ubuntu as one unit. If you counted RHEL and CentOS together, that would win.
|
# ? Oct 30, 2014 05:39 |
|
Suspicious Dish posted:They're counting contractless Ubuntu and paid Ubuntu as one unit. If you counted RHEL and CentOS together, that would win.
|
# ? Oct 30, 2014 05:52 |
|
i like debian for non-mac computes that dont need a screen cuz they are just server.
|
# ? Oct 30, 2014 05:56 |
|
ShadowHawk posted:Ubuntu has a majority, not a plurality. If you combined all non-Ubuntu Ubuntu would still have more. no wonder the internet loving sucks so bad
|
# ? Oct 30, 2014 06:18 |
|
ShadowHawk posted:Ubuntu has a majority, not a plurality. If you combined all non-Ubuntu Ubuntu would still have more. So debian is the most popular? idk this is confusing
|
# ? Oct 30, 2014 08:02 |
|
at least we can all agree that ubuntu is bad
|
# ? Oct 30, 2014 10:20 |
|
|
# ? Oct 14, 2024 05:16 |
|
Soricidus posted:at least we can all agree that ubuntu is bad it's the windows xp to debians windows 2000
|
# ? Oct 30, 2014 10:41 |