Gabriel Gonzalezbeyondbaremetal.hashnode.dev·a day agoAzure App: OnboarderNOTE: Big shoutout to Madebygps for this amazing project idea: Onboarder. This is my version adapted to this series. This has been an exciting journey, so far we’ve set up OnPremise Server Infrastructure and Microsoft 365, now with the help of Azure,...DiscussBeyond Bare Metal: Building an Enterprise Infrastructure from the Ground UpAzure
QuillforWe Are Creationweacreation.hashnode.dev·Dec 8, 2024Command Line 101It may seem intimidating at first, but the command line can increase productivity and efficiency on your computer. The command line allows you to interact with your computer directly, giving you high control and flexibility. Allowing you to perform t...Discusscommand line
Mojtaba Malekimojtabamaleki.hashnode.dev·Dec 7, 2024Operating SystemOperating System An Operating System (OS) is a program that manages computer hardware, provides a basis for application programs, and acts as an intermediary between the computer user and hardware. The most common groupings of OS are: From User Poin...Discuss·10 likesoperating system
Đinh Văn MạnhforFIS Securityblog.fiscybersec.com·Dec 7, 2024Lỗ hổng zero-day trên Windows: Nguy cơ lộ thông tin NTLMMột lỗ hổng zero-day mới đã được phát hiện, cho phép kẻ tấn công thu thập thông tin xác thực NTLM chỉ bằng cách lừa mục tiêu xem một tệp độc hại trong Windows Explorer. Lỗ hổng này được phát hiện bởi nhóm 0patch, một nền tảng cung cấp hỗ trợ không ch...DiscussNewslettersthreat intelligence
frendguofrendguo.hashnode.dev·Dec 4, 2024记一次无法关闭的弹窗背景 最近突然想起来梳理了一遍机器上安装的应用,于是把一个叫【Gigabyte Control Center】的应用给卸载了。卸载了之后也就没管了,反正也用不着。 就在今天,我重启了电脑后,右下角出来一个弹窗!如下图: 这不就是我卸载的那个应用吗?咋出现了呢?是没卸载干净吗? 分析 首先,让我们上工具,来看看这个弹窗是谁! 找凶手(上) 打开【Process Explorer】,将目标环拖到窗口上,便找到了这个应用! 没想到,不老实呀,居然还藏了一个服务。 简单,把服务关掉,服务移除,再删除...DiscussProcess Explorer
frendguofrendguo.hashnode.dev·Dec 4, 2024如何通过 WRK 来调试/学习 Windows背景 目前我们学习 Windows 内核细节,主要可以参考 ReactOS 和 WRK(Windows Research Kernel)。 前者是一个兼容 WinNT 内核的开源系统;后者 WRK 则是微软基于 Win2K3 开源出来的内核。 ReactOS 的源码调试可以参考文档。而 WRK 的源代码调试信息有点乱,这里统一整理下。 获取 WRK 这里整理了一个仓库,包含了代码、VMware 虚拟机和 WRK 随附的 NT 设计文档: https://github.com/frendguo/W...DiscussWindows
LordOfDarknessdevtriet.hashnode.dev·Dec 3, 2024Kickstart Your SQL Journey: Setting Up Your SQLite Environment on Day 2If you’re just starting with SQL, SQLite is one of the best database systems to use. Its lightweight, serverless architecture makes it easy to set up and perfect for small-scale projects or learning SQL fundamentals. On Day 2 of your SQL journey, we’...Discuss·5 likesSQL
Renato Cruzswift.dev.br·Dec 2, 2024Como instalar a linguagem de programação Swift no WindowsHoje veremos com instalar a instalar a linguagem de programação Swift no Microsoft Windows. Swift é uma linguagem de programação desenvolvida pela Apple, lançada em 2014. Ela foi projetada para ser segura, rápida e expressiva, facilitando a criação d...DiscussLinguagem de programação SwiftWindows
Olumide Olumayegunolumidey.hashnode.dev·Dec 1, 2024Step-by-Step Guide to Create a Windows Virtual Machine in AzureAzure is a powerful cloud platform that allows you to create virtual machines (VMs) to suit a variety of needs. In this guide, we’ll walk through the process of creating a Windows Virtual Machine on Azure, step by step. Step 1: Log In to Azure Porta...Discussvirtual machine
Spoorti Shettyspoorti.hashnode.dev·Dec 1, 2024How to Restrict Permissions for Your PEM Key on Windows and Connect to Your EC2 Instance SecurelyWhen connecting to an AWS EC2 instance, you need a private key file for authentication. AWS provides this key in the PEM (Privacy Enhanced Mail) format, commonly used with OpenSSH on Linux, macOS, and even Windows 10/11. If you're using PuTTY on Wind...DiscussDevops