Displaying 20 results from an estimated 85 matches for "nuc".
Did you mean:
nic
2017 Mar 16
4
PXE vmlinuz kernel doesn't recognize memory in Intel NUC?
Hello all! I'm hoping someone can help. I'm having 2 issues; first:
When trying to load a CentOS LiveCD via PXE on an Intel NUC (NUC6CAY), I
get:
"Not enough memory to load specified image". The image is 1.1 gigs, and
there is 16 gigs of memory in the NUC.
To combat this, I found this forum post
<https://www.centos.org/forums/viewtopic.php?t=1398> which suggested using
the "mem=" kernel parameter...
2007 Mar 15
0
[e1071] predict.svm bug ?
Hi all,
I'm using SVM to classify data (2 classes) and I get strange results :
> model = svm(x, y, probability = TRUE)
> pred = predict(model, x, decision.values = TRUE, probability = FALSE)
> table(pred,y)
y
pred ctl nuc
ctl 82 3
nuc 5 84
> pred
1 2 3 4 5 6 7 8 ....
nuc nuc nuc nuc nuc nuc nuc ctl ....
And now, with probabities computation :
> pred = predict(model, x, decision.values = TRUE, probability = TRUE)
> table(pred,y)
y
pred ctl nuc
ctl 7 84
nuc 80 3
&...
2020 Sep 24
2
cifsacl not working
On 9/24/20 11:51 AM, Aur?lien Aptel wrote:
> The request-keys config looks right.
>
> You can check if winbind is properly configured trying to map with the
> winbind CLI client called wbinfo. For example:
>
> # wbinfo -i NUC\\administrator
> NUC\administrator:*:20501:20514::/home/NUC/administrator:/bin/bash
> ^^^^^ ^^^^^
> uid gid
>
> Cheers,
# wbinfo -i MYDOM\\user
user:*:1001:1001::/home/user:/bin/bash
Those uid/gid are correct. They match the server and a...
2007 May 31
3
Venn diagram
...samples")
where accession was a vector containing the codes identifying
the RNA sequences, and libname was a vector containing the codes
identifying the tissue sample (library)."
The structure of my data is as follows:
R> structure(list(cyto = c("A", ?B?, ?C?, ?D?), nuc = c(?A?, ?B?, ?E?, ??),
chrom = c(?B?, ?F?, ??, ??)),.Names = c("cyto", "Nuc", "chrom"))
accession should be "A", "B",.... and libname schould be "cyto",
"nuc" and "chrom" as I understand it...
Could you help me?...
2015 Jan 08
0
Intel NUC? Any experience
On 08/01/15 02:32 PM, david wrote:
> Folks
>
> The price point of Intel's NUC unit makes it attractive to use as a
> server that doesn't have significant computational load. In my
> environment, a USB connected hard-drive could provide all the storage
> needed. I wonder if anyone has had experience with it, and can answer:
>
> 1) Does Centos6 and/or Cen...
2017 Mar 16
0
PXE vmlinuz kernel doesn't recognize memory in Intel NUC?
On 03/15/2017 06:08 PM, Locane wrote:
> Hello all! I'm hoping someone can help. I'm having 2 issues; first:
>
> When trying to load a CentOS LiveCD via PXE on an Intel NUC (NUC6CAY), I
> get:
> "Not enough memory to load specified image". The image is 1.1 gigs, and
> there is 16 gigs of memory in the NUC.
>
> To combat this, I found this forum post
> <https://www.centos.org/forums/viewtopic.php?t=1398> which suggested using
> the...
2017 Mar 17
0
PXE vmlinuz kernel doesn't recognize memory in Intel NUC?
On 3/15/2017 6:08 PM, Locane wrote:
> Hello all! I'm hoping someone can help. I'm having 2 issues; first:
>
> When trying to load a CentOS LiveCD via PXE on an Intel NUC (NUC6CAY), I
> get:
> "Not enough memory to load specified image". The image is 1.1 gigs, and
> there is 16 gigs of memory in the NUC.
that NUC uses a Celeron J3455 "Apollo Lake" system-on-a-chip, all new in
Q3 2016... I wonder if that's supported by the version...
2002 Dec 13
2
A beginner's problems with plotting
Hi,
How would I go about plotting all 8 columns of a data.frame on a simple line
graph. i.e. eight lines and sets of points, differentiated by line pattern or
colour)?
An what further arguments would I need to invoke a log scale on the y-axis of
that same plot (normal x-axis)?
Cheers, Jeremy
2015 May 06
1
Intel NUC haswell-ULT
I have one of those new little NUC's and installed Centos 7.1 on it.
lspci shows
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated
Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Contr...
2015 Jan 08
5
Intel NUC? Any experience
Folks
The price point of Intel's NUC unit makes it attractive to use as a
server that doesn't have significant computational load. In my
environment, a USB connected hard-drive could provide all the storage
needed. I wonder if anyone has had experience with it, and can answer:
1) Does Centos6 and/or Centos7 install from a U...
2011 Jul 22
0
pegas package: Problem using nuc.div and tajima d -> error with dist.dna() -> character variables must be duplicated in .C/.Fortran
Hi,
For the last few days I have tried utilise your package "pegas" in order
to obtain some values for indices like the nuclear diversity and tajimas
d value.
I have modified my dataset (a text file containing dna sequences) in
order to be able to read it in with the tools provided by pegas. Here, I
have oriented myself on the description provided by the help-page in
read.loci(). A piece from the dataset is display...
2015 Jan 08
0
Intel NUC? Any experience
On 1/8/2015 11:32 AM, david wrote:
> The price point of Intel's NUC unit makes it attractive to use as a
> server that doesn't have significant computational load. In my
> environment, a USB connected hard-drive could provide all the storage
> needed. I wonder if anyone has had experience with it, and can answer:
>
IMHO, its totally unsuitable...
1999 Sep 02
1
trouble with the 'exclude' parameter of factor() (PR#265)
...S: Irix 6.5
Submission from: (NULL) (195.110.4.98)
the following doesn't give what I expect
> test _ factor(ORGMORE[[1]],exclude=c(NA,"NOM"))
Warning message:
NAs introduced by coercion
> levels(test)
[1] "CYT" "EXC" "MEM" "NOM" "NUC" "SEC"
while this works...
> test _ factor(ORGMORE[[1]],levels=c("CYT","EXEC","MEM","NUC","SEC"),exclude=NA)
> levels(test)
[1] "CYT" "EXEC" "MEM" "NUC" "SEC"
All apolog...
2020 Sep 24
2
cifsacl not working
...e:
>> On 9/24/20 11:51 AM, Aur?lien Aptel wrote:
>>> The request-keys config looks right.
>>>
>>> You can check if winbind is properly configured trying to map with the
>>> winbind CLI client called wbinfo. For example:
>>>
>>> # wbinfo -i NUC\\administrator
>>> NUC\administrator:*:20501:20514::/home/NUC/administrator:/bin/bash
>>> ???????????????????? ^^^^^ ^^^^^
>>> ????????????????????? uid?? gid
>>>
>>> Cheers,
>>
>> # wbinfo -i MYDOM\\user
>> user:*:1001:1001::/home/user...
2020 Sep 24
2
cifsacl not working
On 9/24/20 8:53 AM, Aur?lien Aptel wrote:
> Ken Bass via samba <samba at lists.samba.org> writes:
>> I installed a new Ubuntu 20.4 LTS system (smbd 4.11.6) . Initially I
>> tried using the SSSD and 'realm' to join the domain. Everything worked
>> similar to my Centos 7 install and I thought I was finished.
>>
>> The one thing not working is? cifs
2020 Jan 17
3
Twin HDMI
Hello,
I have an Intel NUC7PJYH running CentOS 6.8. This is a NUC with standard USB, 1GbE and 2*HDMI.
Installation was no problem providing acpi=off.
The problem is that by default the two displays are mirrored and I can?t seem to separate them.
I can only see one HDMI port from CentOS.
I need to see both HDMI ports disc...
2017 May 18
2
Mini PCs
...had two (or more) network ports, I'd be all over it. A single
gigabit nic is a bit limiting for me.
On 05/17/2017 01:04 PM, Nux! wrote:
> Hi,
>
> I have this and happy with it, I believe it ticks all your boxes (+ built-in IR port).
>
> http://www.intel.co.uk/content/www/uk/en/nuc/nuc-kit-dn2820fykh.html
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> ----- Original Message -----
>> From: "Robert Moskowitz" <rgm at htt-consult.com>
>> To: "CentOS mailing list" <centos a...
2017 Feb 21
1
Centos7: Intel nuc/Linksys usb-ethernet
Hello All,
I'm installing some DIY routers, composed of Intel nuc's ,Linksys usb-ethernet adapters and Centos7
On most machines I just plug in the usb device, install Centos7 and everything works.
But on this one machine the network interface doesn't work.
After installing ip addr shows:
[root at clgmol ~]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP&...
2019 Jul 10
2
Alternative to laptop
...tery, a screen, nor a keyboard etc. but more or less be an easily
> > portable computing unit to move between offices where a keyboard and
> > monitor(s) could then be connected. I want to run CentOS 7, later CentOS
> 8.
> >....
>
> At the top of my head I think the Intel NUC meets your expectations.
a NUC is a compact low power desktop.but it still needs a screen and a
keyboard/mouse, etc.
I use a 8" highres tablet running android for my ultra-portable
applications ... Its been awhile since I"ve needed more in hte field.
My current Huawei M3 tablet ru...
2015 Jan 08
2
Intel NUC? Any experience
At 01:54 PM 1/8/2015, John R Pierce wrote:
>On 1/8/2015 11:32 AM, david wrote:
>>The price point of Intel's NUC unit makes it attractive to use as a
>>server that doesn't have significant computational load. In my
>>environment, a USB connected hard-drive could provide all the
>>storage needed. I wonder if anyone has had experience with it, and can answer:
>
>IMHO, its totall...