Displaying 12 results from an estimated 12 matches for "adoc".
Did you mean:
adc
2004 Aug 17
2
table and getting rownames
hi there
say that i have this table
>x<-table(adoc, oarb)
>x
oarb
0 1
adoc
ab 1 0
am 5 1
ba 14 1
cc 271 3
ch 87 2
dz 362 6
fl 7 0
fs 84 2
is there...
2005 Jun 01
1
Difference between smbclient&smbmount
Hi there,
We're currently having problems mounting share from a windows server 2003
machine.
The thing that I find surprising is about smbclient : in fact, I'm allowed to
browse the share with the command smbclient :
# smbclient //adoc/pastel -U mathus%9g8e
Domain=[MIPIH] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
smb: \>
And when I try to mount this share with smbmount, here's what I get :
p-emapb:/# smbmount //adoc/pastel /adoc/ -o username=mathus,password=9g8e81ae
cli_negprot: SMB signing is mandat...
2014 Aug 10
0
Merging the DDL branch in nut-website
...it's updated: checking out ddl's master
should suffice.
> I would like to merge the ddl-hll branch back into master (and add DDL to the main "networkupstools" project), if it's ready. Is there anything else needed?
I vaguely recall I wanted to move (in nut-ddl-raw/README.adoc) the
detailed descriptions of 'special' comments and RW vars/instant
commands declaration from the 'nds' section to the 'dev/seq' one and
then comment out the 'nds' section till we're ready with the
supporting software. Well, as I was there.. just did it.
Sorry...
2009 Jul 04
1
Bye, bye Windows .... almost
...nder Mandriva I can kiss Windows goodbye. Yeah.
The application is called MB Navigator. It is a stand alone stock trading application linking me to my brokers servers. The application installed great. Upon executing the program is starts up just fine then I get this error:
Can't create object:ADOC command
I can't produce a log.txt file because the program actually executes and the log.txt file cannot capture the error.
I hope someone can help because I am going to have a celebration if I can finally dump windows.
2014 Aug 10
2
Merging the DDL branch in nut-website
Hi Daniele and Arnaud,
While tracking down the Cyber Power voltage scaling issue, I found the DDL repository extremely helpful. Instead of searching across all of the old mailing list posts, I was able to run 'git grep' in the Cyber Power directory, and the consistency of the data made it an easy task.
I had a motherboard failure on my main computer, and I was trying to recreate the
2023 Sep 18
0
Heads-up: now it will be possible to manually select `subdriver` in `usbhid-ups`, and... looking at a release!
...plete, if they
>> would do so soon, but it seems prudent to ask the greater NUT user and
>> developer community to test custom builds of master branch with their
>> devices and use-cases, to help ensure no new bugs get delivered this time ;)
>>
>> Take a look at NEWS.adoc for the whole feature change set since the
>> previous release, and UPGRADING.adoc for highlights of the changes that are
>> expected to impact existing deployments and/or packaging recipes.
>>
>> On my side, I still have plans for some documentation changes,
>> incl...
2023 Dec 15
1
Minutemen UPS Driver
...> wrote:
>>
>> That's MinutemAn and such a key word exists in usbhid-ups subdriver
>> tripplite-hid :)
>>
>>
>> Specifically, the "PRO RT 2U" series is among the few mentioned by name:
>> ````
>> $ git grep -i minuteman
>> NEWS.adoc: ? * add Delta Minuteman UPS VID/PID [PR #1230, issues #555
>> and #1227]
>> drivers/tripplite-hid.c:/* Delta/Minuteman */
>> drivers/tripplite-hid.c: ? ? ? ?/* Delta/Minuteman Enterprise Plus
>> E1500RM2U */
>> drivers/tripplite-hid.c: ? ? ? ?/* Delta/Minuteman PRO1...
2023 Dec 13
1
Minutemen UPS Driver
I am wondering if there is a way to have Nut Server monitor a Minutemen UPS.
https://minutemanups.com/uninterruptible-power-supply/pro-rt2u-line-interactive-uninterruptible-power-supply/
Thanks
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231213/254b1111/attachment.htm>
2014 Mar 19
2
Linux malware attack
SlashDot had an article today on a Linux server malware attack,
<http://it.slashdot.org/story/14/03/18/2218237/malware-attack-infected-25000-linuxunix-servers>.
I wonder if there is a simple test to see if a CentOS machine
has been infected in this way?
The article mentions Yara and Snort rules to test for this,
but I wonder if there is something simpler?
Alternatively, are there Yara or
2021 Sep 17
1
Repo for RHEL docs in CentOS Stream
...to Stream and later switch the setup to be fully upstream-first.
We also discussed a README file for the mirrored content - I created the
initial version here for reviews and suggestions:
https://gitlab.cee.redhat.com/red-hat-enterprise-linux-documentation/rhel-8-docs/-/blob/master/centos/README.adoc
Hope that helps,
Tomas
--
Tom?? ?apek
Senior Documentation Program Manager
Customer Content Services
irc: tcapek
Too brief? Here's why: the email charter
<https://medium.com/virtual-teams-for-systemic-change/the-email-charter-an-idea-worth-spreading-688b8940f892>
-------------- nex...
2019 Oct 01
2
Adding support for vscale
...nder: MVL is used to say
how many of the *SCALAR* register file get utilised to "make up" a
vector).
oh. ah. bruce (et al), isn't there an option in RVV to allow Vectors
to sit on top of the *scalar* register file(s)? (Zfinx)
https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#vector-registers
> Or maybe we'll
> be able to synthesize a predicate from an active vlen and pattern match?
the purpose of having a dynamic VL, which comes originally from the
Cray Supercomputer Vector Architecture, is to not have to use the
kinds of instructions that perform bit-man...
2019 Oct 01
3
Adding support for vscale
On Tue, Oct 1, 2019 at 8:08 AM Robin Kruppe <robin.kruppe at gmail.com> wrote:
>
> Hello Jacob and Luke,
>
> First off, even if a dynamically changing vscale was truly necessary
> for RVV or SV, this thread would be far too late to raise the question.
> That vscale is constant -- that the number of elements in a scalable
> vector does not change during program execution