Earlier quoted context omitted.
This is several years old now, but it is an overview of a (failed) attempt to replace Linux's existing random implementation with Fortuna, an improved variant of the Yarrow algorithm used by FreeBSD, and a comparison with Linux's existing random implementation. http://jlcooke.ca/random/ This is a thread on LKML about adding support to Linux's random implementation for Intel's RdRand instruction. You have to read all…
How is it unreasonable for open-source OS developers to be concerned about closed-source blobs in cryptographic components?
Fedora 18 "Spherical Cow" released
61–70 of 74 posts
Re: Fedora 18 "Spherical Cow" released
#62Why don't distributions provide an image that can be dd'd onto a USB stick? I'm sure I'm not the only one who finds USB mass storage infinitely more convenient than CDs nowadays. Sure, they provide a USB image creator, but you have to have a fairly standard (and graphical, last time I checked) Linux installation first. And sure, you can extract the files and make one yourself, but is that really necessary? This goes…
Ubuntu iso's can be dd'd onto a usb stick as well as fedora.
Re: Fedora 18 "Spherical Cow" released
#63Earlier quoted context omitted.
How is it unreasonable for open-source OS developers to be concerned about closed-source blobs in cryptographic components?
Also, I don't remember anyone getting publicly bent out of shape about including AES-NI support in Linux's CryptoAPI. (I'm unsure why people would think Intel would backdoor RdRand but not the AES-NI instructions.)
Re: Fedora 18 "Spherical Cow" released
#64Why don't distributions provide an image that can be dd'd onto a USB stick? I'm sure I'm not the only one who finds USB mass storage infinitely more convenient than CDs nowadays. Sure, they provide a USB image creator, but you have to have a fairly standard (and graphical, last time I checked) Linux installation first. And sure, you can extract the files and make one yourself, but is that really necessary? This goes…
I use: dd if=Fedora-18-x86_64-DVD.iso of=/dev/sdd iflag=direct oflag=direct bs=4M
The bs=4M is important, otherwise dd uses 512b blocks which totally kills the throughput to the flash which is erased in blocks.
Re: Fedora 18 "Spherical Cow" released
#65Earlier quoted context omitted.
Arch? Don't know if they support SELinux, but they use SystemD and are rolling-release. For me, the 6-month release cycle is a major reason why I am using Fedora rather than Arch. With a rolling release, I am constantly distracted by monitoring what is new; 6-month releases allow me to batch my curiosity into 1-2 days of heightened but less prolonged distraction.
Upgrades in Arch often require manual editing of files and an understanding what is done. Sadly that is not suitable for "friends and family".
Re: Fedora 18 "Spherical Cow" released
#66If there were a rolling release Fedora, I'd be all over that as a drop-in alternative to Ubuntu for friends and family. * Systemd > Upstart in performance usability (for me, at least). * selinux > apparmor when properly integrated (personal preference, but it sees more active development and feature parity). * RPMs and debs are basically the same thing except not. I have to say adding repos in Ubuntu is much easier t…
Have you looked at openSUSE, and specifically openSUSE Tumbleweed[1]? * systemd * apparmor[2] * RPMs + One Click Install[3] * YaST[4] For what it's worth, I have been using Tumbleweed for quite a while now and the last two upgrades (11.4 > 12.1 > 12.2) have been unproblematic, the 12.1 > 12.2 one went without even a single conflict or problem. [1]: http://en.opensuse.org/Tumbleweed -- Tumbleweed has been initiated Gr…
I don't have too much against AppArmor, and it is easier to configure, but I see selinux as a project with more momentum behind it. AppArmor has switched hands a lot recently.
Re: Fedora 18 "Spherical Cow" released
#67Earlier quoted context omitted.
What are the particularly bad bits? Gnome 3.4 feels OK to me - it happens to be a good fit for the "large number of low-resolution monitors" setup I'm currently enduring, as each monitor can have a separate full-screen app, which seems to be how Gnome wants you to do things. That said, I'm going to be trying Cinnamon shortly.
Nautilus has had an overhaul, too many changes for me to list them all, but some of the more noticeable ones: The separation of "Places" and "Bookmarks". It sounds reasonable, however you cannot modify what is in the Places menu, so even if the folder doesn't exist, you're stuck with it. I don't have a Videos folder, but I cannot remove it from the sidebar. They've also removed the tree view from Nautilus, I used it…
Re: Fedora 18 "Spherical Cow" released
#68Between cutting edge Fedora and Bleeding edge Arch, my vote goes to Arch. It does take a long time to setup Arch but after that most packages can be grabbed from repo or AUR unlike Fedora that recommends manual compiling.
Re: Fedora 18 "Spherical Cow" released
#693.7.2-201.fc18.x86_64
Re: Fedora 18 "Spherical Cow" released
#70Earlier quoted context omitted.
How is it unreasonable for open-source OS developers to be concerned about closed-source blobs in cryptographic components?
The entire CPU is "closed source." If you can't trust the CPU, then it's game over for everything you're doing on the CPU.