similar to: Using typescript as a default shell?

Displaying 20 results from an estimated 20000 matches similar to: "Using typescript as a default shell?"

2015 Dec 07
2
Using typescript as a default shell?
On Monday, December 07, 2015 01:29:54 PM Frank Cox wrote: > Benjamin Smith wrote: > > Is it possible to use 'script' command that records what happens in a > > session as the default shell? How could you deal with multiple logins at > > once? What about output from rsync and the like? > > What problem are you attempting to solve? Have you looked at the bash
2015 Dec 07
0
Using typescript as a default shell?
On Mon, 07 Dec 2015 11:21:13 -0800 Benjamin Smith wrote: > Is it possible to use 'script' command that records what happens in a session > as the default shell? How could you deal with multiple logins at once? What > about output from rsync and the like? What problem are you attempting to solve? Have you looked at the bash 'history' command? -- MELVILLE THEATRE ~
2016 Feb 27
4
Changing default file type in Centos 6
It turns out my markdown files - extension .md - are of the "Genesis ROM" file type in Centos 6. Googling did not turn up any obvious places to change this in Gnome - neither in my local directory or in /etc/gnome. Where would I be able to change this default file type for files with the extension .md? I have already changed the default application to geany (with the markdown
2004 Jun 14
4
Quirks with system.time and simulations
I tried the code that Richard O'Keefe posted last week, to wit: library(chron) ymd.to.POSIXlt <- function (y, m, d) as.POSIXlt(chron(julian(y=y, x=m, d=d))) n <- 100000 y <- sample(1970:2004, n, replace=TRUE) m <- sample(1:12, n, replace=TRUE) d <- sample(1:28, n, replace=TRUE) system.time(ymd.to.POSIXlt(y, m, d)) [1] 8.78 0.10
2015 Jul 15
3
CentOS 7.1 doesn't seem to have a functional default pdf reader installed (interesting)
On Tue, Jul 14, 2015 at 6:26 PM, Kahlil Hodgson <kahlil.hodgson at dealmax.com.au> wrote: > evince is the PDF reader for Gnome > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos Cool, thanks. Now I think it would be great to add that to the menu, it is installed already (I am using
2016 Feb 27
2
Changing default file type in Centos 6
On February 27, 2016 1:52:47 PM EST, Frank Cox <theatre at melvilletheatre.com> wrote: >On Sat, 27 Feb 2016 19:38:09 +0100 >H wrote: > >> It turns out my markdown files - extension .md - are of the "Genesis >> ROM" file type in Centos 6. Googling did not turn up any obvious >places >> to change this in Gnome - neither in my local directory or in
2007 Mar 12
1
timeDate & business day
I have a daily time series and have two questions to get some help with. Firs,t I have dates in simple numeric values. e.g. ymd [1] 20050104 20050105 20050106 20050107 20050110 20050111 20050113 20050114 [9] 20050118 20050120 20050121 20050124 20050125 20050126 20050127 20050128 [17] 20050201 20050202 20050203 20050204 Now, I'd like to compute statistics, e.g. acf, by business days. So, I
2004 Feb 23
6
Need help on parsing dates
I know this: > library(date) > x="1979-04-04" > try=as.date(x, "ymd") > print(try) [1] 4Apr79 and that `x' here has to be a string, e.g.: > x=1979-04-04 > print(x) [1] 1971 I'm stuck in reading from a file. I say: > A <- read.table(file="try") > print(A) V1 V2 1 1979-04-04
2006 Jun 15
1
Problem with Julian function
Dear all, I have a problem with the function Julian, may be a bug in the function ? Here is a vector of character, which represents dates (May 18 to May 20 2000): > amj <- c("2000-05-18","2000-05-18","2000-05-18","2000-05-19","2000-05-19" > ,"2000-05-19", "2000-05-19", "2000-05-20", "2000-05-20",
2006 Nov 16
6
Gantt chart problem after upgrade to R 2.4.0
I am having a problem with a gantt chart since moving to R2.4.0. from 2.3.1 I made some adaptations to the code from http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=74 and successful produced a simple gantt chart. However when I upgraded to 2.4.0 it no longer works as desired. See http://ca.geocities.com/jrkrideau/R/gantproblem.pdf for the two charts. The charts were produced
2009 Aug 21
2
gantt chart for dataset
hi, Thanks for responding of gantt charts. but i have some problem regarding with gantt charts. i.e. Ymd.format <- "%Y/%m/%d" Ymd <- function(x){ as.POSIXct(strptime(x, format=Ymd.format))} gantt.info <- list( labels =c("First task","Second task","Third task","Fourth task","Fifth task"), starts
2012 Jan 16
3
ia32-libs for 64 bit CentOS
Hi, I've been trying to install Zimbra Desktop 7 on CentOS 5.5 using the usual perl script provided. The issue is, I get a warning that my system does not have ia32 libs. I dug a bit on google and found out that 'there is no such package as ia32 libs for Centos'. I also tried all the suggested work arounds like glibc & stuff, can anyone shed more light on this? Oh, the zimbra
2015 Dec 14
3
libreoffice 4.4 or 5 in CentOS 6
Op 14-dec.-2015 22:02 schreef Frank Cox <theatre at melvilletheatre.com>: > > On Mon, 14 Dec 2015 21:43:54 +0100 > Patrick Bervoets wrote: > > > I need the ability to make signed PDFs in LibreOffice, so I tried LO 5 and LO > > 4.4 rpms from LO.org but they are useless (menu and toolbar are black). > > Anyone been able to use a higher version of LO? >
2014 Jul 17
3
FW: Selección eficiente de individuos
Hola, Otra forma, utilizando la función de intervalos y la que comprueba si otro intervalo se solapa del paquete "lubridate": #---------------------- library(lubridate) fe.chas <- data.frame( entra=c('2001-01-01','2001-06-01','2003-01-01') ,sale=c('2002-01-01','2002-06-01','2004-01-01') ) ref <-
2010 Feb 27
1
help with Gantt chart
Hi, I don't know to solve this error that is returned, even though I understand it: library(plotrix) Ymd.format<-"%Y/%m/%d" gantt.info<-list(labels= c("First task","Second task (1st part)","Third task (1st part)","Second task (2nd part)","Third task (2nd part)", "Fourt task","Fifth task","Sixth
2012 Jun 08
3
day of the year for chron objects
Hi! Is not there an standard R function to retrieve the day of the year (since 1st Jan of the same year)? I know I can make my own using julian, but find it weird that having days(), months() etc doy() does not exist as an standard function. Also, is the following not a bit inconsistent? > a <- chron("20100506",format="ymd") > a [1] 100506 > years(a) [1] 2010
2016 Mar 06
3
Latest version of geany editor
On 02/28/2016 06:53 PM, Frank Cox wrote: > On Sun, 28 Feb 2016 16:30:44 +0100 > H wrote: > >> I initially downloaded geany 1.24 from the EPEL repository but now >> wanted to install the plugin package which is not in EPEL. I visited >> your webpage , downloaded the Centos 6 x86_64 version of both geany 1.26 >> and the and lib-geany, which I assume is the
2017 Feb 16
6
Ayuda con Date
Hola. Tengo una duda con esta sintaxis. Tengo una variable con formato Date que por algún motivo (el data.table viene de una consulta con PostgreSQL): datos <- prov[, pprid, pprfecbaja] str(datos) Cuando intento quitar las fechas de bajas inválidas (0001-01-01) y convertirlas a NA, la variable resultante "pierde" su condición de Date. Probé con distintas formas, siempre con el mismo
2013 Jan 21
3
Having trouble updating glibc on Centos 6.3
rpm -q glibc gives me: glibc-2.12-1.80.el6_3.6.x86_64 However I need glibc-2.15 If I do yum update glibc I get: No packages marked for Update Any help would be greatly appreciated.
2014 Nov 23
2
CentOs 7.0 and reboot failure
On Sun, 23 Nov 2014 12:02:17 -0800 Edward M wrote: > Centos 7 runs systemd This actually bring up an interesting question that I've not yet seen an answer to: What is the equivalent of runlevel 1 on Centos 7 and how do you get there? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com