GNU/Linux
TODO
- Hardware features matrix (WIP)
- BTRFS maintenance: btrfs balance + mail results
- Backup HDD: cron btrfs send/receive
- Encrypt filesystems
- Contribute DMI IDs:
|| LENOVO || 20HHCTO1WW || ThinkPad P51 || LENOVO || 20HHCTO1WW || SDK0J40697 WIN || LENOVO || None || LENOVO || N1UET72W (1.46 ) || 10/04/2018
|| <nowiki></nowiki>
- Report thermal alarm while running Unigine Superposition:
thinkpad_acpi: unknown …
Introduction
The Google App Engine is a very good PaaS solution. Setting up a development environment is not trivial task. Make sure to read the official documentation for proper understanding.
Today we’ll deal with the PHP Standard environment.
Installation
Read the Official instructions first.
- Install the Google Cloud SDK …
Just got myself this nice little USB audio and MIDI interface.
It works great!
Full support out of the box on Android on all modes using Audio Evolution Mobile and USB Audio Recorder PRO from http://www.extreamsd.com and even native support in Lollipop (5.0) in “TAB” mode …
Once the firmware is flashed from a Windows or Mac OS machine, the device is seen as USB class compliant.
This means it doesn’t need any drivers to work with Linux and works out of the box with Android and maybe iOS USB recording software.
Didn’t try …
Here’s a patch allowing the blackmagic kernel module to
build against 2.6.36 linux kernel.
Signed-off-by: Raphaël Doursenaud
---
diff -Nurp DeckLink-7.9rc7/blackmagic_core.c DeckLink-7.9rc7-2.6.36/blackmagic_core.c
--- DeckLink-7.9rc7/blackmagic_core.c 2010-10-19 12:08:30.153000030 +0200
+++ DeckLink-7.9rc7-2.6.36/blackmagic_core.c 2010-10-19 12 …
I’ve started reverse engineering the windows USB driver using qemu, wireshark and the linux usbmon interface in order to hopefully write a Linux driver for this device.
Here’s the commented out first sniffed traffic :
No. Time Source Destination Protocol Info
3 0.013662 host 9.0 USB GET …
Here’s a patch allowing the blackmagic kernel module to
build against 2.6.35 linux kernel.
diff -Nurp DeckLink-7.6.3/blackmagic_lib.c DeckLink-7.6.3-2.6.35//blackmagic_lib.c
--- DeckLink-7.6.3/blackmagic_lib.c 2010-04-19 05:30:38.000000000 +0200
+++ DeckLink-7.6.3-2.6.35//blackmagic_lib.c 2010-07-05 …
Configurer
setarch i386 make xconfig
Nettoyer
make-kpkg clean
Compiler
DEB_HOST_ARCH=i386 make-kpkg --arch i386 --cross-compile - --rootcmd fakeroot --revision 2.6.X --append-to-version -VERSION-`date +%Y%m%d`-1 linux-image
Remplacer la révision et la version par ce qui est voulu.
Je peux enfin compiler un noyau pour eee PC à …
dget -x http://revu.tauware.de/revu1-incoming/alsa-firmware-0708231740/alsa-firmware_1.0.14rc4+dfsg1-0ubuntu1.dsc cd alsa-firmware-1.0.14rc4+dfsg1/ fakeroot dpkg-buildpackage cd .. sudo dpkg -i alsa-firmware*.deb
Dans /etc/init.d/rtirq
:
#!/bin/bash
#
# Copyright (c) 2004-2007 rncbc aka Rui Nuno Capela.
#
# /etc/init.d/rtirq
#
# Startup script for realtime-preempt enabled kernels.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 or …