好物分享
-
Would you like to try this out
Good day to you, I hope you don’t mind us contacting you. We are currently looking for companies that have, or are currently running ads online (Soc…… -
Configure NTFS Permissions (Windows ACLs) on Azure File Share Folders
We can configure Windows access control lists (ACLs), also known as NTFS permissions, at the root, directory, or file level on directory and file le…… -
Cybersecurity Architecture Practice
This post summarizs some popular practical security architecture designs / concepts from different security vendors. More related posts: C…… -
Cybersecurity Architect Knowledge Overview
This guide walks you through the steps to mount Google drive locally using Rclone. The process has been well tested on Ubuntu Linux,…… -
PowerShell Script Relating to Azure
This post is to collect some userful powershell commands I met during my daily IT work. Test remote port if open - Test-NetConnection …… -
[5 Mins Docker Series] Minimalist Web Notepad – A Simple Online Notepad
This post introduces a small open source project from Github pereorga/minimalist-web-notepad, It creates a online web notepad for you to store …… -
CIS CAT Pro Installation and Configuration for CIS Benchmark Assessment
The CIS Benchmarks are a powerful set of best practices to help your organization ensure its IT systems, software, networks, and cloud infrastruc…… -
CIS-Hosted Controls Self Assessment Tool (CIS CSAT) to Track & Prioritize Your CIS Controls Implementation
There are two versions of CIS CSAT: Pro and Hosted. Here are some of their introuductions: CIS CSAT Pro: CIS CSAT Pro is the on-premises version of…… -
5 Mins Docker Series – Koel – An Open Source Personel Music Streaming Software
Koel is a web-based audio streaming service written in the Laravel PHP framework. It allows you to stream your personal music collection and access …… -
Running Python Script in Heroku
This post is to summarize some related information I found online when I was trying to put a python script into heroku to run. File Require……