search for: plough

Displaying 20 results from an estimated 90 matches for "plough".

2010 Nov 01
4
how to view the top 20 lines in a long dataset
Hi, I am simply looking for the function that will allow you to look at the top 20 lines of a long dataset? LP On Mon, Nov 1, 2010 at 10:46 AM, Louis Plough <lplough@usc.edu> wrote: > Hi, > I am trying to generate all possible permutations (choose 2) of a vector, > b, for example--using 'combn' the combinations in only one direction are > generated... > > > b<-c(.1,.2,.3) > > combn(b,2) > [,1] [,2] [...
2019 Sep 24
6
CentOS 8.0 1905 is now available for download
...end vga=819 and hit F10, which starts the graphical installer on a larger virtual display. Or, better still, use EFI boot mode for your VM, and it all just works. Make sure that the VMware virtual VGA adapter has enough RAM, too. Cheers, Phil -- Phil Randal Infrastructure Engineer Hoople Ltd | Plough Lane | Hereford HR4 0LE Tel: 01432 260415 | Website: www.hoopleltd.co.uk Follow us on: Twitter | Facebook | LinkedIn -----Original Message----- From: CentOS <centos-bounces at centos.org> On Behalf Of J Martin Rushton via CentOS Sent: 24 September 2019 12:31 To: centos at centos.org Subje...
2019 Sep 25
1
CentOS 8.0 1905 is now available for download
I had fun with that - enter any number you like, if it's not valid it will prompt you with suggestions. It seems to want decimal on the commandline, hex if responding to the prompt. Phil Phil Randal Infrastructure Engineer Hoople Ltd | Plough Lane | Hereford HR4 0LE Tel: 01432 260415 | Website: www.hoopleltd.co.uk Follow us on: Twitter | Facebook | LinkedIn -----Original Message----- From: CentOS <centos-bounces at centos.org> On Behalf Of Jon Pruente Sent: 24 September 2019 18:53 To: CentOS mailing list <centos at centos.o...
2016 Nov 10
2
CTDB and samba private dir (+ldap)
...rs would say to put "private dir on the FS >> cluster" - one question I have: is this correct? necessary? > No, this is not necessary. > > Where are you seeing this? If it is in any documentation on samba.org > then I'll fix it... not on samba.org (although have not plough through it), but glusterfs own howtos (a various referring to gluster) say to put it there. https://support.rackspace.com/how-to/glusterfs-high-availability-through-ctdb/ - but cannot see they say why. I my case - ldap is the backend so I'm even more dubious. > > Thanks! > > p...
2013 Oct 11
1
Optimisation opportunity for IMAP searches
...code, I'll be happy to share it here. The three formats of the URIs in RFC 2392 are: * mid:messageid * cid:contentid * mid:messageid/contentid Searching for a mid: with only a Message-ID part is quick and probably indexed, (HEADER Message-ID <messageid>) Searching for a cid: meant ploughing through body text to get to the attachments, so it was a slow and costly and needed checking of the outcome: (TEXT <contentid>) The quicker URI form to get to a Content-Id should be to mention it at the end of a mid: URI, and search for (HEADER Message-ID <messageid>)(TEXT <con...
2003 Mar 18
4
network connection
Hi, How can I configure R to allow http connection (through company firewall)? Your help are greatly appreciated! Wei Ding, Ph.D. Schering-Plough Research Institute 2015 Galloping Hill Road Kenilworth, NJ 07033 Tel: (908) 740-2592 Fax: (908) 740-7664 ********************************************************************* This message and any attachments are solely for the intended rec... [[dropped]]
2005 Nov 28
5
Rails on lighttpd through proxy
...ll the links (from link_to etc) come out as /articles/whatever instead of /blog/articles/whatever. Does anyone know of a way around this or even an alternative set up which might work. I would even consider moving the PHP portion of the site over if that makes it easier. Any wisdom on this? Ive ploughed through all the wiki and other articles on the subject but found no solution as yet. Hope someone can help me out, Ive been tearing my hair out over this for days... Thanks in advance for saving what''s left of my hair, -- Dan Webb http://www.danwebb.net
2012 Apr 18
3
how to plot separate lm ablines on the same xyplot by group
Hi, I am trying to use xyplot to plot the relationship between size and day (y~x) by a food factor that has two levels, low and high. I have 3 reps per factor/day. I want the plots from each food treatment on the same axiss, so I used this code: xyplot(Size ~ Day, groups = Food, data = louis.data.means,col=1, pch=c(1,17), panel=function(x,y,groups,...){ panel.superpose(x,y,groups,...)
2019 Sep 27
2
CentOS 8.0 1905 is now available for download
What does vga=819 and vga=319 mean? On Wed, 25 Sep 2019 at 01:54, Jon Pruente <jpruente at riskanalytics.com> wrote: > > On Tue, Sep 24, 2019 at 6:53 AM Randal, Phil <phil.randal at hoopleltd.co.uk> > wrote: > > > Workaround is to select the install option, hit the tab key, and append > > vga=819 and hit F10, which starts the graphical installer on a larger
2019 Sep 27
1
CentOS 8.0 1905 is now available for download
...r on a larger virtual display. > > Or, better still, use EFI boot mode for your VM, and it all just works. > > Make sure that the VMware virtual VGA adapter has enough RAM, too. > > Cheers, > > Phil > > -- > Phil Randal > Infrastructure Engineer > Hoople Ltd | Plough Lane | Hereford HR4 0LE > Tel: 01432 260415 | Website: www.hoopleltd.co.uk Follow us on: > Twitter | Facebook | LinkedIn > > -----Original Message----- > From: CentOS <centos-bounces at centos.org> On Behalf Of J Martin Rushton > via CentOS > Sent: 24 September 2019...
2002 Oct 11
1
Cant find uid=0
...s is the output when I try to add a machine (WinXP). It appears to be looking for a root user in my LDAP directory but isnt finding it (because there isnt a user 'root' there). User 'Administrator' exists. Must there be an instance of 'root' in Samba LDAP backends? I've ploughed through the idealx HOWTO for this, but Messrs Lemaire don't explicitly create a root user. Can someone help? [2002/10/11 17:34:27, 0] smbd/service.c:make_connection(381) make_connection: administrator logged in as admin user (root privileges) [2002/10/11 17:34:28, 0] smbd/service.c:make_co...
2009 Mar 22
2
GraphDumpFile - Feature request
Hi Guus, I've been a huge fan of the GraphDumpFile parameter in tinc -- it certainly beats sending USR2 to tincd, and ploughing through syslog to figure out which nodes are connected. Could I request that GraphDumpFile dumps a little more data to the file, namely, the subnet; changing the output file from (for example): digraph { nodeA [label = "nodeA"]; nodeB [label = "nodeB"];...
2019 Sep 20
0
deprecations leading up to C8
...il terms. It takes a while to 'get it' but I'm glad we made the link. We search, read as many people's howtos as you can (caveat - they are rarely 100% accurate), and test, test, test before going into production. Cheers, Phil -- Phil Randal Infrastructure Engineer Hoople Ltd | Plough Lane | Hereford HR4 0LE Tel: 01432 260415 | Website: www.hoopleltd.co.uk Follow us on: Twitter | Facebook | LinkedIn -----Original Message----- From: CentOS <centos-bounces at centos.org> On Behalf Of Fred Smith Sent: 20 September 2019 00:04 To: centos at centos.org Subject: [CentOS] depr...
2019 Sep 27
0
CentOS 8.0 1905 is now available for download
I used 819 / 333 (hex) - 1024 x 768 x 16. Enough to see the full install screen. I'm doing it the easy way on our new production VMs - select EFI boot in the VM's boot options and it all works. Cheers, Phil Phil Randal Infrastructure Engineer Hoople Ltd | Plough Lane | Hereford HR4 0LE Tel: 01432 260415 | Website: www.hoopleltd.co.uk Follow us on: Twitter | Facebook | LinkedIn -----Original Message----- From: CentOS <centos-bounces at centos.org> On Behalf Of Turritopsis Dohrnii Teo En Ming Sent: 27 September 2019 06:45 To: CentOS mailing list &...
2008 Sep 02
1
[LLVMdev] LLVS newbie adding a new target
...t at this stage but it confirms I have grasped the basics of the LLVM tree and build process. My concern is that, if there is a new release of LLVM, I will need to re-integrate my source into it. At this stage this looks fairly trivial to do but I do now want to get caught out in the future by ploughing on without checking there is not a more intelligent way to organise my code that I have overlooked. Cheers, - Dyson
2019 Sep 12
5
Best method of grabbing Now Playing metadata with PHP?
...e start time exactly right, so it must be possible. I'm not a programmer - I deal with music licensing mainly - so I will be passing details you give me on to our developer who is great on databases but not so good on the ins and outs of getting data out of Icecast. Needless to say, I have ploughed through the documentation provided but I evidently need something a bit more basic. MANY thanks in advance for any help you can provide - and my apologies for my lack of knowledge and for having to ask such an apparently basic question. --Richard E
2016 Mar 29
3
Office 365, Windows 10 and Samba AD
Am 2016-03-23 um 20:12 schrieb Stefan G. Weichinger: >> If that doesn't help, then you need to upgrade to Samba as an AD DC. > > Now *that* sounds scary ;-) Is the step from NT4-based domain on 3.6.x to ADS-based domain on 4.x a very risky and complicated one or should it be rather standard procedure? Can it be tested and prepared in a way?
2019 Sep 27
0
CentOS 8.0 1905 is now available for download
...r on a larger virtual display. > > Or, better still, use EFI boot mode for your VM, and it all just works. > > Make sure that the VMware virtual VGA adapter has enough RAM, too. > > Cheers, > > Phil > > -- > Phil Randal > Infrastructure Engineer > Hoople Ltd | Plough Lane | Hereford HR4 0LE > Tel: 01432 260415 | Website: www.hoopleltd.co.uk > Follow us on: Twitter | Facebook | LinkedIn > > -----Original Message----- > From: CentOS <centos-bounces at centos.org> On Behalf Of J Martin Rushton via CentOS > Sent: 24 September 2019 12:31 &...
2011 Mar 23
2
Is there any way to tell what level the flac was encoded at?
...he frequency the processor is running on. Since I have no problem reading a 441/16 from a memory stick and decode it on 40 MHz, but I require almost 240 MHz on a 192/24 file, I would like to dynamically change the frequency depending on the file I'm about to decode. Now, since you managed to plough through all this, I would really appreciate if you could answer one simple question: Is there any way I can read out the compression level from the encoding process from the file? Thanks in advance! Hjalmar _____________________________________________________________________ *******************...
2019 Dec 27
3
Disabling TLS 1.1 in Centos 7 cockpit
Hi, I'm using cockpit in standard port 9090 in a Centos 7 system. Due to a suggestion from management, they want TLS 1.1 disabled system-wide in all Linux boxes and TLS 1.2 enabled. I have not found proper documentation on how to disable it for cockpit (version 195.1 ships with Centos 7) So far I have tried (https://cockpit-project.org/guide/149/https.html):