Date: Fri, 4 Jan 2013 23:43:57 -0800 (PST) From: Jack Mc Lauren <jack.mclauren@yahoo.com> To: FreeBSD Global Users Mailing List <freebsd-questions@freebsd.org> Subject: system restart after some seconds Message-ID: <1357371837.19307.YahooMailNeo@web160101.mail.bf1.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi How can I restart my freeBSD after specific seconds ? Thanks in advance ... From owner-freebsd-questions@FreeBSD.ORG Sat Jan 5 07:51:15 2013 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B522586; Sat, 5 Jan 2013 07:51:15 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 62114DF2; Sat, 5 Jan 2013 07:51:15 +0000 (UTC) Received: from r56.edvax.de (port-92-195-31-80.dynamic.qsc.de [92.195.31.80]) by mx02.qsc.de (Postfix) with ESMTP id AF47A24CA3; Sat, 5 Jan 2013 08:51:13 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r057pGxN001919; Sat, 5 Jan 2013 08:51:16 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 5 Jan 2013 08:51:16 +0100 From: Polytropon <freebsd@edvax.de> To: Gary Kline <kline@thought.org> Subject: Re: somewhat OT ... in parts Message-Id: <20130105085116.339e91b4.freebsd@edvax.de> In-Reply-To: <20130104222939.GB23933@ethic.thought.org> References: <20130103025305.GA24960@ethic.thought.org> <20130103072741.c02a1150.freebsd@edvax.de> <20130104022738.GA7368@ethic.thought.org> <20130104080339.13b51546.freebsd@edvax.de> <E750475B-88B0-4AAD-83F2-B701B68AE923@fisglobal.com> <20130104222939.GB23933@ethic.thought.org> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Devin Teske <dteske@freebsd.org>, FreeBSD Mailing List <freebsd-questions@freebsd.org> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon <freebsd@edvax.de> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 05 Jan 2013 07:51:15 -0000 On Fri, 4 Jan 2013 14:29:39 -0800, Gary Kline wrote: > On Fri, Jan 04, 2013 at 06:09:53AM -0800, Devin Teske wrote: > > > > On Jan 3, 2013, at 11:03 PM, Polytropon wrote: > > > > > On Thu, 3 Jan 2013 18:27:38 -0800, Gary Kline wrote: > > >> one question I have may solve the problem of vim displaying > > >> all the ^/search terms and displaying them in some color. > > >> the default brown is awful, but dark blue isn't much bbetter. > > > > > > If you try :colorscheme blue you can see that the results have > > > orange background with dark text (maybe black?), while the editor > > > background is blue (as the name of the color scheme suggests). > > > > > > > > > > > >> So: can I add something to my ~/.vimrc that =limits= > > >> the "search" to displaying one term? if I am searching for, > > >> say, "the" or I guess /\<the\>, I dont want every "the" in my > > >> file. I want only one. or one at a time, and not necessarily > > >> in color. > > > > > > If you have :set hlsearch activated, all (visible) matches will > > > be highlighted, > > > > :set hls > > :set nohls > > > > for short to enable/disable (respectively). > > > > > > > and the cursor will be placed at the first match. > > > > > > > > YES! well, at least it works when I reply in mutt --which ive got > set to use vim. the "set" strings immediately vanished from deep > blue ... in other words, I can read the reply much more easily. > > I put the > > ":set nohls" > > in my ~/.muttrc and got an error when I exec'd mutt. I'll try > without the colon. Yes, that's the correct syntax (like for .vimrc). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1357371837.19307.YahooMailNeo>