Unten sind die Ergebnisse Ihrer Suche gelistet. Falls der gesuchte Begriff nicht gefunden wurde, können Sie direkt eine neue Seite für den Suchbegriff anlegen, indem Sie auf den [Seite anlegen] Knopf drücken.
public:subversion:
23 Trefferingress-trunk"
* co ist ein Alias für checkout
<code bash>
$ svn co https://svn.ingress.de/<repo_name>/<zweig> <zielverzeichnis>
</code>
==== Export zum richtigen Betrieb ====
Die Kundenordner werd... rlei svn-spezifische .svn-Ordner o.ä. vorhanden.
<code bash>
$ svn export --force --username *** https:/
wiki:syntax:
18 Treffert use indention for deeper levels
- That's it
<code>
* This is a list
* The second item
* You... t use indention for deeper levels
- That's it
</code>
===== Smileys =====
DokuWiki converts commonly... ) (tm) (r)
"He thought 'It's a man's world'..."
<code>
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm
public:ubuntu:start:
16 Treffernoppix?) auf hda/sda installieren. Bsp. für hda1
<code bash>
grub-install --recheck --no-floppy --root-directory=/media/hda1 /dev/hda
</code>
===== DVD/CD =====
==== uif2iso ====
Unter Ubuntu/Debian h... ges) in ''iso'' umwandeln kann. Es gibt aber Quellcode...
<code bash>
sudo apt-get install zlib1g zlib1g
phpunit:start:
12 Treffer write a Database Mock test to test the following code, we may want to check if ''invoke()'' calls the d... |PHPUnit Pocketguide]], but here ;)
==== Working Code (object under test) ====
<code php>
class Testab... ROM books WHERE name = "Bible"', 'id');
}
}
</code>
==== Test Code ====
This code works. It really
public:bash:
10 Trefferlternprozesses (parent PID): ''$PPID''
===== Keycodes =====
* um inputrc bearbeiten zu können: http:... comptechdoc.org/os/linux/howlinuxworks/linux_hlkeycodes.html
===== Tastataurkürzel =====
^ Tastenkomb... hnis ob sie ELF Binaries sind und gebe diese aus
<code bash>
for x in *; do file "$x"; done | grep ELF |
public:ubuntu:vmware:
10 Trefferng httpd.vmware:-ne FAILED'' can be fixed with:
<code bash>
# template which is copied to /etc/init.d
v... m /etc/init.d/httpd.vmware
:%s/SIGHUP/HUP/g
:wq
</code>
**Und** folgendes hinzufügen
<code bash>
vmwar... chmod 700 /var/run/vmware/httpd
fi
## ende
</code>
===== VMWare Server Console =====
Unter Ubuntu
public:maven:start:
10 Treffertte, die Maven durchführen soll.
* Kompilieren <code bash>mvn compile</code>
* Paket [[.assemblieren]] <code bash>mvn package appassembler:assemble</code>
* [[.plugin:idl]]-compiler
===== Probleme ... iten nicht aufgelöst werden können, diese sind:
<code bash>
Missing indirectly referenced artifact java
public:python:iterators:
6 Treffer" an Übersicht. Iterator liefert nicht den Wert.
<code python>
dictionary = {'1': 'one', '2': 'two', '3'... nary.iterkeys():
print key, dictionary[key]
</code>
===== Variante 2 - keys() =====
Wie Variante 1
<code python>
for key in dictionary.keys():
print key, dictionary[key]
</code>
===== Variante 3
public:ubuntu:radio:
6 Trefferlugin'')
* lame
===== Stream speichern =====
<code bash>
mplayer <URL> -dumpstream -dumpfile <my_dum... radioeins:
mplayer rtsp://stream2.rbb-online.de/encoder/radioeins-live-backup.ra \
-dumpstream -dumpfile r1_stream_raw
</code>
===== Stream nach Wave =====
//Für die Weiterverarbeitung am einfachsten:
public:linuxtools:
6 TrefferAnsatz kann sein, das IO Blocking zu betrachten:
<code bash>
# blockdump ins syslog aktivieren
echo 1 > ... | head -20 > diskaccess.log
less diskaccess.log
</code>
Q: [[https://bugs.launchpad.net/ubuntu/+source/d... blockdevice (Festplatte).
=== Installation ===
<code bash>
sudo apt-get install blktrace
</code>
===
public:linux:find:
4 Treffer= Finde alte Dateien mit speziellem Inhalt =====
<code bash>
# find files modified within the last 600 d... -600 -name "*.css" -exec grep -Hn cbecker {} +
</code>
===== Alte Dateien finden und löschen =====
<code bash>
# erase files/dirs older than 30 days from ${PROJECTS}/tmp/
find "${PROJECTS}/tmp/" -maxdep
public:sudo:
4 Treffer
===== root und Gruppe wheel dürfen alles =====
<code bash>
root ALL = (ALL) ALL
%wheel ALL = (ALL) ALL
</code>
===== User cb muss sich nie authentifizieren =====
//dies ist gefährlich//
<code bash>
cb ALL = NOPASSWD: ALL
</code>
Q: [[http://www.gratisoft.us/sudo/man/sudoers.
public:maven:assemblieren:
4 Treffer===== Ein Päckchen schnüren =====
Um einem Kunden ein Zip-File geben zu können, dass nur entpackt und ausgeführt werden muss, gibt es den [[http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/|Maven-AppAssembler]]
<code bash>
mvn package appassembler:assemble
</code>
==== Beispiel ====
<code xml>
</code>
{{tag>Maven}}
public:songbird:
4 Trefferer folgenden Fehlermeldungen nicht mehr startet:
<code bash>
(songbird-bin:5807): GStreamer-WARNING **: ... st/_gst.so: undefined symbol: gst_xml_get_type
</code>
Siehe auch http://getsatisfaction.com/songbird/t... snt_start_with_gstreamer_update
Dagegen hilft:
<code bash>
export LD_BIND_NOW=1
./songbird
# bzw
songb