Monthly Archives: May 2019

Secure SSH with Fail2Ban

Remote managing a server is important but I believe securing it is just as important. Would you like to type “last” and just relize someone has just login into your server from a far country? Well the solution is here! … Continue reading

Posted in Fail2Ban | Comments Off on Secure SSH with Fail2Ban

config ip and netsh firewall via command windows

netsh interface ipv4 set address “Local Area connection” static 192.168.3.9 255.255.0.0 192.168.3.1 1 — netsh interface ipv4 add dnsserver “Local Area connection” 192.168.3.10 1 — — netsh advfirewall set currentprofile settings remotemanagement enable netsh advfirewall set currentprofile settings remotemanagement disable … Continue reading

Posted in core, PowerShell | Comments Off on config ip and netsh firewall via command windows

Windows Remote Desktop Over SSH

Here’s how you can secure your Remote Desktop (RDP) connections with SSH. This can be useful for connecting to your home computer from the office or some other remote location.  We use here an advanced SSH feature for TCP/UDP IP … Continue reading

Posted in SSH | Comments Off on Windows Remote Desktop Over SSH

shutdow/reboot in batch file

@echo off echo Shutting down in 10 seconds. Please type “shutdown /a” to abort. cmd.exe /K shutdown /f /t 10 /r

Posted in windows | Comments Off on shutdow/reboot in batch file

How to Find Windows Spotlight Lock Screen Images in Windows 10

in File Explorer navigate to This PC > C: > Users > [Your User Name] > AppData > Local > Packages > Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy > LocalState > Assets.

Posted in windows | Comments Off on How to Find Windows Spotlight Lock Screen Images in Windows 10