Skip to content

Instantly share code, notes, and snippets.

View DAP-DarkneSS's full-sized avatar
:octocat:

Dmitriy A. Perlow DAP-DarkneSS

:octocat:
View GitHub Profile
[ 0s] Memory limit set to 9546080KB
[ 0s] Using BUILD_ROOT=/var/tmp/build-root/openSUSE_12.2-x86_64
[ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386
[ 0s]
[ 0s]
[ 0s] DarkneSS started "build webmounter.spec" at Fri Oct 4 19:13:12 UTC 2013.
[ 0s]
[ 0s]
[ 0s] processing specfile /home/da/Documents/obs/home:DarkSS/webmounter/webmounter.spec ...
[ 0s] running changelog2spec --target rpm --file /home/da/Documents/obs/home:DarkSS/webmounter/webmounter.spec
--- patterns_utf8.c.orig 2013-07-31 14:50:41.000000000 +0300
+++ patterns_utf8.c 2013-09-29 01:04:16.419000040 +0300
@@ -872,7 +872,35 @@
/* openSUSE internal */
{"minimal_base-conflicts", N_("Base System"),
- N_("This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.")}
+ N_("This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.")},
+
+ /* openSUSE */
@DAP-DarkneSS
DAP-DarkneSS / strace.log
Created August 26, 2013 20:59
Whdd 2.1.
execve("/usr/sbin/whdd", ["whdd"], [/* 17 vars */]) = 0
brk(0) = 0x15e5000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f415bcf3000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=131246, ...}) = 0
mmap(NULL, 131246, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f415bcd2000
close(3) = 0
open("/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832
@DAP-DarkneSS
DAP-DarkneSS / pendruk.sh
Created July 29, 2013 17:21
Prints tarballs from directories with standard subdir. NB! `ls &>/dev/null` makes no output.
#!/bin/bash
for X in *
do
if ls "${X}"/arch/azoth/styles/standard &>/dev/null
then
echo -e https://github.com/DAP-DarkneSS/lcupackages/raw/master/`ls "${X}"/arch/*tar*`
@DAP-DarkneSS
DAP-DarkneSS / Includes:
Created June 5, 2013 15:40
Whdd build root.
/var/tmp/build-root/usr/include/
├── aio.h
├── aliases.h
├── alloca.h
├── a.out.h
├── arch
│   ├── abi.h
│   ├── chip.h
│   ├── chip_tile64.h
│   ├── chip_tilegx.h
@DAP-DarkneSS
DAP-DarkneSS / dnsupdate.sh
Created March 25, 2012 12:05
Tool to update DNS at freedns.afraid.org using curl&dig [v.2.0]
#!/bin/bash
HLPARG=--help
KDEARG=--kde
HOSTSARG=--hosts
DOM=$1
HASH=$2
HOSTS=/etc/hosts
if [ -n "`echo $@ | grep -o -- $HLPARG`" ]
@DAP-DarkneSS
DAP-DarkneSS / vessobel.sh
Created March 24, 2012 09:53
Tool to get traffic statistic from Internet provider Vesso-Bel (BY) using curl [v.0.2.1.3]
#!/bin/zsh
HLPARG=--help
KDEARG=--kde
LOGERR='" либо eMail="" не найден'
IPERR="пулу"
OUT='Unknown error!'
if [ -n "`echo $@ | grep -o -- $HLPARG`" ]
then
@DAP-DarkneSS
DAP-DarkneSS / vessobel.sh
Created March 13, 2012 17:33
Tool to get traffic statistic from Internet provider Vesso-Bel (BY) using curl [v.0.2.1.2]
#!/bin/bash
HLPARG=--help
KDEARG=--kde
LOGERR='" либо eMail="" не найден'
IPERR="пулу"
OUT='Unknown error!'
if [ "`echo $@ | grep -o -- $HLPARG`" == $HLPARG ]
then
@DAP-DarkneSS
DAP-DarkneSS / vessobel.sh
Created March 12, 2012 09:25
Tool to get traffic statistic from Internet provider Vesso-Bel (BY) using curl [v.0.2.1.1]
#!/bin/bash
HLPARG=--help
KDEARG=--kde
ERR='" либо eMail="" не найден'
OUT='Unknown error!'
if [ "`echo $@ | grep -o -- $HLPARG`" == $HLPARG ]
then
OUT="Tool to get traffic statistic from Internet provider Vesso-Bel (Belarus).\n\n\
@DAP-DarkneSS
DAP-DarkneSS / vessobel.sh
Created March 10, 2012 21:13
Tool to get traffic statistic from Internet provider Vesso-Bel (BY) using curl [v.0.2.0]
#!/bin/bash
HLPARG=--help
TMPDIR=/tmp/vessobel
ERR='" либо eMail="" не найден'
HTM=vessobel.html
HLPMSG="Tool to get traffic statistic from Internet provider Vesso-Bel (Belarus).\n\n\
Usage: vessobel.sh [LOGIN]\n\nOutput: [Used in MB] / [Free in MB] | [Total in GB]\n\n\
Options:\n\t--help\t\tprint this help.\n\n\
Mail bug reports and suggestions to <dap.darkness at gmail dot com>."