Earlier quoted context omitted.
Dell's Inspiron line is my go-to for portable workstations. Run Linux straight on them, or if GNOME/KDE aren't your cup of tea just run Windows and put your distro of choice in a VM (I just run Fedora on everything but my gaming PC, personally). I'm personally using a Dell XPS 13 (2014), soldered in RAM, but I did buy an ultraportable and 8GB is more than sufficient to do my all my personal work on. Work supplied me…
I don't have hands on experience, but Dell XPS 15 looks like an interesting option for thoaw looking for Windows laptop that is close to 15" Macbook Pro (quad core, sleek etc).
Ubuntu on Windows
301–310 of 933 posts
Re: Ubuntu on Windows
#302Confused: can we now START or STOP bashing windows?
Re: Ubuntu on Windows
#303It's official... cygwin is dead.
Re: Ubuntu on Windows
#304Earlier quoted context omitted.
Can windows 10 apt-get install/run most/all the x/gtk base apps apt-get build from source those apps. ? If so, I will consider switch.
No. No GUI applications (currently, and no announced future support... and I wouldn't bank on them doing it).
Check out XMing.
Re: Ubuntu on Windows
#305Earlier quoted context omitted.
I think M$ is targeting more developers with *NIX background on the desktop side rather than Linux apps on server. So a bash support with uniform CLI is the end-game.
Yea, I think they are going after developers who use OS X because it is UNIXy. Smart move given how en vogue Apple laptops have become for developers these days.
It's a bit more than UNIXy, (the proper term is Unix-like), it literally is UNIX. It meets the UNIX 03 specifications.
Also, the motivations for these move predate the rise in popularity of Apple. For years, one of the biggest complaints about Windows was the lack of a good command line interface. There was the legacy CMD.EXE, which provided support for DOS commands and batch files, and PowerShell, which people either love or hate. The reality, however, is that overwhelmingly, the combination of bash/zsh and coreutils, binutils, util-linux, etc. won out a long time ago. Most schools use a flavor of Linux (maybe Solaris) for teaching Computer Science (and related disciplines), so many people who have formal training are used to those. Those people tend to teach other people to use them, etc.
Some people bemoan the fact that the CLI never evolved past its UNIX origins, but the reality is these tools work just fine. There's never been a reason to evolve them.
Re: Ubuntu on Windows
#306Earlier quoted context omitted.
Can windows 10 apt-get install/run most/all the x/gtk base apps apt-get build from source those apps. ? If so, I will consider switch.
No. No GUI applications (currently, and no announced future support... and I wouldn't bank on them doing it).
At very worst you could SSH to localhost and X11-forward to the same host -- but you can optimize that.
Re: Ubuntu on Windows
#307How does it differ from CoLinux from 2004? http://www.colinux.org
Re: Ubuntu on Windows
#308Earlier quoted context omitted.
On a practical level, this doesn't change anything for games. Anyone writing games for Linux is already using cross-platform tech like SDL or OpenGL or Allegro, or one of the many increasingly popular high-level engines. Well, I guess it'll be easier to port roguelikes which use ncurses.
Non-trivial audio is still difficult to do cross-platform. You can load songs in SDL, but it's not suitable for writing something like a tracker. There's a library coming through libsoundio that looks promising for cross-platform, but it's still early days - I haven't been able to get it to compile yet.
Re: Ubuntu on Windows
#309Re: Ubuntu on Windows
#310Earlier quoted context omitted.
No. No GUI applications (currently, and no announced future support... and I wouldn't bank on them doing it).
Fortunately X11 is "network transparent" and there's X11 servers for windows. It shouldn't actually be that hard to make this work (though the perf will probably be pretty bad in a naive implementation). At very worst you could SSH to localhost and X11-forward to the same host -- but you can optimize that.