Erwin Bierens

Knowledge is Power

Running PowerShell on your RaspberryPi

2018-12-06 1 min read Linux Powershell Erwin Bierens

For many years PowerShell was a Windows-only thing that was part of the closed Windows ecosystem. Now a days PowerShell is open source up at https://github.com/PowerShell with lots of docs and scripts, also open source.

PowerShell is supported on Windows, Mac, and a half-dozen Linux distros.

While running PowerShell on your RaspberryPi is still experimental and only supported for Raspbian Stretch it’s running pretty smoothly.

/

Installing

Install the prerequisites

	sudo apt-get install libunwind8

Grabbing the latest tar.gz

Continue reading

Error on installing Kali Tools in Ubuntu

2018-10-25 1 min read Linux Security Erwin Bierens

When you want to run a Raspberry Pi for pentesting, you can easily download all of the Kali linux to your Pi.

https://www.ostechnix.com/install-kali-linux-tools-using-katoolin-linux/

After changing the repository i ran in to a error.

While people on the forum ginving some different options, this one worked for me.

	`wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb`

	`sudo apt install ./kali-archive-keyring_2018.1_all.deb`

Everything looks fine now. Let’s check for the final.

	`sudo apt-get update`

``

Continue reading