Displaying 7 results from an estimated 7 matches for "tuti".
Did you mean:
tti
2019 Aug 05
0
samba dlz. bind9 nslookup is wrong
...IN AAAA
2001:470:1f1b:5b3:21b:21ff:fea6:ce93
printer 300 IN A 192.168.78.50
mail 300 IN A 192.168.78.20
mail 300 IN AAAA
2001:470:1f1b:5b3:21b:21ff:fea6:ce93
tuti 300 IN A 192.168.78.21
; Other A records
www 300 IN CNAME patrikx3.com.
;this p3x-dc domain comes from the dlz.... see it is commented
*;p3x-dc 300 IN CNAME patrikx3.com...
2007 Jan 11
3
batch job GLM calculations
...n a GLM. I appreciate any hint.
Best regards
Lukas
p.s.
my R skills are rather poor
----------------------------------------START R-CODE-----------------------------------
# Read file
t.url <- "C://HR_calculations/2005_2006/HR_SIZE/Kandidatenmodelle_Berechnung/inputfiles/"
t.tuti <- read.table(paste(t.url, "All_animals.txt", sep=""),header=T)
collect.results <- function(x) {
#resets vectors which will be filled
i <- 0
AICA <- NA;
#put models names hierarchically in vector
modelnames <- c("1=global", "2=biotic1&qu...
2010 Aug 20
2
The M in ORM
Hi everyone,
I am attempting to connect an already existing mysql database with
Rails. For This I can''t use the traditional "generate scaffold" and
"rake db:migrate" because (I think), I''ll loose the data already
existing in that database table. So what I did was, I generated a
scaffold for my table, and instead of running db:migrate, I added a
2019 Aug 05
9
samba dlz. bind9 nslookup is wrong
On 05/08/2019 11:53, Patrik wrote:
> the ?? file "/etc/bind/zones/enp1s0f3/patrikx3.com
> <http://patrikx3.com/>"; are my domain names A, AAAA, CNAME-s, that is
> where i store then, there is know AD records at all. it is all DLZ.
> *_
> _*
If 'patrikx3.com' is a registered dns domain name, then you should have
used a subdomain of this for the AD dns
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality.
The major updates since the last post are:
- Loop to add passthrough devices in pc_init1
- Handle errors in read/write calls
- Allow invocation without irq number for in-kernel irqchip
Other than this, several small things were fixed according to review comments received last time.
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality.
The major updates since the last post are:
- Loop to add passthrough devices in pc_init1
- Handle errors in read/write calls
- Allow invocation without irq number for in-kernel irqchip
Other than this, several small things were fixed according to review comments received last time.
2010 Mar 30
2
My first wxRuby app doesn't work, please help!
Hi, I'm trying to learn wxRuby. This is program:
require 'wx'
include Wx
class MyFrame < Frame
def initialize
super(nil,-1,"Mi primera ventana Wx!")
@panel = Panel.new(self)
@lbl1 = StaticText.new(@panel,-1,"Label")
@text1 = TextCtrl.new(@panel,-1,"Text Value")
@combo =ComboBox.new(@panel,-1,"Combo Text")
@button