This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Options +Indexes | |
IndexOptions +FoldersFirst | |
IndexOptions +XHTML | |
IndexOptions +HTMLTable | |
IndexOptions +FancyIndexing | |
IndexOptions +SuppressRules | |
HeaderName header.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Launch apps", | |
"rules": [ | |
{ | |
"description": "Launch apps by right shift+letters. Editied", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "v", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# -i to specifiy iso directory | |
# -c to install iso cd, if you do not have it already (if you have specify with -i option) | |
# -d to install iso dvd, if you do not have it already (if you have specify with -i option) | |
base_current_link="https://cdimage.debian.org/cdimage/ports/hurd-i386/current/iso-dvd/" | |
while getopts ":hi:cd:" opt; do | |
case $opt in | |
i) dir_for_iso=${OPTARG};; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
# | |
# Generate a script which when run recompiles each and every package | |
# in the Gentoo system. | |
# This will typically be required on a major GCC upgrade. | |
# | |
# $HeadURL: /caches/xsvn/trunk/usr/local/sbin/recompile-entire-system $ | |
# $Author: root $ | |
# $Date: 2006-09-01T14:15:49.548823Z $ | |
# $Revision: 334 $ |
NewerOlder