• Stress Testing HDD

    There are certain times that you will want to stress test a HDD or just get some info out of it for performance tuning.

    Step in: Diskspd.exe


    A microsoft developed standalone disk testing tool.
    https://github.com/Microsoft/diskspd

    Sample command can be found here:
    https://github.com/Microsoft/diskspd/wiki/Sample-command-lines



  • Find VPN Log Unifi USG

    Find VPN Log Unifi USG

    Ubiquiti kit is great, and Unifi is by far the best value for money WiFi kit out there. However once you get beneath the beautifully crafted UI and you’ll soon struggle to find CLI info and configuration help.

    Yow to find your VPN log Unifi

    SSH into your USG, using your site specified SSH credentials, or if you have never set any, then ubnt/ubnt.

    Then simply type:
    show vpn log

    or:
    cat /var/log/charon.log | tail -n 100

    Simple.



  • Block users from logging on to an RDS Server [SOLVED]

    Block users from logging on to an RDS Server [SOLVED]

    Do you need to block users from logging on to an RDS Server

    Problem:
    You are updating an RDS server, or an application on the RDS server, but another users process is stopping your install. You need to stop access to other users to the RDS server but still be able to work on it yourself. but how?

    Solution:
    Open up administrative CMD
    Change Logon /Disable
    Then log all other users off using Task manager (users tab)

    And when you are finished simply revert:
    Change Logon /Enable

    Sorted.



  • Install Kali tools on Debian

    Install Kali tools on Debian

    So you have a fresh install of Debian? You want to be able to install kali tools on your new setup, or at least some of them?

    Enter Katoolin:

    sudo su
    apt install python-pip
    git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
    chmod +x /usr/bin/katoolin
    sudo katoolin
    Then either select which tools you wish to install, or press 0 to install them all.

    Simple.



Latest Posts: _