As heard onDJ Pure at Live at Tranceescape.
Monthly Archives: February 2016
Igor S – Airforce One
As heard on DJ Pure at Live at Tranceescape.
Patch and Protect Linux Glibc Getaddrinfo Stack-based Buffer Overflow Zero Day Vulnerability CVE-2015-7547 and CVE-2015-5229
A list of affected Linux distributions
- Red Hat Enterprise Linux Server 7
- Red Hat Enterprise Linux Server 6
- CentOS Linux 7
- CentOS Linux 6
- Debian Linux 6 squeeze
- Debian Linux 7 wheezy
- Debian Linux 8 jessie
- Ubuntu Linux 15.10
- Ubuntu Linux 14.04 LTS
- Ubuntu Linux 12.04 LTS
- SUSE Linux Enterprise Linux 11
- SUSE Linux Enterprise Linux 12
- openSUSE Leap 42.1
How to repair: http://www.cyberciti.biz/faq/linux-patch-cve-2015-7547-glibc-getaddrinfo-stack-based-buffer-overflow/
Some sounds for ‘day
bootstrap – can’t click on links on mobile
On mobile devices, and when using col-xs-12, the link on those divs weren’t working!
First, looks like theres is a order to put those classes
col-xs-12 col-sm-6 col-md-6
But the solution was to change the z-index of col-xs-12 as described here http://stackoverflow.com/questions/27886096/hyperlinks-not-working-on-xs-screens-in-bootstrap-v3-3-1.
.col-xs-12 {
z-index: 1;
}
8 years @ themeforest
Minilogue – The girl from Botany Bay
https://soundcloud.com/wir-network/girl-from-botany-bay-mp3
As heard on sr_program_2008_04_20_12_03_49
Shlomi Aber – Freakside (OVUM)
As heard on Radio FG back in 2007.
bootstrap-grid-only
For those who need just the Twitter Bootstrap CSS grid, here is it!
Bootstrap-Grid-Only (3.2.0)
Bootstrap’s responsive grid and responsive utility classes only, without any extras. Lightweight yet still powerful. Style to taste.
Instructions
Include one of the precompiled grids (grid12.css, grid24.css, grid30.css, grid100.css) in your site, or customize and compile grid.css.less with command line lessc or LessPHP (no extends are used).