search for: einstellung

Displaying 4 results from an estimated 4 matches for "einstellung".

Did you mean: einstellungen
2011 Oct 20
1
How to remove all objects except the sequence
...ry, as the operation I am doing involves some bootstrapping, after the loop reaches a certain "i"th element, the operations start to be really slow. So I want to faster the loop by removing the objects and free memory after every operation. Below is my code: setwd("C:\\Dokumente und Einstellung\\.....") library("tsDyn") z<-(1:1000)### sequence parameter sink("prueba.txt") for (i in seq(z)) { P1<-read.csv("2R_EQ_P_R1.csv") P2<-read.csv("2R_EQ_P_R2.csv") c<-data.frame(P1[i],P2[i]) c.t<-ts(c)*-1 try(print(z[i])) try(SeoTest<-TVE...
2008 Dec 30
0
Complaints about text size setting
.../30/was-alles-schief-geht-wenn-man-ubuntu-vorfuehren-will/ English robotranslation: http://translate.google.com/translate?u=+http%3A%2F%2Fweb.oesterchat.com%2F2008%2F12%2F30%2Fwas-alles-schief-geht-wenn-man-ubuntu-vorfuehren-will%2F&sl=de&tl=en&hl=en&ie=UTF-8 "Probleme mit der Einstellung der Schriftgr??e Da man mit Mitte 50 nicht mehr so gute Augen hat, musste die Schriftgr??e des Systems angepasst werden. F?r GNOME ist das kein Problem: rechte Maustaste auf den Desktop und Schriftgr??en ?ndern. ... [Bei] WINE: Man kann dort zwar auch die Schriftgr??e ?ndern, aber wird die Schrift...
2004 Apr 19
1
Prioritizing on a Bridge doesn''t seen to work correct, ingress does not functional
...100kbit prio 1 burst 2k quantum 1500 # Upload SMTP Class tc class add dev eth1 parent 1:1 classid 1:12 htb rate 20kbit ceil 100kbit prio 2 quantum 1500 # Handle Mapping tc qdisc add dev eth1 parent 1:11 handle 120: sfq perturb 10 tc qdisc add dev eth1 parent 1:12 handle 130: sfq perturb 10 # ## Einstellung der Prioritäten der einzelnen Klassen und für den Einsatz mit IP Tables # # Mark Mapping tc filter add dev eth1 parent 1:0 protocol ip prio 1 handle 1 fw classid 1:10 tc filter add dev eth1 parent 1:0 protocol ip prio 2 handle 2 fw classid 1:11 tc filter add dev eth1 parent 1:0 protocol ip prio 3...
2005 Jun 02
5
[Bug 1051] error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
...forwarding etc. Ssh offers strong encryption and authentication. # # Version 10.05.2004 09:08 (g.waldhausen / Tietoenator AG) # corrected version: 02.06.2005 11:20 # Source function library. . /etc/rc.d/init.d/functions [ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd RETVAL=0 # Einstellungen KEYGEN=/usr/local/ssl/bin/ssh-keygen RSA1_KEY=/usr/local/ssl/etc/ssh_host_key RSA_KEY=/usr/local/ssl/etc/ssh_host_rsa_key DSA_KEY=/usr/local/ssl/etc/ssh_host_dsa_key PID_FILE=/var/run/sshd41.pid my_success() { local msg if [ $# -gt 1 ]; then msg="$2" else msg="done&q...