As DevOps engineers, we’re always looking for ways to optimize our container images. While Linux containers are common, Windows containers
AWS Session Manager (SSM) Tips & Tricks
AWS Session Manager (SSM) is a great AWS tool that can be used to: Connect to EC2 instances: SSM allows
Optimizing BitBucket Pipelines
Installing aws-cli Old method: image: ubuntu:22.04 options: docker: true pipelines: custom: build: – step: name: Build – apt update &&
How to clean up disk space on Ubuntu
Find largest files du -a /var/ | sort -n -r | head -n 20 Shell commands Collection of commands I
Prowler Cloud Audit: A Deep Dive into Cloud Violations
Prowler is an open-source tool for generating audit reports in AWS, GCP, and Azure cloud environments. Check out my guide to learn how to use it and get a special BONUS 😉
Docker Healthcheck Examples
Dockerfile & Docker-compose HEALTHCHECK implementation for popular services such as simple web server, Cassandra, PostgreSQL, Java Actuator, Redis, etc.
Dux-Soup: The #1 LinkedIn Automation Tool
Dux-Soup product review. Dux-Soup is a #1 LinkedIn automation tool for outbound outreach and prospecting. Send LinkedIn connect messages, InMails and more.
Best B2B Marketing Tools for Bargain Hunters
Discover Budget-Friendly B2B Marketing Tools for Solopreneurs, including landing page builders, email automation, and LinkedIn automation tools.
Waalaxy: #1 Lead Gen Tool for LinkedIn & Cold Emails
Waalaxy product review. Waalaxy is a #1 Lead Generation Tool for LinkedIn & Cold Emails. Send LinkedIn connect messages, InMails and more.
LinkedIn Marketing Strategies without Breaking the Bank
80% of B2B leads are generated through LinkedIn. LinkedIn has created more millionaires than any other social platform. This post
Static Site Generator: Dominating Google’s Top Results
Dominating Google’s Top Results using Static Site. Use Static Site Generator to create stunning websites in minutes. No coding experience required!
Fastest WordPress Hosting Webmasters Are Talking About
Introducing Rocket.net – The Fastest WordPress Hosting to Outpace Your Competitors. 5 compelling reasons to stick with Rocket.net!
10 Steps to Get LinkedIn Followers on AUTOPILOT
Discover effective ways to get LinkedIn followers: optimize your profile, use automation tools and avoid fake followers.
Google Fonts Optimization: Sub-Second Website Load
Can achieving a sub-second website load time with Google Fonts be possible? Read on to discover how to optimize Google Fonts and leverage static websites.
Mastering the Art of Ubuntu Server Updates
Updating an Ubuntu server is a trivial task in the hands of an expert. This blog post presents a collection of commands used to upgrade any Ubuntu server.
LinkedIn B2B Lead Generation with Zero Budget
How to Get Your First 100 B2B Leads for FREE? LinkedIn is responsible for 80% of B2B leads generated on social media platforms.
Researching competitors without breaking into Google Analytics
Competitor research is a vital part of SEO (Search Engine Optimization) as it allows you to understand the strategies and
AdCreative.AI: #1 AI Banner Generator Tool
Up to 14x Higher Conversion Rates with the AI Generated Creatives & Banners Do you find yourself struggling to
PhantomBuster: The #1 LinkedIn automation tool
80% of B2B leads generated on social media come from LinkedIn Imagine if you could put your LinkedIn leads
Terraform Lambda Hello World
I got a task to create a simple lambda “Hello World” application deployed via Terraform. This is a result of
Payment tech: Building Mobile vs Web wallet
Being an ex. founder of a multi-signature Bitcoin mobile wallet both for Android and IOS (at Kesem.io) and a web
Hack to set up SSL certificate in AWS Marketplace CloudFormation template
This method can be used to deploy a standard (not a self-signed) certificate for your product web management or for your API service deployed using CloudFormation template.
Privacy Wild West is over, deploy Databunker
Today, I am excited to announce the availability of a project I have been working on in my spare time.
Backdoor webserver using MySQL SQL Injection
MySQL Database is a great product used by thousands of websites. Various web applications use MySQL as their default database.
Harvesting LinkedIn data for fun & profit
A few years ago, before the GDPR era, I was involved in a stealth marketing startup. We went out of
Codeseek.com – search engine for developers
Codeseek.com is a specialized search engine for developers designed to filter GitHub and Stackoverflow results.
Fix curl SSL certificate problem
When using curl, from PHP, from time to time, I had to use some 3rd party API services. Today I
OWASP Global AppSec DC 2019
Hello. For all my US readers, I have great news for you. In case you are going to attend OWASP
Step by step Hashicorp Vault CA/PKI deployment
I love to work with Hashicorp Vault in the cloud projects. It is a great solution for companies that do
Secure Docker networking in AWS/AZURE
Today I had to add another security brick to the project I am working on – limit access from Docker
Stellar coin – calculate size of buckets/ directory
Stellar digital currency fascinates me a lot. I do not consider it as a true blockchain as Bitcoins, but more
How to do AssumeRole in Azure
Today I would like to give you a solution that will allow you to control one Azure account from another.
Cloud security checklist
Here is a partial list of security activities to perform to raise your project security level. 1. Basic container –
Copy app binary file using adb shell
Sometimes it is very useful to copy binary file from Android back to host OS. For example you can copy
Adding custom data to bitcoin transaction
As you probably know, most of the people talk about Bitcoin blockchain as to distributed ledger, meaning it is a
8 Best LinkedIn Lead Generation Tools: Jun 2024
Did you know that an astonishing 80% of B2B leads are generated on LinkedIn? Today, smart marketers are using advanced
Modern approach to monolithic software design
I used to like monolithic software design. I build code that was using in-memory databases and can sustain pretty heavy
Hello World from #NET docker container in Linux
As developers are moving to containerize software deployment mostly running on Linux servers, Microsoft does not want to stand behind.
Checkpoint R80.10: dump firewall rules from remote
One of the core concepts of computer and network security is multi-layer security protection. In simple words it means, to
How to Extract Files from an MSI File in Linux Shell
MSI is a file format used for packaging application installations on Windows. Today, I needed to extract the contents of
Using Redis as a queue
Redis is a great key / value in memory database. It can be used as an efficient queue as well.
Changing number of blog posts in Twenty seventeen WordPress theme
After fresh WordPress installation, I decided to stick with the Twenty Seventeen WordPress theme. I was very impressed by its
15 Reasons Why You Need CDN Service
Why I Jumped on the CDN Bandwagon: Surprising Benefits for Regular Websites I used to believe that CDNs were only
Minify css files in linux shell
Yesterday morning, I have few hours to work on my blog and I Â decided to spend some time optimising my
10 Apache Security and Hardening Tips
The Apache web server is a crucial part of the website infrastructure. It has a number of built in features
10 Tips for Using Docker Like a Pro
I enjoy working with Docker. I am running Docker in production environment and it gives me great performance. Today I
10 Steps to install TeamCity with Postgresql
Today, I was working on a new challenge. Setting up TeamCity with official JetBrains docker images. Some background. TeamCity is
Setting up RAID 5 on HP ProLiant DL360 server
A few days ago I got a new toy 😉 It is a brand new HP ProLiant DL360 server with
Removing date from WordPress urls
Creating a blog with WordPress has never been easy as before. After setting up the latest WordPress blog I noticed
Speedup MySQL index using SSD disk
You probably ask yourself sometimes how you can boost MySQL indexes when you are working with BIG databases/tables. The original
Optimize MySQL COUNT (*) query
There is no magic solution to count table contents especially if you have a client that has a table with
3 times speed increase with static pages
Internet was born from static pages. People were creating websites with emacs and vi. With the increased popularity of scripting
Speedup MySQL inserts
By default, when connected to a MySQL server, every command is executed as a distinct transaction. As a result, after
Micro optimization or why code runs slower on 64 bit
One of my friends works for the company doing video processing. One, he told me that the company code runs
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!