output

  1. J

    Fine tuning periodic jobs for jails and directing their output to log files

    Hi everyone, I'm on a quest to fine tune the configuration of a few jails I'm running, and one thing I'd like to do is disable periodic jobs that are either undesired and/or redundant for jails, and to get all of the remaining output sent to log files, rather than being delivered by mail...
  2. J

    Sending all cron output to syslog by default

    Hi everyone, I'm wondering if there's a way to send all cron output to syslog by default. I know, of course, you can can use shell redirection into a file, or even pipe a specific command's output to logger, and that'll get it to the appropriate log file according to syslog's configuration… but...
  3. F

    Terminal is printing new line as un-ecaped sequence

    Hi there, I am new to BSD . Whenever I try running python or any other scripts from the internet (outside ports), my terminal/console would not recognize the new line escape sequence. It would just print it as a backslash and an N. for example, if I print the version info of the interpreter...
  4. A

    Disable auto-scroll in XTerm

    I see claims that XTerm is incapable of not jumping to the prompt when new output is going in or when the user presses a key. I have the solution, and is indeed a problem of letter case in the .Xdefaults or .Xresources file. To achieve the desired behaviour add this to your .Xdefaults or...
Back
Top