Date: Fri, 10 May 2013 13:32:12 +0800 (CST) From: Aric <leearic@126.com> To: questions@freebsd.org Subject: is there any books about network with FreeBSD Message-ID: <37845b74.1f75a.13e8cecd986.Coremail.leearic@126.com>
next in thread | raw e-mail | index | archive | help
Hi all. is there some books about network, such as gateway,vpn,turnnel,bridge! the books is more about netwok, no server or the basic Unix telnologic or only a little server and basic command thanks ! -- -------Aric Liang mail: leearic@126.com MSN: leearic@live.cn From owner-freebsd-questions@FreeBSD.ORG Fri May 10 06:09:42 2013 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DAC1DDAF for <freebsd-questions@freebsd.org>; Fri, 10 May 2013 06:09:42 +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 A773AF47 for <freebsd-questions@freebsd.org>; Fri, 10 May 2013 06:09:42 +0000 (UTC) Received: from r56.edvax.de (port-92-195-71-6.dynamic.qsc.de [92.195.71.6]) by mx02.qsc.de (Postfix) with ESMTP id AF01027697; Fri, 10 May 2013 08:09:34 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r4A69hOC001967; Fri, 10 May 2013 08:09:43 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 10 May 2013 08:09:43 +0200 From: Polytropon <freebsd@edvax.de> To: Matthias Apitz <guru@unixarea.de> Subject: Re: X11 screen grabber from cmd line Message-Id: <20130510080943.8ff99fa2.freebsd@edvax.de> In-Reply-To: <20130509184144.GA1354@tiny.Sisis.de> References: <20130509184144.GA1354@tiny.Sisis.de> 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: 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: Fri, 10 May 2013 06:09:42 -0000 On Thu, 9 May 2013 20:41:45 +0200, Matthias Apitz wrote: > Do we have something in the ports which could do a screen shoot of $DISPLAY, but > from the cmd line of an alpha console, and save it as PNG or JPEG? % xwd -out screen.xwd % convert screen.xwd screen.png -or- % convert screen.xwd screen.jpg But if you've got installed ImageMagic (the "convert" command) anyway, you can also use % import screen.jpg -or- % import screen.png For a whole screen capture, "xwd -root" or "import -screen" can be used. -- 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?37845b74.1f75a.13e8cecd986.Coremail.leearic>