It install MacOS Vmware PowerCLI we first need to install Powershell with brew. $ brew cask install powershell To run Powershell $ pwsh If you need to upgrade powershell you can use the commands below $ brew update$ brew cask upgrade powershell Lastly install MacOS Vmware PowerCLI PS /> Install-Module […]
admin
Google Cloud Platform Cheat Sheet: Every product in the Google Cloud family described in <=4 words (with liberal use of hyphens and slashes ?) by the Google Developer Relations Team Link for the all files and formats here: Google Cloud Platform Cheat Sheet Here are some more links that will […]
You can install your own free VPN server for free and can use it for Windows, MacOS, Linux, Apple devices and Android devices without paying a single penny. And what is more there will be no logs for your connections if you do not want to. You can also delete […]
Every IT professional should read the Site Reliability Engineer book and Workbook from Google. You will learn the importance of automation and removing toil. How to make your work more meaningful by moving from operation to automation and autonomous systems. Link here: https://landing.google.com/sre/books/ Site Reliability Engineering Kindle Book
I have created a sample python code to show sentiment analyis and language processing. Features This is a sample project with the features below: Dockerfile and docker-compose for easy deploy and test Using Tornado web server Using SQLAlchemy ORM Have a sngle page to submit a URL Makes sentiment analysis […]
This is a commerical solution that I build for Keystone Consulting Co. I developed it using Django, Python, JQuery and Bootstrap 4. In the backend it uses Apache, MySQL, Celery and Memcached. Here are some of the features: Property Management Rental Management Contracts Management Customer Management (Owners and Renters) Cost […]
In this subject we will follow a step by step instruction of installing an Industrial Control System honeypot. We will use CONPOT. The URL for it is http://conpot.org and for documentation check: https://github.com/mushorg/conpot/tree/master/docs. The default configuration of Conpot simulates a basic “Siemens SIMATIC S7-200 PLC” with an input/output module and a CP […]
Fuat Ulugay tarafından yazılan “Sızma Testine Giriş Kitabını” ücretsiz olarak buradan okuyabilirsiniz.
Learning Puppet for Windows Book Description Puppet is a configuration management tool. It allows you to automate all your IT configurations by giving you control of what you do to each “node” (Puppet agent), focusing also on when and how you do it. In context, Puppet is a cross-platform tool […]
After telling the installation of Cuckoo and dynamic analysis of the suspected software there are easier ways to do the analysis of the malware. The aim of our analysis is to understand if a file that we downloaded or sent by email is harmful or not. We will have two […]