Re: starting services

2010-07-23 Thread Brendan Jocson
LOL! :D HAI From the hermit bunker! :D how's the LHC churning those particles doin? Damn Academickz! ;) On 7/23/10 4:42 PM, Mario Spinthiras wrote: Brendan I'm watching you... =) On Fri, Jul 23, 2010 at 4:30 PM, Brendan Jocson wrote: sudo update-rc.d ssh default ...would also do the trick.

Re: starting services

2010-07-23 Thread Mario Spinthiras
Brendan I'm watching you... =) On Fri, Jul 23, 2010 at 4:30 PM, Brendan Jocson wrote: > sudo update-rc.d ssh default > > ...would also do the trick. read up on it here: > > http://www.debuntu.org/how-to-manage-services-with-update-rc.d > > Hi Mhz! :) > > On 7/23/10 8:37 AM, Theodotos Andreou wrot

Re: starting services

2010-07-23 Thread Brendan Jocson
sudo update-rc.d ssh default ...would also do the trick. read up on it here: http://www.debuntu.org/how-to-manage-services-with-update-rc.d Hi Mhz! :) On 7/23/10 8:37 AM, Theodotos Andreou wrote: 2) Create a symlink to /etc/init.d/ssh under /etc/rc2.d: cd /etc/rc2.d ln -s ../init.d/ssh S40ss

Re: starting services

2010-07-22 Thread Theodotos Andreou
I just installed openssh-server: sudo aptitude install openssh-server Verify it: u...@userpc:~$ sudo netstat -lnptu | grep ssh [sudo] password for user: tcp0 0 0.0.0.0:22 0.0.0.0:* LISTEN 991/sshd tcp6 0 0 :::22 :::* LISTEN

starting services

2010-07-22 Thread Andreas Constantinides (MegaHz)
hi guys, got a question on ubuntu you might know the answer. I have noticed that on the new versions of ubuntu, when ubuntu boots it does not activate any services until you login. So nothing starts, no sshd nothing. After you login on the machine, then it starts all services. so if you remo