Skip to content

Instantly share code, notes, and snippets.

[user@kripx ~] $ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev ff)
[user@kripx ~] $ grep -i intel /var/log/Xorg.0.log
[ 79.838] (==) Matched intel as autoconfigured driver 0
[ 79.838] (==) Matched intel as autoconfigured driver 4
[ 79.838] (II) LoadModule: "intel"
[ 79.869] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 79.898] (II) Module intel: vendor="X.Org Foundation"
$ xvinfo
X-Video Extension version 2.2
screen #0
Adaptor #0: "Intel(R) Textured Video"
number of ports: 32
port base: 74
operations supported: PutImage
supported visuals:
depth 24, visualID 0x20
number of attributes: 1
[pakcik@kripx ~] $ cat /etc/system-release
Fedora release 23 (Twenty Three)
[pakcik@kripx ~] $ uname -r
4.4.6-300.fc23.x86_64
[pakcik@kripx ~] $ uname -a
Linux kripx 4.4.6-300.fc23.x86_64 #1 SMP Wed Mar 16 22:10:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[pakcik@kripx ~] $ upower -d
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2048m -XX\:MaxPermSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8 -Dhttp.proxyHost\=proxy.uthm.edu.my -Dhttp.proxyPort\=8080 -Dhttps.proxyHost\=pxroxy.uthm.edu.my -Dhttps.proxyPort\=8080
systemProp.https.proxyHost=proxy.uthm.edu.my
systemProp.http.proxyPort=8080
systemProp.http.nonProxyHosts=localhost, 127.0.0.1, 1\:\:
systemProp.http.proxyHost=proxy.uthm.edu.my
systemProp.https.proxyPort=8080
systemProp.https.nonProxyHosts=localhost, 127.0.0.1, 1\:\:
org.gradle.configureondemand=true
$ redshift -v -l 1.8681:103.1124
Location: 1.87 N, 103.11 E
Temperatures: 5500K at day, 3500K at night
Solar elevations: day above 3.0, night below -6.0
Brightness: 1.00:1.00
Gamma (Daytime): 1.000, 1.000, 1.000
Gamma (Night): 1.000, 1.000, 1.000
Using method `randr'.
Status: Enabled
Period: Night
$ ionic start todo blank
module.js:327
throw err;
^
Error: Cannot find module 'xmlbuilder'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
@Kriptonium
Kriptonium / malaysia.geojson
Created February 16, 2016 02:08 — forked from heiswayi/malaysia.geojson
Malaysia Map
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
kriptoni@leo [~/rails_apps/dev]# gem install redcarpet -v '2.3.0'
Building native extensions. This could take a while...
ERROR: Error installing redcarpet:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
creating Makefile
make
gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/usr/lib/ruby/1.8/x86_64-linux -I. -fPIC -g -O2 -fPIC -fvisibility=hidden -c rc_render.c
kriptoni@leo [~/public_html/redmine]# gem install mysql -v '2.8.1'
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
checking for mysql_ssl_set()... no
checking for rb_str_set_len()... no
checking for rb_thread_start_timer()... no
checking for mysql.h... no
kriptoni@leo [~/rails_apps/dev]# gem install json -v '1.8.3'
Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
creating Makefile
make
gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/usr/lib/ruby/1.8/x86_64-linux -I. -DJSON_GENERATOR -fPIC -g -O2 -fPIC -c generator.c