search for: ploughing

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

Did you mean: laughing
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... > > >
2019 Sep 24
6
CentOS 8.0 1905 is now available for download
I feel your pain re Gnome. Installing CentOS 8 on a VMware VM which uses BIOS boot mode using the graphical installer results in an installer gui which is chopped off at the right. 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 virtual display. Or, better still, use EFI boot mode for your VM, and it
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-----
2016 Nov 10
2
CTDB and samba private dir (+ldap)
On 09/11/16 23:28, Martin Schwenke via samba wrote: > On Wed, 9 Nov 2016 16:05:32 +0000, lejeczek via samba > <samba at lists.samba.org> wrote: > >> an attempt to set up a cluster, I'm reading around and see >> some howto writers would say to put "private dir on the FS >> cluster" - one question I have: is this correct? necessary? > No, this is not
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 <conent...
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...
2005 Nov 28
5
Rails on lighttpd through proxy
Hi All, We have a PHP site running on apache 1.3 and Im trying to graft typo onto it at /blog/. Ive got the running using the symlink method but apache/fastcgi are clunky to say the least so I want to move typo over to lighttpd. Ive got this all working and Im now trying to get a proxy working through from apache. Im using this: RewriteRule ^/blog/?(.*)$ http://blog.myorg.net:8080/$1 [P]
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
Heads up, Hyper-V Gen 2, CentOS 8 Server with GUI install results in a black screen as updates are needed for X to properly detect and load the video. If you can ssh into the box, do a yum update and it should grab the needed updates, then reboot. Gregory Young -----Original Message----- From: CentOS <centos-bounces at centos.org> On Behalf Of Turritopsis Dohrnii Teo En Ming Sent:
2002 Oct 11
1
Cant find uid=0
Im having a problem adding machines to a domain. All has been fine until today. This 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
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
When I migrated our mx boxes from CentOS 5 to 7 I made the leap to postfix. I built a test server with postfix etc on it and threw everything I could think of at it before going live. The key is, like in learning a new language, to start thinking in postfix terms instead of thinking in sendmail terms. It takes a while to 'get it' but I'm glad we made the link. We search, read as
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
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?
Hi... Can someone do me the favour of pointing us at a routine, library, script or technique that will grab Now Playing metadata (Title, Artist, Album) remotely (ie from another machine) from an Icecast 2.4.x server reliably for logging purposes, preferably using PHP? Ideally we would grab the metadata when it changes - all the methods we've tried so far require us to poll the server so
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
I didn't know there are problems with installing CentOS 8.0 with GNOME. I am going to install CentOS 8.0 as a virtual machine/guest with Oracle VirtualBox. On Tue, 24 Sep 2019 at 19:53, Randal, Phil <phil.randal at hoopleltd.co.uk> wrote: > > I feel your pain re Gnome. > > Installing CentOS 8 on a VMware VM which uses BIOS boot mode using the graphical installer results in
2011 Mar 23
2
Is there any way to tell what level the flac was encoded at?
Hi, I'm developing a flac decoder in an embedded environment. I have it fully up and running but I am trying to optimise the performance vs. the power it takes to decode the stream. Using the reference decoder code with a few optimisations for the hw I'm on I experience quite a difference in mips depending on the level. For instance, on a 192kHz/24 bit file the difference is almost
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):