Hello all,

Stumpy schrieb am Dienstag, den 21.07.2020 um 07:14:
> I have been trying to figure out SALT in my spare time and every
> time I start I finish with watery eyes and a mushy brain... for me
> its hard to wrap my head around.
> 
> While I am not giving up per se it occurred to me, so i just thought
> id ask on the off chance its possible... Can one say setup an AppVM
> and configure it to ones own needs _then_  somehow write that
> configuration to SALT? While this seems unlikely I have to ask.

I'm no expert, but I believe this is not possible per se.

However: When you wrote "setup an AppVM and configure it" do you
meant doing the configuration on the terminal command line as a
sequence of shell commands?

If so then keep a full record of all those configuration commands 
using the shell history command:

   history > log_of_my_personal_configuration_actions

I recommend to first set the following variables in your $HOME/.bashrc 
files:

  export HISTSIZE=100000
  export HISTFILESIZE=200000
  export HISTTIMEFORMAT="%F %T "

The default values of HISTSIZE and HISTFILESIZE are small so chances are
you could loose something otherwise.

This will help later on if you want to review all of your own configuration
actions and when you did what.  If you configure something by editing 
certain configuration files I would recommend to make copies of the original
files first to be able to produce .patch files using the command:

  diff -u some_configfile.orig some_configfile > some_configfile.patch

Those could also be useful later.

I hope this helps to get you somewhat started.

Turning those history log and .patch files into a set of SALT configuration
files is however completely another story.

Best regards, Peter Funk
-- 
Peter Funk ✉:Oldenburger Str.86, 27777 Ganderkesee, Germany; 📱:+49-179-640-8878 
✉office: ArtCom GmbH, Haferwende 2, D-28357 Bremen, Germany
☎office:+49-421-20419-0 <http://www.artcom-gmbh.de/>

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20200721130439.GA601%40pfmaster-P170EM.

Attachment: signature.asc
Description: Digital signature

Reply via email to