Skip to content

Instantly share code, notes, and snippets.

version:1
:msg:main ---> Computing dependencies for ncurses:info:main .:debug:main Searching for dependency: ncursesw
:debug:main Found Dependency: receipt exists for ncursesw
:msg:main
:debug:main Executing org.macports.main (ncurses)
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 502
:debug:main Skipping completed org.macports.archivefetch (ncurses)
:debug:main Privilege de-escalation not attempted as not running as root.
# /root/hg/pypy/pypy/translator/goal/pypy-c setup.pypy build
running build
running build_py
copying overviewer_core/overviewer_version.py -> build/lib.linux-x86_64-2.7/overviewer_core
running build_ext
building 'overviewer_core.c_overviewer' extension
cc -fPIC -Wimplicit -I. -I/root/hg/pypy/pypy/module/micronumpy -I/root/hg/pypy/include -c overviewer_core/src/main.c -o build/temp.linux-x86_64-2.7/overviewer_core/src/main.o
In file included from overviewer_core/src/main.c:18:
overviewer_core/src/overviewer.h:33:21: error: Imaging.h: No such file or directory
In file included from /usr/include/numpy/ndarrayobject.h:18,
# /var/lib/gems/1.9.1/bin/gitfinger agrif
repo w f i updated pushed type desc
daemophone 2 1 0 Jan 30 2012 Jan 30 2012 source an iPad MPD client
sourcepawn-mode 2 3 0 Jan 28 2012 Jan 28 2012 source an emacs major mode for the SourceMod variant of the Pawn programming language
pianobar.el 15 7 0 Jan 28 2012 Jan 28 2012 source a thin Emacs interface for Pianobar (and Pandora.com)
osubus 2 1 0 Jan 27 2012 Jan 27 2012 source an iPhone client for Ohio State University TRIP bus data
hesperus 6 4 0 Jan 27 2012 Jan 27 2012 source a python bot framework, used (for now) as a github IRC bot
libredstone 5 4 1 Jan 13 2012 Jan 13 2012 source a C library for all things Minecraft
python-magnatune 1 0 0 Dec 28 2011 Dec 28 2011 fork Command line utility and lib to interact with the music website magnatune
NullTerrain 1 0 0 Dec 03 2011 Dec 03 2
Running autoreconf -if...
configure.ac:11: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:12: error: possibly undefined macro: AC_LIBLTDL_CONVENIENCE
configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf2.50: /usr/bin/autoconf failed with exit status: 1
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 481M (Tables: 643)
[--] Data in InnoDB tables: 11M (Tables: 116)
[--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
[--] Data in MEMORY tables: 0B (Tables: 4)
[!!] Total fragmented tables: 136
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
gitbot@debian:~/hesperus$ python gitbot.py config.xml
Traceback (most recent call last):
File "/home/gitbot/hesperus/hesperus/plugin.py", line 67, in load_plugin
plugcls = __import__(mod[0], fromlist=[mod[1]])
File "/home/gitbot/hesperus/hesperus/plugins/ghub.py", line 11, in <module>
from github.github import GitHub
ImportError: No module named github.github
Traceback (most recent call last):
File "gitbot.py", line 5, in <module>
c = Core.load_from_file(sys.argv[1])
Als erstes möchten wir uns bei allen bedanken die Versuchen ein Local Security Server zu Hacken, bei so einem Server auch Inselsystem Genannt ist das SSH login nur aus dem eigenem Internen Netz möglich dafür hat er extra eine Zweite Netzwerk Karten adresse auch als Eric G4 Bekannt.
Aber am besten hat man direkt am Server zugang, von der Localen Tastatur aber was will man machen sie Versuchen es eh Weiter.
Der Security Server ist mit der DHCP und MAC IP zuteilung, die als Intranet akzeptiert wird voll auf dem High Security Level eingestellt mit Logregister.
Ich weiß zwar bis heute nicht warum einer ein kontrol Windows Terminal via SSH hacken möchte der noch nicht mal SSH hat aber bitte.
Wir möchten uns für die Zahlreichen IP adressen bedanken die das Insel SSH Aufgezeichnet hat, und wünschen euch auch weiterhin Viel Spass und gutes gelingen.
Für die die es noch nicht versucht haben hier seien IP: 178.188.164.210 aber vorsicht hat eine SSH Tunel Weiterleitung zur NSA bei erfolreichem Login.
#!/bin/sh
#
# openfirectl Stops and starts the Openfire XMPP service.
#
# chkconfig: 2345 99 1
# description: Openfire is an XMPP server, which is a server that facilitates \
# XML based communication, such as chat.
# config: /opt/openfire/conf/openfire.xml
# config: /etc/sysconfig/openfire
# pidfile: /var/run/openfire.pid
# grep -i type functions.php
`type` char(2) NOT NULL default '',
`type` char(1) NOT NULL default '',
mysql_query("ALTER TABLE `".PREFIX."settings` ADD `captcha_type` int(1) NOT NULL default '2' AFTER `captcha_fontcol`");
mysql_query("ALTER TABLE `".PREFIX."settings` ADD `captcha_noise` int(3) NOT NULL default '100' AFTER `captcha_type`");
@derchrisuk
derchrisuk / gist:3165794
Created July 23, 2012 19:52
Overviewer build on RaspberryPi
# python setup.py build
running build
running build_py
copying overviewer_core/overviewer_version.py -> build/lib.linux-armv6l-2.6/overviewer_core
running build_ext
building 'overviewer_core.c_overviewer' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I. -I/usr/lib/pymodules/python2.6/numpy/core/include -I/usr/include/python2.6 -c overviewer_core/src/main.c -o build/temp.linux-armv6l-2.6/overviewer_core/src/main.o -Wno-unused-variable -Wno-unused-function -Wdeclaration-after-statement -Werror=declaration-after-statement
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I. -I/usr/lib/pymodules/python2.6/numpy/core/include -I/usr/include/python2.6 -c overviewer_core/src/composite.c -o build/temp.linux-armv6l-2.6/overviewer_core/src/composite.o -Wno-unused-variable -Wno-unused-function -Wdeclaration-after-statement -Werror=declaration-after-statement
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstr