OPERATING SYSTEMSOS Linux

How to install Microsoft's Procmon on Ubuntu Server 18.04

If you’re a Windows admin migrating to Linux in your data centers, you’ll be happy to know Procmon is now available to install on Ubuntu Server. Jack Wallen shows you how.

For the full step-by-step article, head to https://www.techrepublic.com/article/how-to-install-microsofts-procmon-on-ubuntu-server-18-04/

List of Commands:

sudo apt-get install bison build-essential flex git libedit-dev libllvm6.0 llvm-6.0-dev libclang-6.0-dev python zlib1g-dev libelf-dev cmake -y
git clone –branch tag_v0.10.0 https://github.com/iovisor/bcc.git
mkdir bcc/build
cd bcc/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
sudo apt-get remove –purge cmake -y
hash -r
sudo snap install cmake –classic
git clone https://github.com/Microsoft/Procmon-for-Linux
cd Procmon-for-Linux
mkdir build
cd build
cmake ..
make
cpack ..
sudo dpkg -i procmon*.deb
sudo procmon

Video Editor: https://www.techrepublic.com/meet-the-team/us/mackenzie-burke/

Watch more How To videos: https://www.youtube.com/channel/UCKyMiy1zmJ7aZ8aP6DLZLIA/
Watch more TechRepublic videos: https://www.techrepublic.com/videos/
Follow TechRepublic on Twitter: http://twitter.com/TechRepublic/
Follow TechRepublic on Facebook: http://www.facebook.com/TechRepublic/
Follow TechRepublic on Instagram: https://www.instagram.com/TechRepublic/
Follow TechRepublic on LinkedIn: https://www.linkedin.com/company/tech…

Watch Tech Stories, a series of mini documentaries from TechRepublic: https://www.youtube.com/watch?v=RRPAs…

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *