Skip to content

Instantly share code, notes, and snippets.

@noromanba
noromanba / lenovo-driver-url.md
Last active August 29, 2015 13:56
Lenovo driver/utility url syntax; LGTM for DL oldstable drivers

Lenovo driver/utility url syntax

LGTM for DL oldstable drivers

syntax

multilingual (ww: world-wide)

http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/PKG_IDww.exe
http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/PKG_IDww.txt
@noromanba
noromanba / flashplugin-oneline-update.mkd
Last active August 29, 2015 13:58
update/install flash-plugin oneliner

oneliner update/install flash-plugin

quick and easy

How to

sudo update-flashplugin-nonfree --status  # optional
sudo update-flashplugin-nonfree --install
@noromanba
noromanba / package-lxde-depends.txt
Created May 11, 2014 17:34
w/ lxde on Ubuntu 13.10
consolekit
galculator
giblib1
gksu
gpicview
gtk2-engines
leafpad
libck-connector0
libencode-locale-perl
libfile-listing-perl
@noromanba
noromanba / package-lubuntu-desktop-depends.txt
Created May 11, 2014 17:35
w/ lubuntu-desktop on Ubuntu 13.10
abiword
abiword-common
abiword-plugin-grammar
abiword-plugin-mathview
ace-of-penguins
audacious
audacious-plugins
audacious-plugins-data
blueman
consolekit
--- package-lxde-depends.txt 2014-05-12 00:59:11.248562919 +0900
+++ package-lubuntu-desktop-depends.txt 2014-05-12 01:00:49.411943928 +0900
@@ -1,12 +1,54 @@
+abiword
+abiword-common
+abiword-plugin-grammar
+abiword-plugin-mathview
+ace-of-penguins
+audacious
+audacious-plugins
@noromanba
noromanba / ubuntu-globalmenu-off.md
Created May 12, 2014 17:35
disable Ubuntu Global Menu by $UBUNTU_MENUPROXY

disable Ubuntu Global Menu

run

$ echo "export UBUNTU_MENUPROXY=0" | sudo tee /etc/X11/Xsession.d/81ubuntumenuproxy

c.f.

@noromanba
noromanba / smooth-soundcloud.user.js
Last active August 29, 2015 14:02
feather animation on SoundCloud for UserScript
// ==UserScript==
// @name smooth SoundCloud
// @namespace http://noromanba.flavors.me
// @description feather animation on SoundCloud for UserScript
// @include *://soundcloud.com/*
// @include *://*.soundcloud.com/*
// @grant none
// @run-at document-end
// @version 2015.5.20.0
// @homepage https://gist.github.com/noromanba/5c509ad759190f6b6d9d

flv to mp4 boxing with avconv (or ffmpeg)

boxing / demux -> mux / containerization; keep orig. codecs, w/o re-encoding

oneliner

$ ls *.flv | xargs -I% avconv -i % -c copy %.mp4
@noromanba
noromanba / tap-dance.user.js
Last active August 29, 2015 14:07
immediately load images on Champion Tap! for UserScript
// ==UserScript==
// @name tap dance
// @description immediately load images on Champion Tap! for UserScript
// @namespace http://noromanba.flavors.me
// @include http://tap.akitashoten.co.jp/comics/nekotaro/*
// @grant none
// @run-at document-end
// @version 2014.10.26.0
// @homepage https://gist.github.com/noromanba/cc04a0feee54c87ac13a
// @downloadURL https://gist.github.com/noromanba/cc04a0feee54c87ac13a/raw/tap-dance.user.js