The automate tag has no wiki summary.
1
vote
2answers
41 views
Automate input procedure to a binary file
I have a binary file on Unix, which when executed asks the user for inputs. The inputs to this binary file are given manually. I want to automate the procedure, since I know the inputs already. I ...
0
votes
0answers
39 views
Generate nodes.pp using hiera in puppet
I have a environment that has several environments like production staging etc . Now what i want is that I can re-use the nodes.pp written for one environment for the other.
Example - Suppose I ...
1
vote
1answer
58 views
Automation of openldap installation
In my group we often install ldap on new servers. We have two different configurations currently. A mirrored configuration and just a regular standalone configuration.
The installation process gets ...
1
vote
0answers
75 views
How to setup a simple email daemon with autorespond and mail forwarding?
Since my mail provider unfortunately offers neither an autoresponder nor forwarding mail to others during vacancy, I'd like to setup e.g. a RaspberryPi to regularly check my mail account (via POP3 or ...
3
votes
3answers
304 views
How can I automate the process of copying files from one folder to another in Centos
I have a statistical application which runs every minute and creates charts accordingly.
In order to make these charts available to other users, I need to copy the whole folder containing the charts ...
3
votes
3answers
449 views
tmux after start
Can I configure tmux so it will after running tmux automatically opens two windows named src and cmd?
I always type after starting it:
prefix + c, prefix + ,srcENTER
prefix + c, prefix + ,cmdENTER
...