All public logs

Jump to navigation Jump to search

Combined display of all available logs of Michael's Information Zone. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 10:21, 15 July 2020 Michael.mast talk contribs created page Igel Zoom (Created page with "==notes== <pre> mkdir -p build/zoom && cd build wget https://zoom.us/client/latest/zoom_amd64.deb apt download libxcb-xtest0 dpkg -x zoom*.deb zoom/ dpkg -x libx*.deb zoom/ </...")
  • 09:26, 15 July 2020 Michael.mast talk contribs created page Igel Microsoft Teams (Created page with "==Purpose== Notes on deploying Teams to Igel OS ==Notes== <pre> mkdir -p build/teams && cd build wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3...")
  • 10:00, 14 July 2020 Michael.mast talk contribs created page Nextcloud (Created page with "==Purpose== ==Process== ===CentOS 8=== WIP <pre> mkswap -U a507cc29-e07c-46ee-8486-350111e8edf9 /dev/nvme1n1 swapon UUID=a507cc29-e07c-46ee-8486-350111e8edf9 bash -c "echo 'UU...")
  • 09:21, 2 July 2020 Michael.mast talk contribs created page Windows - Remove File System Attributes (Created page with "==Purpose== Ran into an issue with some CIFS/SMB shares that, for one reason or another, had folders marked as hidden and as system files. ==Process== <pre> attrib -H -S \\ser...")
  • 09:57, 2 June 2020 Michael.mast talk contribs created page VDO (Created page with "==Purpose== General notes on using VDO <ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/vdo-ig-administering-vdo...")
  • 09:30, 29 April 2020 Michael.mast talk contribs created page Eufy API (Created page with "==Purpose== To programatically work with Eufy products. <br><br> In the following example I want to turn on a smart plug that is attached to a HEPA air filter. I want this to...")
  • 09:05, 29 April 2020 Michael.mast talk contribs created page Eufy Products (Created page with "*Eufy API")
  • 13:51, 6 March 2020 Michael.mast talk contribs created page CentOS 7 Igel UMS (Created page with "==AWS== Using standard CentOS 7.3 image. SSH in as the standard centos user and run the following. <pre> sudo yum -y upgrade sudo yum -y install firewalld yum-cron epel-releas...")
  • 11:57, 3 March 2020 Michael.mast talk contribs created page Adtran NetVanta 1335 (Created page with "==Enable Web GUI== <ref>https://dcomcomputers.blogspot.com/2013/02/how-to-enable-gui-on-adtran-netvanta.html</ref> <pre> Switch(config)#interface gigabit-switchport 0/1 Switch...")
  • 16:30, 11 February 2020 Michael.mast talk contribs created page Adtran NetVanta 1234P (Created page with "==Reset Unit with Forgotten Password==")
  • 15:42, 5 February 2020 Michael.mast talk contribs created page Goose Desktop (Created page with "==Purpose== One of my users complained their computer was cursed. ==Setup== *Download the files, place on network share. *Either sign the powershell script, or be bad and dis...")
  • 15:35, 5 February 2020 Michael.mast talk contribs created page Pranks (Created page with "*Goose Desktop")
  • 15:41, 28 January 2020 Michael.mast talk contribs created page Python Sync AD with MySQL DB (Created page with "==Purpose== To dip my toes into Python.<br><br> My intern is syncing a local MySQL database with an external payroll API. Great, but now I need this information synced with A...")
  • 11:57, 28 January 2020 Michael.mast talk contribs created page Python (Created page with "==Projects== *Python Sync AD with MySQL DB")
  • 08:20, 27 January 2020 Michael.mast talk contribs created page Ubiquiti UNMS (Created page with "==Environment== EC2 t3a.small CentOS 7 instance with 20GB disk. ==Process== <ref>https://help.ubnt.com/hc/en-us/articles/360000119728</ref> Make sure to add the new SWAP entry...")
  • 13:05, 25 January 2020 Michael.mast talk contribs created page Auto Logout During Login (Created page with "==Cause== I was unable to update VMware Horizon agent from 7.7.0 to 7.10.0 on Windows 10 1803/1809. I found out that if I use revouninstaller I could force the removal of the...")
  • 10:09, 20 January 2020 Michael.mast talk contribs created page Podman VM (Created page with "==Purpose== I wanted to run my containers in a dedicated VM on my system. This was to reduce complexity on the host. KVM was already configured and the process can be found he...")
  • 08:18, 13 January 2020 Michael.mast talk contribs created page SAMBA Cross-Domain Trust File Server (Created page with "==Purpose== Existing file server is not configured properly. Will be moving this non-critical data to a new server running in AWS. Since I can live with some downtime if neede...")
  • 16:17, 4 January 2020 Michael.mast talk contribs created page Unifi Controller (Created page with "==Debian 10== This is just recording steps I took, may not work. *On clean install<ref>https://www.tecmint.com/install-mongodb-on-debian/</ref><ref>https://askubuntu.com/quest...")
  • 13:08, 20 December 2019 Michael.mast talk contribs created page Raspberry Pi Environmental Monitoring (Created page with "==Purpose== To monitor air temperature, humidity, and air quality. ===Air Quality=== A friend sent me a Nova PM Sensor. I do not know python yet, but looking over the script...")
  • 12:57, 20 December 2019 Michael.mast talk contribs created page Raspberry Pi (Created page with "Raspberry Pi Environmental Monitoring")
  • 11:12, 18 December 2019 Michael.mast talk contribs created page GNU Find Examples (Created page with "==Relative paths== <pre> find /somedir/ -type f -mtime -90 -exec realpath --relative-to /somedir {} \; </pre>")
  • 11:17, 17 December 2019 Michael.mast talk contribs created page EdgeOS Troubleshoot IPSEC (Created page with "==Problem== Every 30 minutes the tunnel with my AWS VPC would restart. AWS wouldn't really report anything and it would come back online in a short amount of time, but is was...")
  • 14:30, 14 December 2019 Michael.mast talk contribs created page Updating esxi (Created page with "==Error Missing VIBs== When trying to update from 6.0.0 to 6.7.0 I had two hosts that would not upgrade. They would also fail to patch as well. Following these instrauctions<r...")
  • 07:29, 5 December 2019 Michael.mast talk contribs created page EdgeOS Fix Set Failed (Created page with "==Problem== After a script is run (in my case VRRP scripts) I am unable to change the config. This is due to the running config being owned by another user (i.e. root) instead...")
  • 11:03, 11 November 2019 Michael.mast talk contribs created page CentOS 7 Igel Cloud Gateway (Created page with "==Purpose== To install the Igel Cloud Gateway on CentOS 7 in AWS. Reason for CentOS is for an instance pre-configured with SELinux. Officially Igel supports RHEL 7, but there...")
  • 10:56, 11 November 2019 Michael.mast talk contribs created page Igel (Created page with "==Cloud Gateway== *CentOS 7 Igel Cloud Gateway")
  • 15:17, 10 November 2019 Michael.mast talk contribs created page Basic SAMBA Configuration (Created page with "==CentOS 8== <ref>https://lintut.com/easy-samba-installation-on-rhel-centos-7/</ref> *Prepare the basic config by installing packages and creating a new config file. <pre> dnf...")
  • 14:54, 10 November 2019 Michael.mast talk contribs created page NMCLI (Created page with "==Create Bridge Interface== <ref>https://www.cyberciti.biz/faq/how-to-add-network-bridge-with-nmcli-networkmanager-on-linux/</ref> <pre> [root@natasha ~]# nmcli con add type b...")
  • 11:28, 4 November 2019 Michael.mast talk contribs created page VMware ESXI Install Driver (Created page with "==Purpose== To install additional drivers. In this example I need the Chelsio 10G NIC driver. ==Process== *Download the drivers from https://my.vmware.com/group/vmware/details...")
  • 13:11, 29 October 2019 Michael.mast talk contribs created page Converting to RHEL 8 from Fedora 31 (Created page with "==Purpose== To document what I did to get my usual packages to work. ==Packages== ===KeePass=== <ref>https://www.mono-project.com/download/stable/#download-lin-centos</ref><re...")
  • 12:55, 29 October 2019 Michael.mast talk contribs created page Install Epel Repository RHEL-8 (Created page with "<ref>https://www.cyberciti.biz/faq/how-to-install-htop-on-rhel-8-using-yum/</ref> <pre> sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm...")
  • 10:42, 25 October 2019 Michael.mast talk contribs created page Windows Federated Services (Created page with "==General Notes== This service is easy enough to get up and running using server manager. In my case I have Server 2016 Core running in AWS on a private subnet.<br> You do nee...")
  • 07:45, 24 October 2019 Michael.mast talk contribs created page Linux File Permissions (Created page with "==setfacl== The following can be used on a samba root share to allow access from multiple domains. *<b>NOTE</b> : This is still being evaluated and may not be best practice. I...")
  • 08:33, 28 September 2019 Michael.mast talk contribs created page Avantfax (Created page with "==Purpose== Installing the Avantfax web frontend for Hylafax+. This is not ideal as it uses old packages, I do not trust the thing but as of this writing the app has not been...")
  • 07:19, 5 September 2019 Michael.mast talk contribs created page Server 2016 Core Domain Controller (Created page with "==Purpose== To build a domain controller from Server 2016 Core. In this case I am running in AWS as the hub to spoke sites that may run their own DCs. Nothing else should run...")
  • 08:31, 3 September 2019 Michael.mast talk contribs created page Windows BranchCache (Created page with "==Purpose== Notes for enabling hosted cache mode with Server 2016 to cache from a NetAPP CIFS share. ==Server 2016== <ref>https://newhelptech.wordpress.com/2018/09/01/step-by...")
  • 13:47, 20 August 2019 Michael.mast talk contribs deleted page MSSQL Server RHEL-8 (content was: "==Purpose== To install MSSQL 2017 on RHEL 7.7 (ends August 30, 2021; Final RHEL 7 EUS Release)<ref>https://access.redha...", and the only contributor was "Michael.mast" (talk))
  • 13:46, 20 August 2019 Michael.mast talk contribs created page MSSQL RHEL 7.7 (Created page with "==Purpose== To install MSSQL 2017 on RHEL 7.7 (ends August 30, 2021; Final RHEL 7 EUS Release)<ref>https://access.redhat.com/support/policy/updates/errata</ref> hosted on AWS,...")
  • 13:46, 20 August 2019 Michael.mast talk contribs created page Microsoft SQL Server (Created page with "==Installation== *MSSQL RHEL 7.7")
  • 10:03, 19 August 2019 Michael.mast talk contribs created page MSSQL Server RHEL-8 (Created page with "==Purpose== To install MSSQL 2017 on RHEL 8 hosted on AWS, with AD authentication. <ref>https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-red-hat?view=sql-...")
  • 13:19, 28 June 2019 Michael.mast talk contribs created page Powershell Disable Password Expiration (Created page with "==Purpose== To disable password expiration for everyone from a given office. ==Process== *This will disable password expiration, but for some reason also disables the accoun...")
  • 10:31, 26 June 2019 Michael.mast talk contribs created page Windows Print Job Logging (Created page with "==Enabling Printer Auditing via GPO== It appears that to enable print logging, using the built in logging function, you have to edit the registry to #Enable the log<ref>https:...")
  • 09:21, 26 June 2019 Michael.mast talk contribs created page Windows Enable Log Collector (Created page with "==Creating the collector== I chose a low volume Windows Server 2016 instance in AWS as the collector. Under event Viewer go to<ref>https://www.petri.com/configure-event-log-fo...")
  • 11:11, 24 June 2019 Michael.mast talk contribs created page Wordpress : Run Behind Reverse Proxy (Created page with "==Purpose== To run Wordpress from a docker container on a private subnet, while proxying public access through an Apache proxy. ==Problem== Though the proxy would serve conte...")
  • 12:54, 19 June 2019 Michael.mast talk contribs moved page VMWare View - Google Authenticator to Google Authenticator without leaving a redirect (Not vmware dependent.)
  • 10:45, 21 May 2019 Michael.mast talk contribs created page Horizon Client Fedora 29 (Created page with "==Horizon Client 5.0== I forget where I found this information, but in my case I needed to create a bash alias to get this working. Both on Fedora 28 and 29. <pre> alias vmwar...")
  • 10:43, 21 May 2019 Michael.mast talk contribs created page Horizon Client (Created page with "*Install Horizon Client on Fedora 24 *Horizon Client Fedora 29")
  • 14:53, 15 August 2016 Michael.mast talk contribs deleted page Google Authenticator - CentOS 7 (content was: "The goal was to use Google Authenticator for VMMWare View access. Below shows the general steps I had to take in order to get GA installed on CentOS 7...." (and the only contributor was "Michael.mast"))
  • 14:50, 15 August 2016 Michael.mast talk contribs moved page First Clearing to Juniper VPN
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)