Hello World
After multiple years, we are back. The plan is to use this a tech scrapbook platform.
After multiple years, we are back. The plan is to use this a tech scrapbook platform.
This guide, helps setting up umask for users and help setting correct permissions for files in shared directory. This also mitigate a know Gnome bug, that ignores umask and enforces umask 022 Create the user group and assign the group to the user: sudo addgroup groupsudo usermod user +aG group Fix the broken umask in …
Continue reading ‘Ubuntu 18.04 umask, shared folder on ZFS’ »
For those of us who runs the non LTS, like the 19.04 or similar, we might run into some problems of dependencies of packages not being met. This has been the case for Lightworks in my instance. This guide is a workaround for that, and shows how to rebuilt the a modified deb package Download …
Purpose an explanation: This guide will help setup a reverse tunnel from one host behind a firewall, where you can not open a port to. With a little help from autossh connection will be persistant, even if connection breaks, autossh will make sure tunnel is reconnected.You will be able to connect to the normally unreachable …
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’ »
Download Windows x86 bit ISO in any language you want. http://www.microsoft.com/en-us/software-download/windows10ISO Download and install rufus bootkey manager. http://rufus.akeo.ie/ Point to newly downloaded windows 10 ISO Select GPT partition fo EFI Make sure Fat32 is selected. download driver pack from: https://drive.google.com/drive/folders/0B0krBy1azx4ZMVJITUdLeTZfLXc
Checklist: Setup interfaces Setup dhcp server Enable routing Setup iptables script Setup service to start iptable script on startup. Install DHCP server apt install isc-dhcp-server /etc/dhcp/dhcpd.conf default-lease-time 600; max-lease-time 7200; log-facility local7; allow booting; allow bootp; subnet 192.168.52.0 netmask 255.255.255.0 { range 192.168.52.10 192.168.52.30; option broadcast-address 192.168.52.255; option routers 192.168.52.1; option domain-name-servers 8.8.8.8; …
Continue reading ‘Internet Sharing Ubuntu 16.04 – Systemd style’ »
ausearch -c ‘teamviewerd’ –raw | audit2allow -M my-teamviewerd semodule -X 300 -i my-teamviewerd.pp
After a fresh Reinstall of Windows 7 SP1 64bit Danish, I discovered I was no able to get any Windows updates. This is even though Window 7, has extended support until 2020. The cause is that Microsoft have updated their Windows update Agent(WUA), and cannot be downloaded automaticly through old WUA, you need to manually download …