Skip to content

Instantly share code, notes, and snippets.

@noromanba
noromanba / zen-mode.user.js
Last active April 2, 2024 02:06
open reader-view/mode aggressively for UserScript
// ==UserScript==
// @name ZEN-mode
// @namespace http://noromanba.flavors.me
// @description open reader-view/mode aggressively for UserScript
// @include http://example.com/DIY
// @grant none
// @noframes
// @run-at document-end
// @version 2016.5.24.5
// @homepage https://gist.github.com/noromanba/baa3c522a81fe2bed2577381bc6b5091
@noromanba
noromanba / apt-daily-timer-disable.md
Created December 25, 2016 17:51
how to disable apt-daily.timer

how to disable apt-daily.timer

$ systemctl stop apt-daily.timer
$ systemctl disable apt-daily.timer
$ systemctl mask apt-daily.service
$ systemctl daemon-reload

check current status

@noromanba
noromanba / chrome-30.0.1599.101-1-32bit-dependencies.mkd
Last active March 16, 2024 13:37
google-chrome-stable 30.0.1599.101-1 32bit dependencies

google-chrome-stable 30.0.1599.101-1 32bit dependencies

upgrade/install

$ aptitude -w 80 versions google-chrome-stable 
Package google-chrome-stable:                        
i   30.0.1599.66-1                                                          100 
p   30.0.1599.101-1                               stable                    500 
$
@noromanba
noromanba / weechat-security-settings.mkd
Created September 26, 2015 19:58
recommends settings for security in WeeChat

WeeChat security settings

recommends settings for security in WeeChat

disable leave msg

do not say when /part and /quit

/set irc.server_default.default_msg_part = ""
/set irc.server_default.default_msg_quit = ""
@noromanba
noromanba / twitch-irc-with-weechat.mkd
Last active January 24, 2024 01:17
How to join Twitch IRC w/ WeeChat
@noromanba
noromanba / crx-download.mkd
Last active November 27, 2023 03:46
download and locate Chrome Extension file 'crx'

Inspect crx location on Chrome Web Store

crx are src-file of Chrome Extension, those name like this;

novell-moonlight-3.99.0.3-i586.crx

find out *.crx URL and download

Bookmarklet

for Google Web Store

@noromanba
noromanba / README.md
Last active September 2, 2023 13:03
add permanently HEAD links on Gist for UserScript
@noromanba
noromanba / thinkpad-trackpoint-speed.mkd
Last active August 26, 2023 13:01
change pointer speed of Trackpoint on Thinkpad T60

Thinkpad Trackpoint speed configuration on Linux

change pointer speed of Trackpoint on Thinkpad

works well T60 with Ubuntu 13.10 and Ubuntu 14.04 LTS

how to change

speed configration by write integer to file

0 <- slower ------------ faster -> 250

@noromanba
noromanba / kokubunizer.user.js
Created December 7, 2012 21:58 — forked from udzura/kokubun.user.js
kokubunize aka NDKify for UserScript
// ==UserScript==
// @name kokubunizer
// @namespace https://flavors.me/noromanba
// @description kokubunize aka NDKify for UserScript
// @include https://www.facebook.com/*
// @downloadURL https://raw.github.com/gist/4236851/kokubunizer.user.js
// @installURL https://raw.github.com/gist/4236851/kokubunizer.user.js
// @version 2012.12.8.3
// @license WTFPL http://sam.zoy.org/wtfpl/ (Do What The Fuck You Want To Public License)
// @contributor udzura https://gist.github.com/4212643
@noromanba
noromanba / cd-dvd-burning.md
Last active January 25, 2023 06:17
How to burn ISO to CD/DVD and compare/verify on Linux

Burn ISO to CD/DVD and compare/verify on Linux

require wodim

scan available drives

scan optical devices

  • wodim -scanbus
  • wodim --devices

e.g.