Courses on Spring 2018
Courses on Autumn 2018
-
Recent Comments
- Jaana Putro said H3: https://jaanaputro.wordpress.com/2018/04/16/palvelinten-hallinta-h3-jinja-ssh/
- Pekka Helenius said Harjoitus 3: https://github.com/Fincer-altego/central-management-of-multiple-servers/blob/master/h3.md
- Katri Laulajainen said H3 https://katrilaulajainen.wordpress.com/2018/04/14/palvelinten-hallinta-h3-10-4-2018-jinja/
- Riku Vaurio said rikuvaurio.wordpress.com/2018/04/16/harjoitus-3/
- Jaakko Veijonen said Uusi sivu kotiläksyille: http://veijonen.com/blog/
- Topi Kettunen said H3: https://www.topikettunen.com/2018/04/16/salt-jinja-template.html
- Jere Leppänen said H3 https://wordpress.com/post/linuxharjoitukset677006805.wordpress.com/71
- Aleksandr Harjumaki said https://kishin684536525.wordpress.com/2018/04/16/palvelinten-hallinta-pt-3/
- Heikki Ma said https://heikkima.wordpress.com/2018/04/16/palvelinten-hallinta-2018-h3/
- Roope Hytönen said https://roopehytonen.wordpress.com/2018/04/16/h3-salt/
- Ville Touronen said H3: https://villetouronen.wordpress.com/2018/04/16/palvelin-hallinta-viikko-3-harjoitus-3-salt-ja-jinja/
- Oliver Lahti said H3: https://oliverlahti.com/2018/04/16/server-management-jinja-basics/
Courses on Autumn 2017
Tags
agenda android apache Arduino beginner command line configuration management course dat8tf063 DevOps download embedded exam haaga-helia hardware Helsinki html5 ict4tn003 In English JavaScript kurssi lamp linux Linux Basics linux palvelimena mobile mysql OpenSSH Pasila pick puppet Python salt saltstack security server short ssh student test tutorial Työasemat ja tietoverkot ubuntu vagrant VirtualBox
Control Windows with Salt
This long article explores Windows management with Salt. First, it shows you how to automatically install software to Windows, control Windows boxes behind NAT and firewall and remotely run arbitrary PowerShell commands on Windows. $ sudo salt ‘*’ pkg.install gedit,firefox,steam,vlc … Continue reading
Posted in Uncategorized
Tagged Chocolatey, cmd.run, configuration management, DevOps, download, idempotent, iirc, long, msi, NAT bypass, package management, pkg.install, PowerShell, remote command execution, repo-ng, reverse shell, salt, saltstack, silent, state, untested, windows, Windows 10, Windows installer
Leave a comment
Rpm Building as a User
RPM Building as a User Build rpms as normal user, without root priviledges. Make system wide settings, so that all users can build rpms in their home directory. Basic knowlegde about RPMs is expected, if you need that see links … Continue reading