- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
| /* Copyright (C) 2011 Intel Corporation | |
| Author: Andi Kleen | |
| Set 2.6.x personality | |
| uname26 is free software; you can redistribute it and/or | |
| modify it under the terms of the GNU General Public | |
| License as published by the Free Software Foundation; version | |
| 2. | |
| uname26 is distributed in the hope that it will be useful, |
| /* | |
| * Copyright (C) 2017 Alberts Muktupāvels | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or | |
| * (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, | |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| #!/bin/sh | |
| if [ -z "$1" ]; then | |
| echo "Usage: $0 <zone>" | |
| exit 1 | |
| fi | |
| NSD_DNSSEC="/var/nsd/etc/keys.dnssec" | |
| NSD_ZONES="/var/nsd/zones/master" |
| #!/bin/sh | |
| # tocgen.sh <directory> <file.toc> | |
| while getopts a:p:g:d:t: option; do | |
| case "$option" in | |
| a) album="$OPTARG" | |
| ;; | |
| p) performer="$OPTARG" | |
| ;; |
| #!/bin/sh | |
| if [ $# != 2 -o -z "$1" -o -z "$2" ]; then | |
| echo "Usage: $(basename $0) <TRUSTED MAC> <TRUSTED DEVICE>" | |
| exit 1 | |
| fi | |
| while :; do | |
| sleep 5 |
| // ==UserScript== | |
| // @name Github Return Original Colors | |
| // @namespace http://userstyles.org | |
| // @description The new link color hurts your eyes? Bring back the old link and folder colors. | |
| // @author Márk Sági-Kazár | |
| // @homepage https://userstyles.org/styles/139584 | |
| // @include http://github.com/* | |
| // @include https://github.com/* | |
| // @include http://*.github.com/* | |
| // @include https://*.github.com/* |
| Index: rc | |
| =================================================================== | |
| RCS file: /cvs/src/etc/rc,v | |
| retrieving revision 1.396 | |
| diff -u -p -r1.396 rc | |
| --- rc 13 Oct 2011 07:54:06 -0000 1.396 | |
| +++ rc 8 Nov 2011 10:08:35 -0000 | |
| @@ -294,8 +294,16 @@ elif [ X"$1" = X"autoboot" ]; then | |
| exit 1 | |
| ;; |