Your script should be in /etc/init.d/ directory.
Then you have to make a symlink from your run-level directory.
I.e you’re in run-level 5 (multiuser with X)
[code='sh']chmod +x
cp
ln -s /etc/init.d/
ln -s /etc/init.d/
[/code]
Your script should be in /etc/init.d/ directory.
Then you have to make a symlink from your run-level directory.
I.e you’re in run-level 5 (multiuser with X)
[code='sh']chmod +x
cp
ln -s /etc/init.d/
ln -s /etc/init.d/
[/code]
This is a real posting at craigslist classifieds: There is a sad truth to the world today. I am part of a dying breed of people known as “shell users.” We are an old-fashioned bunch, preferring the warm glow of a green screen full of text over the cold blockiness of a graphical interface. We use ssh, scp, and even occassionally ftp. Back in the days before high-speed connections (”broadband”), we would dial up during off-hours to avoid being slammed with huge phone bills. The whole “Microsoft Windows” fad will fade away sooner or later, but in the interim, our kind is facing extinction.
Because there are fewer and fewer of us, I must help keep our lineage alive. I am looking for someone to help me do this. I need a woman (obviously) who is willing to raise a child with me in the method of Unix. Our child will be introduced to computers at a young age, and will be setting emacs mode before any other child can even read. I earn a sufficient income to support a family in modest comfort. Other than the fact our child will be bright, text-based and sarcastic, we will otherwise be a normal family. We will even go to Disney World and see Mickey Mouse.
So, if you are a woman between the ages of 23 and 43 who is ready to raise a child in the way of the shell, let me know so we can begin the process. (If you are ready to raise more than one child, even better.)
PS - yes, this is for real. Given the right person, I would obviously propose before we … call fork().
PPS - I only set emacs mode for my ksh session. I only edit files using vi. Just wanted to clear that up. And I’m looking to raise the child(ren) as a dedicated couple, so if you aren’t interested in being married, you may wish to select() a different posting.
N.B. - on the issue of relocation. I live in a place where my income/expense ratio is proper (i.e., greater than 2:1). I’m willing to live anywhere in the world where this remains true. I’ve been to much of the country as well as foreign nations. There are no limits to where I will live *so long as the job market for unix admins is robust enough to be sustainable.* And yes, I am interested in a strictly monogamous situation. I’ve been known to actually turn down offers of “two chicks at the same time.”
Installing MPPE Support Most people want their tunnels encrypted. Check the version of your kernel; if it is below 2.6.15-rc1 then you do not have MPPE support. To check further, test like this:
| # modprobe ppp-compress-18 && echo success |
| # apt-get install pptpd |
| localip 192.168.0.1 remoteip 192.168.0.234-238,192.168.0.245 |
| # /etc/init.d/pptpd restart |
| # echo “username pptpd password *” >> /etc/ppp/chap-secrets |
If you have comments on this document, please send them to the author at james.cameron at hp.com. But if you need help, use the mailing list (subscribe, archives) so that we can share the load.
|
cd (change directory) |
|
|
cd myfolder |
Changes the current working directory to “myfolder” |
|
cd .. |
Go up one level to the current working directory. |
|
cd ../.. |
Go up two levels to the current working directory. |
|
cd / |
Changes the current working directory to the root directory. |
|
cd ~ |
Changes the current working directory to your home directory. |
Am fost si eu astazi prin oras sa caut un cadou, nu dau nume pt cine ;)) pana sa ma hotarasc ce cadou sa iau mi-am facut mie cadouri ptrintre care un pinguin care lam pus la colectie cu ceilalti “big happy penguin family” :))
hmmm trebuia sa instalez pe 23 de systeme windows/ubuntu :), sa instalez pe fiecare in parte nici nu intra in vorba puteam sa instalez pe un sistem si sa fac clona cu norton si sa arunc clona pe fiecare sistem in parte si era ok sau prin retea sa butez clona…..sau cum avem ubuntu server cu ldap si samba m-am hotarat sa fac prin network boot
Imi place
ce sa spun linux on mobile si mai ales ubuntu mobile
Since its introduction in 1991, Linux has grown to become a much appreciated operating system capable of solving daily tasks for users in many areas. Here are several reasons why Linux may be right for you:
Nu de mult timp am ajuns admin de retea la fostul liceu >:) ca sa vezi
si cum un admin de retea nu prea are ce sa faca daca nu se strica ceva a inceput plictiseala
si una alta am reusit sa ard o sursa de la comp
din greseala bineinteles
a da si inainte de aia am instalat si configurat Active directory pe windows 2003 dar aveam o problema cu logarea dura cam foarte mult avei timp sa fumezi 2 tigari pana te loga
Continue reading ‘Ubuntu Server 7.10: OpenLDAP + SAMBA Domain Controller’
cp file /etc/init.d/file
Change my example obove file with your scriptfile name.
chmod +x file
update-rc.d file defaults