Skip to content

Instantly share code, notes, and snippets.

View alisianoi's full-sized avatar
🔂

Alexander Lisianoi alisianoi

🔂
View GitHub Profile
@alisianoi
alisianoi / kernel log
Created August 30, 2013 10:21
second kernel log (nouveau blacklisted)
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.9-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Aug 21 13:49:35 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg_tardis-lvol0 rw quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
@alisianoi
alisianoi / kernel ring buffer
Created August 30, 2013 08:26
dmesg report
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.9-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Aug 21 13:49:35 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg_tardis-lvol0 rw quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
@alisianoi
alisianoi / bumblebee.conf
Created August 30, 2013 07:57
The only line different from original bumblebee.conf is Driver=nouveau
# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
@alisianoi
alisianoi / Xorg.8.log
Created August 30, 2013 07:54
Xorg.8.log
[ 1643.510]
X.Org X Server 1.14.2
Release Date: 2013-06-25
[ 1643.510] X Protocol Version 11, Revision 0
[ 1643.510] Build Operating System: Linux 3.9.7-1-ARCH x86_64
[ 1643.510] Current Operating System: Linux tardis 3.10.9-1-ARCH #1 SMP PREEMPT Wed Aug 21 13:49:35 CEST 2013 x86_64
[ 1643.510] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg_tardis-lvol0 rw quiet
[ 1643.510] Build Date: 01 July 2013 10:48:42AM
[ 1643.510]
[ 1643.510] Current version of pixman: 0.30.2
beautifulsoup4==4.3.2
coverage==3.7.1
Django==1.8.3
ipdb==0.8.1
ipython==3.2.1
jedi==0.9.0
Jinja2==2.8
jsonschema==2.5.1
lxml==3.4.4
MarkupSafe==0.23
newLaTeX = \
[
["pdflatex", "-interaction=nonstopmode", "-shell-escape", "tmp.tex"],
["convert", "-trim", "-density", "400", "tmp.pdf", "tmp.png"]
]
@alisianoi
alisianoi / PKGBUILD
Created April 2, 2015 14:05
openblas-lapack-git
# Maintainer: all3fox <all3fox [at] gmail __DoT_ com>
# Contributor: eolianoe <eolianoe [at] gmail [DoT] com>
# Contributor: Jiaxi Hu <sftrytry _AT_ gmail _DOT_ com>
# Contributor: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=openblas-lapack-git
_pkgname=OpenBLAS
pkgver=v0.2.14.r0.gd0c51c4
pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD"
---
layout: post
title: "Octopress on Arch Linux: caveats"
date: 2014-07-05 23:20:00 +0400
comments: true
categories: [Octopress, Arch Linux, workarounds]
---
Introduction
------------
@alisianoi
alisianoi / gist:582fb271cb885fa72c53
Created March 12, 2015 21:55
nosetests: failed tests log
This file has been truncated, but you can view the full file.
...................................................................................EESSS.E.E..........EEEEEEEEEEEEEE.EEE.E....EE.EEEEEEEEEEEEEEEEEEEEE.........................................E................................................................
======================================================================
ERROR: test_add_edge (pgmpy.tests.test_factors.test_Factor.TestTreeCPD)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/all3fox/Code/pgmpy/pgmpy/tests/test_factors/test_Factor.py", line 495, in setUp
('D', Factor(['A'], [2], [0.4, 0.6]), 1)])
File "/home/all3fox/Code/pgmpy/pgmpy/factors/CPD.py", line 362, in __init__
self.add_edge(edge[0], edge[1], label=edge[2])
File "/home/all3fox/Code/pgmpy/pgmpy/factors/CPD.py", line 393, in add_edge
@alisianoi
alisianoi / gist:ff8a27901cae376519a0
Created March 12, 2015 21:49
My dependencies when installing `pygmp`
$ pip show networkx numpy scipy cython sphinx pandas pip nose
---
Name: networkx
Version: 1.9.1
Location: /usr/lib/python3.4/site-packages
Requires: decorator
---
Name: numpy
Version: 1.9.2
Location: /home/all3fox/Code/pgmpy/vipgmpy/lib/python3.4/site-packages/numpy-1.9.2-py3.4-linux-x86_64.egg