FreeBSD expands activities as funds flow in
31–40 of 77 posts
Re: FreeBSD expands activities as funds flow in
#32Re: FreeBSD expands activities as funds flow in
#33Wishlist: really looking forward for a proper binary package management (à la yum/apt) and long term releases!
If you'd like an introduction to pkgng there's a video from BSDCan 2012 at http://www.youtube.com/watch?v=4Hxq7AHZ27I, or see the README at https://github.com/pkgng/pkgng/blob/master/README.md.
Re: FreeBSD expands activities as funds flow in
#34Earlier quoted context omitted.
Would you recommend a BSD VM for web development? That's my use for linux, and would love to try something new, FBSD has a good reputation.
That's kind of a hard question to answer without knowing your definition and requirements for 'web development'. First, keep in mind that some of the packages will simply not run on FreeBSD because it's often overlooked by developers. Same logic applies for technical support for applications that are running on FreeBSD powered machine. You also will need to learn how port system works on FreeBSD and it might be a wei…
Re: FreeBSD expands activities as funds flow in
#35Sometimes I felt that the FreeBSD-Linux situation is similar to Python-Ruby. FreeBSD/Python is more ... stable-ish and the community is calmer (or probably more mature) but the development is not as fast-pace as the Linux/Ruby counterpart.
Re: FreeBSD expands activities as funds flow in
#36Sometimes I felt that the FreeBSD-Linux situation is similar to Python-Ruby. FreeBSD/Python is more ... stable-ish and the community is calmer (or probably more mature) but the development is not as fast-pace as the Linux/Ruby counterpart.
That analogy doesn't really hold, since Python is more popular than Ruby, while FreeBSD is much less popular than Linux.
Where I live, you won't have trouble finding Rails developers but not so much when it comes to Python.
Github is filled with probably more Ruby than Python.
Re: FreeBSD expands activities as funds flow in
#37This is great to hear. I'm a huge fan of the BSD OS's, but it's been concerning that lately FBSD seemed to be falling out of favor. Unfortunately, many 'unix' people these days have only ever worked with Linux distros. While the distro model does provide a novel approach to packaging an OS that has it's strengths, there are some downsides. I love Linux for the suppor, the rapid release cycles, and the many different…
The first time I really had to use a BSD (OpenBSD) system for more than some simple tasks, I was blown away. There's a definite feel of design , as opposed to a large set of features and interfaces that happen to work together to varying degrees as in Linux. And the man pages. Oh, how wondrous they were. This first thing I had to do was learn to NOT google for how to accomplish something, but just read the man page.…
Re: FreeBSD expands activities as funds flow in
#38This is great to hear. I'm a huge fan of the BSD OS's, but it's been concerning that lately FBSD seemed to be falling out of favor. Unfortunately, many 'unix' people these days have only ever worked with Linux distros. While the distro model does provide a novel approach to packaging an OS that has it's strengths, there are some downsides. I love Linux for the suppor, the rapid release cycles, and the many different…
Two reasons I recently switched to FreeBSD on my home servers, Dtrace and ZFS. In GNU/Linux I would need sort combination of strace,mpstat,ltrace,vmstat,iostat etc.. to find out the the things that a simple Dtrace script can tell me and also without dramatically affecting a running daemon process as the ptrace* system calls do.
Also Dtrace & ZFS originally come from Solaries, so they are not FreeBSD projects. The only reason they do not work on Linux is because of license problems which Sun created.
Re: FreeBSD expands activities as funds flow in
#39Re: FreeBSD expands activities as funds flow in
#40This is great to hear. I'm a huge fan of the BSD OS's, but it's been concerning that lately FBSD seemed to be falling out of favor. Unfortunately, many 'unix' people these days have only ever worked with Linux distros. While the distro model does provide a novel approach to packaging an OS that has it's strengths, there are some downsides. I love Linux for the suppor, the rapid release cycles, and the many different…
The first time I really had to use a BSD (OpenBSD) system for more than some simple tasks, I was blown away. There's a definite feel of design , as opposed to a large set of features and interfaces that happen to work together to varying degrees as in Linux. And the man pages. Oh, how wondrous they were. This first thing I had to do was learn to NOT google for how to accomplish something, but just read the man page.…