Articles by shayne.alone
-
Simple Bash Script To Work As A Daemon
Author: shayne.alone • Tags: linux • Comments: 4
Simple Bash Script To Work As A Daemon If you need some snippets or codes to run for ever, but not more that one instance, you need to rapidly check the code, or script and if it has died! It's the time to run it again. To be sure of this function, just add the following lock handler at the top of your script
-
Clean djbDNS DNS Server On CentOS - dnscache And tinydns - A To Z
Author: shayne.alone • Tags: centos, djbdns, dns • Comments: 7
Clean djbDNS DNS Server On CentOS - dnscache And tinydns - A To Z What is djbDNS? And why do we use djbDNS? There is a new point of view to serve the dns service - each of the dns server functionalities is a separate service, like authority, cache, forward and so on. The other difference is the daemon-tools which will rapidly restart services to prevent zombies.
-
How To Modify Your Gnu/Linux Box To Serve As A USB Over IP Server
Author: shayne.alone • Tags: linux • Comments: 11
How To Modify Your Gnu/Linux Box To Serve As A USB Over IP Server There was a long time that I was looking for a way to put away my old co CRM server! But why? Because I had installed a virtualization environment with Xen and all my servers are turned to small VPS on a nice pretty infrastructure. The base point was that the CRM had a USB/Lock and there was no way to take the lock under a virtualized VPS.
-