Controlling Linux Iptables( Firewall )
#!/bin/bash # find_log.bash # # Purpose: to find the log that we want from /var/log/messages # # USAGE: ./find_log # # Author: ***...
A little script that I wrote to encrypt and decrypt files using openssl - Enjoy
#!/bin/bash # # Created by: Hagi Lerman # # Date Jul 28 2017. # # Please visit www.hagi-lerman.com/blog. # # Warning! : Use this...
How to setup routing with OSPF and DHCP pools. Ver 0.1
==R1== en conft t ! hostname R1 ! router ospf 1 router-id 1.1.1.1 ! network 192.168.10.0 0.0.0.255 area 0 ! network...
How to Stop/Start/Pause/Remove services in Windows using elevated command prompt
Step 1: Click start and type "CMD". Step 2: Right Click CMD and select "Run as administrator" Using NET to stop a Windows Service To stop...
How to Remove Default Windows 10 Modern application you can't uninstall
Lets say I want to uninstall Maps. I cannot uninstall it its because it's grayed out In order to remove the app we need to use Powersell....