Searching txt.sour.is

Twts matching #blog
Sort by: Newest, Oldest, Most Relevant

NixOS 14.12 released
NixOS 14.12 “Caterpillar” has been released, the third stable
release branch. It brings Linux 3.14, systemd 217, Glibc 2.20,
KDE 4.14.1, and much more. See the release\
 notes
for details. You can get NixOS 14.12 ISOs and VirtualBox
appliances from the download\
 page. For information on how to upgrade from older release
branches to 14.12, check out the [manual section\
 on\
 upgrading](/manual/nixos/stable/ind … ⌘ Read more

⤋ Read More

NixOS 14.04 released
NixOS 14.04 “Baboon” has been released, the second stable
release branch. It brings Linux 3.12, systemd 212, GCC 4.8,
Glibc 2.19, KDE 4.12, light-weight NixOS containers, and much
more. See the release\
 notes for details. You can get NixOS 14.04 ISOs and
VirtualBox appliances from the download page. For information on
how to upgrade a 13.10 system to 14.04, check out the [manual\
 section on upgrading](/manual/nixos/stable/#sec … ⌘ Read more

⤋ Read More

Heartbleed vulnerability in OpenSSL
A serious security\
 vulnerability has been discovered in OpenSSL. All stable
NixOS releases prior to version
13.10.35708.15a465c are vulnerable. (You can
see your current version by running nixos-version.) To
upgrade to the latest NixOS version, run nixos-rebuild
switch –upgrade. You can verify whether you are safe by
running

$ nix-store -qR /run/current-system | grep openssl

If this shows any OpenSSL ve … ⌘ Read more

⤋ Read More

NixOS 13.10 released
We have released NixOS 13.10, the first stable branch of NixOS.
Its goal is to provide a safe branch for production environments
that need bug fixes and security updates, but not the
potentially destabilising changes that sometimes occur on the
unstable branch. You can get NixOS 13.10 ISOs and VirtualBox
appliances from the download\
 page. See the announcement
for … ⌘ Read more

⤋ Read More

Binary Nix tarballs available
Our continuous build system, Hydra, now produces binary\
 tarball distributions of Nix for Mac OS X (Darwin), FreeBSD
and Linux. The tarballs contain all dependencies of Nix, making
it a lot easier to install Nix on those platforms. To install,
download a binary tarball, unpack it in the root directory, then
run nix-finish-install. See the [manual](https://hydra.nixos.org/view/nix/trunk/latest/tarball/download-by-t … ⌘ Read more

⤋ Read More

rtdb.py: Extension for dtuple.py
This is specific to sqlite but could easily be adopted to work with other databases. # # rtdb.py: Extension for dtuple.py # # Written by Dennis T Kaplan . Public Domain. # No Copyright, no Rights Reserved, and no Warranties. class rtdb: def __init__(self, dbname, sql, one = True): self.one = one connection = sqlite3.connect(dbname) […] ⌘ Read more

⤋ Read More

Search linux bash history
Have you ever executed something on the linux shell and didn’t remember later how it was done? Well if you remember just part of it you can search for it:      history | grep -i “” ⌘ Read more

⤋ Read More

Google, the most dangerous monopoly ever
I use almost all Google services ranging from search engine, over Gmail, Calendar, Android and Google Voice all the way to Webmaster Tools and Google Analytics. If you combine all that data, I think that Google may know me better then I know my self, and that is starting to make me nerves. Don’t get […] ⌘ Read more

⤋ Read More