similar to: how to set column width of terminal output?

Displaying 20 results from an estimated 1000 matches similar to: "how to set column width of terminal output?"

2006 Jun 13
1
Yosemite Backup using Wine?
Hello, Not sure if this has been reported before, but it looks as if the people at Yosemity Tech [1] are using Wine. And correct me if I'm wrong, but it seems they're using it the same way Google is with Google Earth and Picasa. Screenshots: http://www.sron.nl/~mverwijs/files/shots/yt/16.html http://www.sron.nl/~mverwijs/files/shots/yt/index.html Kind regards, Maarten [1]
2015 Sep 15
2
BackupPC is not easy to setup
On 09/13/2015 03:48 PM, Timothy Murphy wrote: > Timothy Murphy wrote: > >> I thought I'd write a 1-page note to myself of the steps I took, >> in preparation for CentOS-8... >> I have a couple of questions that this raises. >> >> 1. Why exactly does backuppc want to ssh to root? >> Is this just a way of running BackupPC as root? >> >> 2.
2015 Sep 15
0
BackupPC is not easy to setup
kpolberg at olberg.name wrote: >>> 2. The graphical interface seems to be treated as an extra, >>> but what other way is there of accessing BackupPC? >>> Is there a CLI approach? >>> If so, where is the list of transfer requests kept? > 2. You can do all operations through CLI, all of it is mentioned in the > documentation. >
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
Am Mon, 28 Aug 2017 09:33:31 +0200 schrieb Ralf Goertz <r_goertz at web.de>: Hello, me again > Hi, > > I guess there have been discussions about this in the past and from > what I understood hooking an R-function to facilitate automatic > adjustment is problematic. So why not doing it like this: would anybody care to comment? I think it is quite important to have an
2006 Feb 28
1
Win2K3 Server, in Terminal Session,
I have almost the same setup (NT4 domain, with W2K3 Terminal Server).... I am using Suse 9.2, Samba 3.0.21b, with winbindd on a generic x86 server. No special package configurations...just the rpms from samba for Suse. I do have the same problems. -- I have home directories mapped for users. When I log into the Term Server with RDP my home directory on my Samba box comes up just fine.. What
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
Accidentally dropped R-devel from this reply. On Fri, 1 Sep 2017, luke-tierney at uiowa.edu wrote: > On Fri, 1 Sep 2017, Ralf Goertz wrote: > >> Am Fri, 1 Sep 2017 07:20:58 -0500 (CDT) >> schrieb luke-tierney at uiowa.edu: >> >>> On Fri, 1 Sep 2017, Ralf Goertz wrote: >>> >>>> Many good programs like vim adjust their internal width
2017 Aug 28
2
patch: automatically adjust width option when terminal is resized
Hi, I guess there have been discussions about this in the past and from what I understood hooking an R-function to facilitate automatic adjustment is problematic. So why not doing it like this: --- R-3.4.1/src/unix/sys-std.c 2017-03-24 00:03:59.000000000 +0100 +++ R-3.4.1/src/unix/sys-std.patched.c 2017-08-28 09:16:02.714204023 +0200 @@ -1005,6 +1005,9 @@ // introduced in
2017 Sep 01
3
patch: automatically adjust width option when terminal is resized
On Fri, 1 Sep 2017, Ralf Goertz wrote: > Am Mon, 28 Aug 2017 09:33:31 +0200 > schrieb Ralf Goertz <r_goertz at web.de>: > > > Hello, me again > >> Hi, >> >> I guess there have been discussions about this in the past and from >> what I understood hooking an R-function to facilitate automatic >> adjustment is problematic. So why not doing it
2006 Jan 27
1
Win2K3 Server, in Terminal Session,
Hello Steven I read about your problem I am sorry I can't help you. Because have the same problem. And have looked everywhere to find a solution so I wonder if you have fixed it Best regards /Peter I have looked for several days and can not find the answer to my problem, but I'm sure it has to be a simple issue. I'm trying to map drives inside Windows Server 2003
2004 Aug 06
2
[Newbie Q] Relay to an Icecast server apparently not relaying?
The main stream is going to a Shoutcast server via Winamp. Works fine. A Relay stream goes to Live365. Works fine. I set up a Relay under SAM to point to the Icecast server running on another box on the network. In SAMs Realy section it tells me that it's connected - and Icecast seems to be telling me the same thing. Obviously I'm missing something in the setup of IceCast - I think?
1998 Dec 03
2
interactions between OPIE-ftpd and RH5.2
Ran into a weird problem, and this seemed a good forum to toss it out into -- if I've gaffed, please let me know. Just upgraded my RH5.0 box to RH5.2. Went well, worked nearly seamlessly. When running 5.0, though, I'd installed the opie-fied ftpd that comes with the most recent opie package (ftp://ftp.inner.net/pub/opie/opie-2.32.tar.gz) and had it work without a hitch. I'd also
2011 Apr 17
5
cube root
This is some interesting: > -8^(1/3) [1] -2 > x=(-8:8) > y=x^(1/3) > y [1] NaN NaN NaN NaN NaN NaN NaN NaN 0.000000 1.000000 [11] 1.259921 1.442250 1.587401 1.709976 1.817121 1.912931 2.000000 So, can anybody explain this?! (Why is x[1]^(1/3)=y[1]=NaN, but -8^(1/3)=-2?) Thx!!! [[alternative HTML version deleted]]
2000 Aug 24
2
Problem with Samba-windows98
Hi all I have a linux(susse) running samba and am trying to connect from windows98. I have no problem seeing the linux computer in the network neigbourhood. I can also see the folders shared from it. When Im accessing a folder I get prompted for password (my login on windows98 is the same as for linux). But it doesnt accept the password "Bad password". When I log in from other
2002 Apr 17
1
Installation of R-1.4.1 on Solaris 2.7
I am trying to install R-1.4.1 on the Solaris 2.7 OS by compiling the source code. Unfortunately, I obtain a fatal error during make (apparently while using gcc to compile arithmetic.c). The configure command seemed to work acceptably (end of output follows). --(snip)-- R is now configured for sparc-sun-solaris2.7 Source directory: . Installation directory: /usr/local C
2011 Feb 08
2
Plot colour according to column
Hi, I am trying to plot several columns in different graphs in columns and rows. The first column of my data file is the time, and the third is the 'elevation angle' with 19 different numbers. I would like to plot the rest of the columns with the x axis as time and the individual angles in different colours. Here is the code I am using right now. It plots the different columns with time,
2009 Apr 09
4
problems with integrate ... arguments
Hi everyone, I saw this problem dealt with here: http://markmail.org/search/list:r-project?q=integrate#query:list%3Ar-project%20integrate+page:1+mid:qczmyzr676pgmaaw+state:results but no one answered that request that I can tell. I'm having the same problem. I'm having problems passing arguments to functions that I'd like to integrate. I could swear this worked in the past, but I
2018 Apr 19
0
Question
Hi, I think he's talking about how much a statistical estimator is influenced by extreme datapoints, e.g. https://en.m.wikipedia.org/wiki/Robust_statistics#Breakdown_point Olivier -- Olivier Crouzet Assistant Professor @LLING UMR6310 - Universit? de Nantes / CNRS Guest Scientist @UMCG - University Medical Center Groningen / RijksUniversiteit Groningen > Le 19 avr. 2018 ? 11:00,
2018 Jul 03
0
Failing connections. Warning: Auth process not responding, delayed ..
can?t access mail after some upgrades. Everything else seems to be working - but dovecot seems to have caught a problem. Jul 3 09:03:35 zeus dovecot[310]: imap-login: Warning: Auth process not responding, delayed sending initial response (greeting): user=<>, rip=5.188.207.15, lip=192.168.0.15, session=<4Wk9wBNw1AAFvM8P> Jul 3 09:03:41 zeus dovecot[310]: imap-login: Warning: Auth
2018 Apr 19
2
Question
On 15/04/2018 17:26, Marc Girondot via R-help wrote: > Le 15/04/2018 ? 17:56, alireza daneshvar a ?crit?: >> break-down point > > Can you explain more what you plan to do and give an example of what you > have tried to do until now to do a "break down point" in R. Perhaps a > "break down point" is common in your field, but I have no idea about > what
2017 Oct 31
0
Scatterplot3d :: Rotating x tick labels by x degrees
Hi Alex, this should be related to the "las" argument of "par()" but actually it does not seem to be parametered in scatterplot3d. Searching the net for "scatterplot3d las" provides a link to: https://stackoverflow.com/questions/25458652/specifying-the-orientation-of-the-axes-labels-in-scatterplot3d You may try the solution that is provided in this link or consider