OT security monitoring #nsacyber ELITEWOLF This repository contains various ICS/SCADA/OT focused signatures and analytics. The end goal is to enable Critical Infrastructure Defenders, Intrusion Analysts, and others to implement continuous and vigilant system monitoring. WARNING: These signatures/analytics aren't necessarily malicious activity. They require follow on analysis to truly determine if this activity is malicious or not. Background Cyber actors have demonstrated their continued wi…
🚀🧠💬 Supercharged Custom Instructions for ChatGPT (non-coding) and ChatGPT Advanced Data Analysis (coding).ChatGPT AutoExpert by Dustin Miller • Reddit • Substack License: Attribution-NonCommercial-ShareAlike 4.0 International Elevating Conversational AI to Expert Level Want to support these free prompts? My Substack offers paid subscriptions, that's the best way to show your appreciation. Introduction ChatGPT AutoExpert is a shockingly effective set of custom instructions aimed at enhancing…
Learn Python from DevOps Engineer point of you.Python Zero to Hero for DevOps Engineers Day 1: Introduction to Python, Installation, and Configuration Introduction to Python and its role in DevOps. Installing Python and setting up a development environment. Writing your first Python program. Day 2: Working with Strings and Numbers String data type in Python. String manipulation and formatting. Regular expressions for text processing. Numeric data types in Python (int, float). Day 3: Variab…
🏆 Welcome to Tact Challenge by TON Foundation 📝 Tasks task1 - Counter contract task2 - Proxy contract task3 - Dex contract task4 - NFT locker contract task5 - NFT random swap Each task has two parts: 📋 A comment with a description of what the smart contract should do. 💻 The code of the smart contract with one or more functions marked as testable. The goal of the contestants is to provide a code that matches the description. Each task may give the contestant either 0 or 5 to 6 score points: …
Playing Pokemon Red with Reinforcement LearningTrain RL agents to play Pokemon Red! Watch the Video on Youtube! Running the Pretrained Model Interactively 🎮 🐍 Python 3.10 is recommended. Other versions may work but have not been tested. Copy your legally obtained Pokemon Red ROM into the base directory. You can find this using google, it should be 1MB. Rename it to PokemonRed.gb if it is not already. The sha1 sum should be ea9bcae617fdf159b045185467ae58b2e4a48b9a, which you can verif…
General-purpose web UI for Kubernetes clustersKubernetes Dashboard Introduction Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. Getting Started IMPORTANT: Read the Access Control guide before performing any further steps. The default Dashboard deployment contains a minimal set of RBAC privileges needed to run. Installation Kubernetes Da…
Fullstack Notion Clone: Next.js 13, React, Convex, Tailwind | Full Course 2023 This is a repository for Fullstack Notion Clone: Next.js 13, React, Convex, Tailwind | Full Course 2023 VIDEO TUTORIAL Key Features: Real-time database 🔗 Notion-style editor 📝 Light and Dark mode 🌓 Infinite children documents 🌲 Trash can & soft delete 🗑️ Authentication 🔐 File upload File deletion File replacement Icons for each document (changes in real-time) 🌠 Expandable sidebar ➡️🔀⬅️ Full mobile responsivene…
Machine Learning Engineering Guides and ToolsMachine Learning Engineering Guides and Tools An open collection of methodologies to help with successful training of large language models and multi-modal models. This is a technical material suitable for LLM/VLM training engineers and operators. That is the content here contains lots of scripts and copy-n-paste commands to enable you to quickly address your needs. This repo is an ongoing brain dump of my experiences training Large Language Models (…
a state-of-the-art-level open visual language modelCogVLM Introduction CogVLM 是一个强大的开源视觉语言模型,利用视觉专家模块深度整合语言编码和视觉编码,在 14 项权威跨模态基准上取得了 SOTA 性能。目前仅支持英文,后续会提供中英双语版本支持,欢迎持续关注! 📖 Paper(论文) 🌐 web demo(测试网址) CogVLM, a powerful open-source visual language foundation model. Different from the popular shallow-align method which maps image features into the input space of language model, CogVLM bridges the gap between the frozen pretrained language model and image encoder by a trainable visual expert mod…