LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-28-2011, 05:00 PM   #1
Refael Alats
LQ Newbie
 
Registered: May 2011
Location: America
Distribution: Ubuntu, Angelico
Posts: 12

Rep: Reputation: Disabled
Exclamation Daemons Programming Language


Hola,

Am attempting to convert Daemons processes and use a different name & potentially more. Am curious what programming language is used & where to discover documentation for the project. Perhaps a person in the forums could assist in the process.

Gracias.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-29-2011, 12:12 AM   #2
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
There is a good description of daemons on Wikipedia. It doesn't say anything about the language(s) they are written in, presumably because most languages can be used for writing daemons. C is probably the most popular choice. C++ and Perl are not unusual. Bash can be used for convenience but is not a good choice for performance -- which may not matter.
 
Old 05-29-2011, 02:31 AM   #3
Refael Alats
LQ Newbie
 
Registered: May 2011
Location: America
Distribution: Ubuntu, Angelico
Posts: 12

Original Poster
Rep: Reputation: Disabled
Gracias,

Would you happen to comprehend a way to convert daemons process' and alter the name or perhaps have various insights about such? Am attempting to convert them to a "Priest" process, similar a exorcism for Linux, to rather turn the process into a invisible guiding & assistant hand.

Gracias.
 
Old 05-29-2011, 03:13 AM   #4
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by Refael Alats View Post
alter the name
Which name?
 
Old 05-29-2011, 03:29 AM   #5
Refael Alats
LQ Newbie
 
Registered: May 2011
Location: America
Distribution: Ubuntu, Angelico
Posts: 12

Original Poster
Rep: Reputation: Disabled
Alter the name "Daemons" and rather reference them to be "Exorcist" processes perhaps, or perhaps user configurable upon install so the user can name the processes whatever he/she elects.

Gracias.
 
Old 05-29-2011, 03:45 AM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Where are you seeing the name?
 
Old 05-29-2011, 04:07 AM   #7
Refael Alats
LQ Newbie
 
Registered: May 2011
Location: America
Distribution: Ubuntu, Angelico
Posts: 12

Original Poster
Rep: Reputation: Disabled
Exclamation

Do you wish to open a IRC chat window? You don't answer questions & ask superfluous questions in response. And such is a forum thread to get a specific answer to the questions. Bien?


Gracias.
 
Old 05-29-2011, 04:16 AM   #8
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by Refael Alats View Post
Do you wish to open a IRC chat window? You don't answer questions & ask superfluous questions in response. And such is a forum thread to get a specific answer to the questions. Bien?


Gracias.
LQ likes to keep the questions and answers in thread so any solution is available to people who find the thread; in this way we build up a knowledge repository.

I don't understand what you mean by "You don't answer questions & ask superfluous questions in response".

We can't know if it is possible to change the name Daemon as you want to do without knowing where the name appears for you. I don't know where it appears.
 
Old 05-29-2011, 04:38 AM   #9
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
I think the OP wants to change "daemon" to something else in every place it occurs. Since there's probably quite a lot of software that will use the term (e.g. Apache, Sendmail, ...) and all of them are probably quite different, this strikes me as being something quite impractical to do. Maybe I don't understand what they want to do, though.
 
Old 05-29-2011, 06:20 AM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
See the OP's other thread.
 
Old 05-29-2011, 07:09 AM   #11
Refael Alats
LQ Newbie
 
Registered: May 2011
Location: America
Distribution: Ubuntu, Angelico
Posts: 12

Original Poster
Rep: Reputation: Disabled
Talking

Hola,

Yes, the goal is to use the terminology "Domino" au lieu. If such appears outside practicality, then perhaps there is a "Masking" process that could accomplish the task. Any suggestions?

Gracias.
 
Old 05-29-2011, 08:34 AM   #12
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
The name "daemon" in documentation about Linux and in people's minds cannot be changed by customising Linux. AFAIK those are the big majority of the places that the name is used. Or you could base your distro on an existing distro that, Windows-like, calls them services rather than daemons.
 
Old 05-29-2011, 08:44 AM   #13
Refael Alats
LQ Newbie
 
Registered: May 2011
Location: America
Distribution: Ubuntu, Angelico
Posts: 12

Original Poster
Rep: Reputation: Disabled
Lightbulb

Hola,

Quote:
The name "daemon" in documentation about Linux and in people's minds cannot be changed by customising Linux. AFAIK those are the big majority of the places that the name is used. Or you could base your distro on an existing distro that, Windows-like, calls them services rather than daemons.
And personal response: Rather, or it could be redefined, similar "Masking" the processes & permitting the Angelico-specific Linux user community be informed that the name for the processes has altered. What about the name "Domino" being more specific to what the processes actually perform in function? It is a name perhaps more suitable & more acceptable for the Christian Community. You might wish to research the word "Domino" with beginning in a English Dictionary, then Latin & Greek perhaps. The name is more appropriate.

Gracias.

Last edited by Refael Alats; 05-29-2011 at 08:46 AM.
 
Old 05-29-2011, 08:55 AM   #14
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Are you claiming "the Christian Community" aren't intelligent enough to know the difference between "daemons" in the Linux sense, and "demons" in the Christian sense?
 
Old 05-29-2011, 09:12 AM   #15
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
What comes next? Renaming the kill command because of the 6th commandment?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
which programming language is used to do tcp/ip programming?? gajaykrishnan Linux - Networking 9 12-21-2012 05:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration