Tyler Woods

  • About
  • Projects
  • Cloud
  • Virtualization
  • Linux Server
  • Windows Server
  • Contact

Networking and Systems Administration

Uncategorized

How to delete all files in a directory with RoboCopy

You know that dreaded “calculating time remaining” window, wherein you are trying to delete all the files in a folder and the operating system is simply wasting time trying to count the files within as well as estimate the time Read more…

By Tyler Woods, 5 yearsOctober 6, 2017 ago
Bare Metal

How to create a Bootable ISO image of macOS 10.13 High Sierra installer

Normally you can’t obtain bootable media of macOS. OS X was a different story, but also you had to pay for those versions. As an owner of a MacBook Pro, it’s slightly unsettling that I wouldn’t necessarily be able to Read more…

By Tyler Woods, 5 yearsOctober 5, 2017 ago
Linux Server

Block IP from accessing your Linux Server using IP tables

Syntax to block an IP address under Linux using IP tables: iptables -A INPUT -s 123.45.67.89 -j DROP Replace 123.45.67.89 with the IP in which you would like blocked. For example, if you wish to block IP address 123.45.67.89 iptables Read more…

By Tyler Woods, 5 yearsOctober 4, 2017 ago
Hardware Appliances

How to factory reset Fortinet Fortigate

I found this FortiNet FortiGate 100D but I forgot the password. Or I never knew it. The pinhole just reboots the device, and I’ve never used a FortiGate appliance. I really want to get into the CLI and eventually the Read more…

By Tyler Woods, 5 yearsSeptember 30, 2017 ago
Uncategorized

Convert list of unformatted MAC addresses to proper format

Today I had to decommission a Windows Server which was running a DHCP role. The client has a Meraki firewall and on the firewall is an option to import all the IP reservations from a formatted CSV:     “That’s Read more…

By Tyler Woods, 5 years ago
Networking

Set up OpenVPN Server on Synology NAS

This one is pretty easy, but some of the quirks of the “Synology way” may lead you to a failed OpenVPN attempt. Mainly after exporting the configuration, it’s not clear that you should have to modify it in any way Read more…

By Tyler Woods, 5 yearsSeptember 29, 2017 ago
Docker

How to install Docker on an unsupported Synology NAS (updated 2020)

Synology has limited Docker availability in the package manager to only some select models (models and links updated 12/21/2020) 21 series:DS1821+, DS1621xs+, DS1621+, DVA3221 20 series:FS6400, FS3600, FS3400, RS820RP+, RS820+, DS920+, DS720+, DS620slim, DS420+, DS220+, DS1520+, SA3600, SA3400, SA3200D 19 Read more…

By Tyler Woods, 5 yearsSeptember 28, 2017 ago
File Services

Powershell script to monitor DFS replication backlog

Running this script in the PowerShell ISE will give you a nice output comparing the server you’re running it on with the other connection members in the replication group(s) it belongs to. You will see “warnings” highlighted in yellow and Read more…

By Tyler Woods, 5 yearsSeptember 28, 2017 ago
Storage

Find new package sources for Synology DSM

I’m writing this article as a follow-up to a previous article I wrote regarding package sources and obtaining more synology apps.   It was made clear to me that there are many more package sources, and you can monitor their availability and Read more…

By Tyler Woods, 5 years ago
Uncategorized

DIY Null Modem Cable with Handshaking

I ran into this issue because I don’t really have any old hardware or components, but I do have a bunch of new stuff. Like, every HP switch comes with a console cable. Resulting in tons and tons of console cables. Read more…

By Tyler Woods, 5 yearsSeptember 26, 2017 ago

Posts navigation

Previous 1 2 3 … 8 Next
Search
Translate
Popular Posts
  • How to install Docker on an unsupported Synology NAS (updated 2020)
    How to install Docker on an unsupported Synology NAS (updated 2020)
  • How to delete all files in a directory with RoboCopy
    How to delete all files in a directory with RoboCopy
  • How to crossflash PERC H310 to IT mode LSI 9211-8i firmware (HBA for FreeNAS, UnRAID)
    How to crossflash PERC H310 to IT mode LSI 9211-8i firmware (HBA for FreeNAS, UnRAID)
  • How to create a Bootable ISO image of macOS 10.13 High Sierra installer
    How to create a Bootable ISO image of macOS 10.13 High Sierra installer
  • Install Dell iDRAC Service Module VIB v2.3 for ESXi 6.0
    Install Dell iDRAC Service Module VIB v2.3 for ESXi 6.0
  • Upgrade your Dell PowerEdge Firmware from a bootable ISO
    Upgrade your Dell PowerEdge Firmware from a bootable ISO
  • Terminology: Understanding MDFs and IDFs
    Terminology: Understanding MDFs and IDFs
  • How to fix Sophos UTM 9.4 install.tar wasn't found on the installation media
    How to fix Sophos UTM 9.4 install.tar wasn't found on the installation media
  • Automatically force log off and terminate disconnected RDP sessions to free up system resources.
    Automatically force log off and terminate disconnected RDP sessions to free up system resources.
  • The Perfect Reverse Proxy (NGINX, SSL, WebUI Management)
    The Perfect Reverse Proxy (NGINX, SSL, WebUI Management)
Recent Comments
  • Chris Findley on Powershell script to monitor DFS replication backlog
  • karenl on How to install Docker on an unsupported Synology NAS (updated 2020)
  • Al on Synology DS416play has an (unused) eSATA port hiding inside!
Archives
  • May 2018
  • April 2018
  • January 2018
  • October 2017
  • September 2017
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
Categories
  • Active Directory
  • Amazon AWS
  • Bare Metal
  • Cisco Meraki
  • Cloud
  • DigitalOcean
  • Docker
  • File Services
  • FreeNAS
  • Google Cloud
  • Group Policy
  • Hardware Appliances
  • Hyper-V
  • Linux Server
  • Microsoft Azure
  • Networking
  • Opinion
  • Other
  • PowerShell
  • Scripting
  • Security
  • Security Appliances
  • Shell
  • Software Appliances
  • Sophos UTM
  • Storage
  • Synology
  • Uncategorized
  • Virtualization
  • VMWare ESXi
  • Vultr
  • Web
  • Windows Server
Recent Articles
  • Customize your Linux or bash shell style with PS1 definitions in .bashrc May 10, 2018
  • How to downgrade virtual machine hardware version – VMWare April 25, 2018
  • How to install Heimdall Application Dashboard on Ubuntu 16.04 April 25, 2018
  • Install Dell OpenManage Server Administrator 9.1 for VMWare vSphere ESXi 6 and 6.5 January 15, 2018
  • How to fix Shockwave Flash crashing with vSphere Web Client 6.X October 19, 2017
Recent Comments
  • Chris Findley on Powershell script to monitor DFS replication backlog
  • karenl on How to install Docker on an unsupported Synology NAS (updated 2020)
  • Al on Synology DS416play has an (unused) eSATA port hiding inside!
Subscribe to my Blog via Email

Enter your email address to subscribe to my blog and receive notifications of new posts by email.

Join 31 other subscribers

  • About
  • Projects
  • Cloud
  • Virtualization
  • Linux Server
  • Windows Server
  • Contact
Hestia | Developed by ThemeIsle
 

Loading Comments...
 

You must be logged in to post a comment.