OT console based editor that can do php syntax highlighting

2009-02-14 Thread Simon Griffiths
Hello Everyone, I'm guessing this is off-topic so thank you in advance if you can offer any help. I currently SSH into a couple of freebsd machine I have dotted about which run some console and web based php code. This is all fine and dandy but when it comes to remote support I struggle reading

RE: OT console based editor that can do php syntax highlighting

2009-02-14 Thread Simon Griffiths
Beautiful! That is exactly what I wanted. Thank you very much! Si. -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Wojciech Puchar Sent: 14 February 2009 12:46 To: Simon Griffiths Cc: freebsd-questions

RE: OT console based editor that can do php syntax highlighting

2009-02-14 Thread Simon Griffiths
Thanks for the tip Sean. It was mentioned that I could use joe and part of the /usr/ports/editors/joe build there is jpico which emulates the shortcuts im so used to in pico and nano. I think joe works great for me. Cheers, Si. Simon Griffiths So bored I made... www.tenenbaum.co.uk

Build/Install world via ssh

2009-04-01 Thread Simon Griffiths
Hello, I tried to get an answer to this via web searches etc. I have a freebsd 7 box that I plan on upgrading remotely via Make buildworld Make buildkernel KERNCONF=xyz Now im stuck, I cannot get it down to single user because I only have access via ssh. Would it hurt to Make

RE: Build/Install world via ssh

2009-04-02 Thread Simon Griffiths
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Bruce Cran Sent: 01 April 2009 23:12 To: Simon Griffiths Cc: freebsd-questions@freebsd.org Subject: Re: Build/Install world via ssh On Wed, 1 Apr 2009 22:38:47

Issues with make -j option on ports

2009-12-27 Thread Simon Griffiths
Hello, I seem to get errors with quite a few ports if I use the make -j option. The errors surround multiple make commands not getting the files it expects in order. Is this the correct behaviour? make -j 8 install clean install -s -o root -g wheel -m 555

RE: Issues with make -j option on ports

2009-12-27 Thread Simon Griffiths
Hello, On Sun, 27 Dec 2009, Simon Griffiths wrote: I seem to get errors with quite a few ports if I use the make -j option. Building with multiple jobs is part of the ports system for several months now. See the MAKE_JOBS variables in /usr/ports/Mk/bsd.port.mk. Overriding that with -j