Ansible Windows client + chocolatey
set-executionpolicy remotesigned winrm enumerate winrm/config/listener @powershell -NoProfile -ExecutionPolicy Bypass -Command “iex ((new-object net.webclient).DownloadString(‘https://github.com/ansible/ansible/raw/devel/examples/scripts/ConfigureRemotingForAnsible.ps1’))” @”%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe” -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command “iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’))” && SET “PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin” @”%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe” -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command “iex ((New-Object System.Net.WebClient).DownloadString(‘http://darkrouter/prepwin.ps1’))” Suggest packages: teamviewer skype picasa adobereader libreoffice firefox javaruntime spotify vlc 7zip k-litecodecpackfull wget malwarebytes thunderbird itunes windirstat
Discord going blank on RPM based distro?
Adding launcher/menu shortcut to Linux
Sometimes you want a shortcut in/on the desktop launcher of your DE. This is pretty simple, create a .desktop file with entry as shown below. Remember, you must have the [Desktop Entry], Name, Exec, Type. If it is a script with some kind of interaction, select Terminal=True. It can also be a good idea to …
Convert files to Lightworks from Gnome Files
So working in lightworks can be a pain, if you use the wrong file format as inputfiles. Lightworks has a transcoding tool to import files, but this sometimes fails. To eliviate this problem, I have made a script, where you can right click on a media file, and it converts the file to more Lightworks digestable …
Continue reading ‘Convert files to Lightworks from Gnome Files’ »
FreeBSD 11 Unbound DNS server
In FreeBSD, there is a built-in DNS server called Unbound. So why would run a local DNS server? I am in a region where internet traffic is still a bit expensive, that also implies slow, and high response times. To speed that a up a little, you can use own DNS server. It will speed …
Logger Application
Fedora 25 – Virtual Machine Manager
If you need a virtual machine environment on your Fedora box, there are serveral choices to choose from. The one soulution I like the best, is KVM that is builtin in the kernel, and with “Virtual machine Manager” for gui management. Only large drawbacks are; If you enable network bridging, you can not connect to guest …
Multimonitor GDM/Fedora – GDM/Ubuntu
Updated April 2019 This guide helps you choose on which screen, your loginscreen is displayed on in GDM/Fedora 25 & Ubuntu 18.04 + GDM i the new era uses Wayland, therefore config file must be Wayland compatible. Solutions is partly gui based, and partly terminal based. Login with your user, with Wayland session, select with …
Zoneminder – Security Cam server – Ubuntu 16.04
Zoneminder is a Security camera Server and management platform, controlled via Webinterface. Installer Zoneminder fra Ubuntu 16.04 Under installation af Ubuntu server vælges lampstack og openssh server. Ellers kan der LAMP stakken installeres fra tasksel sudo apt install tasksel sudo tasksel install lamp # opdater ubuntu sudo -i add-apt-repository ppa:iconnor/zoneminder apt update; apt upgrade; …
Continue reading ‘Zoneminder – Security Cam server – Ubuntu 16.04’ »