Uncategorised

Browser Extension “Behave!” detects Port Scanning & Other Nastiness

6th July 2020
๐Ÿ“Œ
0๐Ÿ’ฌ read more

LoRa

4th July 2020

LoRaWan requires 8 channels to be compliant. Most hats are single channel. 8 channel Raspberry Pi hat https://store.rakwireless.com/products/rak2245-pi-hat?variant=26653392535652

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Alien Vault SIEM

29th June 2020

Agents: Agents need to be deployed individually as a unique encryption string is generated per PC.Environment, Detection, Agents Tab, Agent Control, Add Agentsearch or choose from listif a pc is…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

VmWare vCenter script to reduce /storage/seat size

26th June 2020

root@Joker [ ~ ]# /opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgrespsql.bin (9.6.16 (VMware Postgres 9.6.16.0-15334897 release))Type “help” for help. VCDB=# CREATE OR REPLACE FUNCTION event_full_cleanup_p ()VCDB-# returns void as $$VCDB$# DECLAREVCDB$# event_partition…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Useful PowerShell commands

24th June 2020

List AD users that haven’t logged on in 30 daysImport-Module activedirectoryGet-ADUser -Filter {Enabled -eq $TRUE} -SearchBase $OU -Properties Name,SamAccountName,LastLogonDate | Where {($_.LastLogonDate -lt (Get-Date).AddDays(-30)) -and ($_.LastLogonDate -ne $NULL)} | Sort…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Troubleshooting vCenter

19th June 2020

vCenter 6.7u3 requires a patch to be stable. A flood of messages gradually fills the local disk. Logon to the vCenter using the root password.you may need to type shell…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Test TCP ports without installing WinPCap

4th June 2020

download portqry from microsoft

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Firefox shows white screen after latest Windows update / video driver update

29th May 2020

You may need to start Firefox in safe mode as the menus don’t work/are hidden; this may just require restarting Firefox a few times

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Installing Webmin

10th May 2020

Log in to your server. Issue the command sudo nano /etc/apt/sources.list.d/webmin.list Add the following two lines to the file:deb http://download.webmin.com/download/repository sarge contribdeb http://download.webmin.com/download/repository sarge contrib Hit [CTRL][x] and save the…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Diagnosing Video Conference Quality

7th May 2020

Client Problems:Right click on the windows task bar choose Task Manager, Performance and check out the graphs to make sure nothing is maxing out.Turn off any VPN products; Encryption, extra…

๐Ÿ“Œ
0๐Ÿ’ฌ read more