I've added these instruction to the wiki, since the instructions for ubuntu server compiling ffmpeg from source didn't work:
http://www.zoneminder.com/wiki/index.ph ... _from_.deb
U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cambozo
-
- Posts: 23
- Joined: Thu Oct 23, 2008 7:42 pm
Re: U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cam
Restart NIC:
If someone runs sudo ifdown -a remotely via SSH, they will be locked out until they run sudo ifup -a locally at the Ubuntu server.
This may be a better alternative, although I haven't tried it...
EDIT:
Or this may be better...(Google "nohup".)
Code: Select all
sudo ifdown -a
sudo ifup -a
This may be a better alternative, although I haven't tried it...
Code: Select all
sudo service network restart
Or this may be better...
Code: Select all
nohup service network restart
Re: U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cam
Great POST "letsharehowto".
Everytime you have posted, it's worked like a charm for me.
Keep up the good work!
Everytime you have posted, it's worked like a charm for me.
Keep up the good work!
Re: U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cam
The root user can't be removed. Is the main system user.LWFVoo wrote:After success, would it be wise to remove the root account for security reasons? If so, what's the command?letsharehowto wrote:Create root account:
And later do everything with root too.Code: Select all
sudo passwd root
Thanks.