similar to: Can AGI do this?

Displaying 20 results from an estimated 2000 matches similar to: "Can AGI do this?"

2017 Aug 04
4
Verify contents before boot?
I see there's a memtest on the Linux discs I've created... would it be possible to put another program in place (a module, perhaps?) that can calculate a hash using a certain algorithm (i.e. SHA512 or similar) to validate and print out the hash of the boot ISO before booting it? The integrity of the ISO is absolutely critical. Thanks, Bret
2017 Aug 04
2
Bootable ISO with extra data outside the ISO?
Sorry if this is a total noob question... I've searched the archives and haven't turned up much. Not turning up much on the web in general, either. I'm working on a project and I'd like to create a Linux bootable ISO disc with an extra chunk of data **outside** the ISO space. This chunk of data might be a 10MB tar/zip. The goal would be to boot into Linux in RAM off the disc
2013 Nov 28
3
Problem with PAM/SSSD/SAMBA4.1.2
Hi I hope that I am not totally wrong when asking this on a Samba list, but as I followed a tutorial found at the SAMBA wiki I hope I can find someone how is able to help me. My goal is to set up a server acting as a SAMBA AD Server with single sign on for linux users. I use a Ubuntu Server 13.10 as the base. On top of this I installed a SAMBA 4.1.2 from GIT, did provisioning, Kerberos
2010 Feb 05
3
open script file from command line
Hi all, Is there a function to open a script file from the command line? I have several students who are Mac users and when they open up a script file it does not send commands to the console, and unfortunately I don't know how to solve this problem since I am not a Mac user. I have looked over the FAQ for Mac users, but didn't see a reference to the problem. I think they are both
2017 Aug 04
0
Verify contents before boot?
On 8/4/2017 17:04, Bret Schuhmacher wrote: > This is kind of related to my other question about putting extra data > on the disc after the bootable ISO image... I want to write a bootable > ISO and include some extra stuff on it... the hash and some customer > data. The idea is that when the disc is booted from, this preboot > program calculates the hash of the ISO *only*,
2017 Aug 04
0
Bootable ISO with extra data outside the ISO?
Hi, Bret Schuhmacher wrote: > I'm going to have to read it > about 20 more times to get my head around what you wrote ?;-) . You are invited to ask for clarifications, if necessary. Have a nice day :) Thomas
2017 Aug 04
0
Verify contents before boot?
On 8/4/2017 12:44, Bret Schuhmacher via Syslinux wrote: > I see there's a memtest on the Linux discs I've created... would it be > possible to put another program in place (a module, perhaps?) that can > calculate a hash using a certain algorithm (i.e. SHA512 or similar) to > validate and print out the hash of the boot ISO before booting it? The > integrity of the ISO is
2003 Sep 04
3
Call script after hangup
Beginner: How can a script be called after a calling user hangup? What's wrong with this: [incoming] exten => s,1,Playback,welcome exten => s,2,Record,msgfile:gsm exten => h,1,Goto(callscript,1,1) [callscript] exten => 1,1,Wait,5 exten => 1,2,System("SomeScript") Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Mar 10
3
[LLVMdev] Chatty C++API code generation
Hi all, when I have c code like --- c code ------------- struct stest { /* deklariert den Strukturtyp person */ int age; float weight; } foo={44,67.2}; /* deklariert Variable des Typs person */ int main() { callAFunction(foo.weight); ------------------------ The generated c++API code to me seems to be too chatty in the sense that the foo.weight's data
2003 Oct 27
3
PDC and concurrent logins
Hello! I am using samba running as a PDC at our school. I have read many docs and howtos but I can't find anything about Concurrent logins. I would be a nice feature becouse I don't want my users to login more than one time. Is there anyone that does have a clue? Greetings from Sweden --- Mikael Karlsson Skoldataenheten, Tibro Kommun Sweden +4650414783 mikael.karlsson@edu.tibro.se
2006 Sep 12
1
Authentication problems after upgrading to 3.0.23c
Hi there, Since upgrading our debian sarge boxes to 3.0.23c, we have found that we are unable to connect to shares using the official hostname of the servers (short or fully qualified) but can still use its netbios aliases (again, short or fully qualified). As nothing else has changed in our configuration, I think that the change of behaviour is down to the newer release and can find nothing in
2006 Aug 02
3
Does Ruby / Rails have something similar to PHPs ''virtual''
Hi all Is there a rails / ruby function that is analagous to PHPs ''virtual'' function? "virtual() is an Apache-specific function which is similar to <!--#include virtual...--> in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script,
2012 Jan 20
2
Incorrect DateTime using ISOdatetime in R
Dear list, I need to transform the DateTime of my GPS data from: "666.1751" into "yyyy/mm/dd hh:mm:ss" I have the following code: d$Date <- ISOdatetime(2009, 1, 1, 0, 0, 0, tz = "GMT")+d$Date*(24*3600) This gives me: 2010-10-29 04:12:09, which is wrong. It should be 2010-10-29 06:12:09 Another example: 418.3219 corresponds to: 2010-02-23 07:43:30, but it
2007 Jul 23
6
phone directory with asterisk
Dear all I have configure asterisk with 100 SIP PHONE ( SNOM ) but now thing is that my boss need phonebook feature find extention number by Pbook so i have read about it there is a feature in asterisk but it is with voicemail now i have IP SIP phone of SNOM so how to fine phone number by SIP phone ?? how to asterisk directory work ? Rgd satish patel
2009 Aug 28
4
Setting up large (12.5 TB) filesystem howto?
Hi, I'm trying to set up an iscsi 12.5 TB storage for some data backup. Doing so, I had some difficulties to find the right tool, maybe it's also a question of the system settings... The server is a 32Bit CentOS 5.3 with the recent updates. Ths iscsi connection can be establised. fdisk and parted fail to create any information on the device or fail completely. using the lvm tools
2011 Dec 29
2
[LLVMdev] Taking invoke instructions' labels
Hello everybody, I am writing a pass, that does something on strings. It's a long story, so I will write shortly. If I have an iterator on invoke instruction, how can I take its label parameters? For example, invoke void @_ZNSsC1EPKcRKSaIcE(%"class.std::basic_string"* %str, i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), %"class.std::allocator"* %2) to
2007 Aug 06
2
Makefile for embedding OpenBUGS in R package
Dear list, I'm trying to embed OpenBUGS in an R package for use of it on 64-bit Linux. In order to get the CLI working one has to compile C code contained in $OpenBUGS/Manuals/CBugs.html (copied to say CBugs.c) using gcc -m32 -o bugs CBugs.c -ldl I put the OpenBUGS distribution in the ./inst subdirectory of the package root. Where should I now put the CBugs.c and how
2012 Oct 10
2
GAM without intercept
Hi everybody, I am trying to fit a GAM model without intercept using library mgcv. However, the result has nothing to do with the observed data. In fact the predicted points are far from the predicted points obtained from the model with intercept. For example: #First I generate some simulated data: library(mgcv) x<-seq(0,10,length=100) y<-x^2+rnorm(100) #then I fit a gam model with
2005 Dec 12
3
gconftool
I am using gconftool to set a number of parameters up automatically... However, the one parameter I cannot find is under root you should be able to set the "automatic login" on first boot up. This found under "Applications", "System settings", "Login screen", then automatic login. Can someone point me to that setting? THanks, Jerry
2007 Aug 21
1
[NetBIOS] Registering new name?
Hello I'm having a hard time finding information about NetBIOS. Maybe someone here has good experience with this API, so I figured I could try asking here, although the question is specifically on how to use NetBIOS in an all-Windows LAN from Visual Basic :-/ I'm trying to register a new name on a server so that clients can locate it by broadcasting its NetBIOS name. At this point,