About Networks
[PowerShell] Name resolution for a range of IPs
So, here’s the scenario: you have a range of IPs within the same subnet (for example 10.220.164.0/24) you want to do a NSLookup for all […]
About Networks
So, here’s the scenario: you have a range of IPs within the same subnet (for example 10.220.164.0/24) you want to do a NSLookup for all […]
The Mikrotik Omnitik series have a built-in buzzer that you can program using WinBox. So, let’ fire up Winbox, open a terminal and run the […]
OK, so for today’s relaxing session, I though I should setup a PPP/PAP Dial-up server using a Raspberry Pi 3 box. So here’s the hardware: […]
In these times when we need to communicate online more than ever, I though I should share how to setup an open-source solution for Video […]
Pre-requisites: WinSCP .NET DLL that you can download from here: https://winscp.net/eng/downloads.php Then on with PowerShell:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# Load WinSCP .NET assembly Add-Type -Path "F:\WinSCP-5.17.3-Automation\WinSCPnet.dll" # Setup session options $sessionOptions = New-Object WinSCP.SessionOptions -Property @{ Protocol = [WinSCP.Protocol]::ftp HostName = "ftp.server.local" UserName = "myuser" Password = "MyPassword" } $session = New-Object WinSCP.Session try { # Connect $session.Open($sessionOptions) # Upload $session.PutFiles("C:\0365HealthReports\Health.html", "/www/O365REP/").Check() } finally { # Disconnect, clean up $session.Dispose() } |
OK, so we have a CentOS 7 VPS and we want to install OpenVPN Access Server 2.6.x Ensure you have root priviledges install EPEL (you’ll […]
After installing upgrades to your PFSense 2.4.x box, you receive the following error in the console: Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/20131226/zmq.so’ […]
Here is a script that reports the HTTP status code of a list of HTTP/HTTPS URLs read from a pre-populated CSV file. The script also […]
Rebooting Dell iDrac 6: SSH to the iDRAC’s IP login and you’ll get a prompt like: /admin1-> at the prompt type: racadm racreset There you go.. […]
Here’s a nice tool to check your website performance – HTTPStat Here’s how to install it on Ubuntu: cd /tmp wget -c https://raw.githubusercontent.com/reorx/httpstat/master/httpstat.py sudo pip […]
Copyright © 2024 | PhoeNIXBird Networks
Effects Plugin made by Ares Download