Python knowledge these days is kinda like a must. Because Python is everywhere and has many uses. Bonus points for you if you have this knowledge. Disclaimer : This is my experience as a non-programmer learning how to program. My job has never been a Programmer.I did Networks, Linux, Surveillance, VoIPs throughout my career but …
Read More “My Journey in Python (or any programming) as a non-Programmer”
After installing Parrot Security OS, I was not able to connect to wifi anymore. The reason being Parrot OS not supporting my laptop’s Realtek wifi chipset. Long story short and get to the troubleshooting steps, that got me going. ifconfigSee if your wifi interface is up, normally you should see a loopback interface, LAN interface …
Read More “Wireless Troubleshooting on Linux (applies for Kali linux and Parrot OS) with Realtek chipset”
For many users out there, Linux may not be their main OS.This may be because of a few reasons – Most computers you buy come with Windows Pre installed.Your Job offeres you a laptop with Windows OS pre installed.The worst of all – Intimidation (probably seen codes and command lines and dont know what they …
Read More “Different ways to run Linux for non – linux users”
For whatever reason, you want to change your DNS, you need to change it at resolv.conf First change your directory to /etc.cd /etc if you type in ls -l, you will see resolv.conf file. you have to sudo or su to make changes sudo nano resolv.conf if there is existing dns, you can hash it …
Read More “Changing DNS in Linux”
Yes Amazon is giving away $300 credit with Proof of Concept Program. Read on below from AWS and see if you are eligible for the application. Amazon Web Services wants to help your business scale and grow with low cost, easy to use cloud products and services. The AWS Proof of Concept Program provides a …
Read More “Apply for $300 AWS Credit with AWS Proof of Concept Program”
Lately, I have been doing some testings with AWS Elastic Beanstalk and came across this issue where I could not delete the S3 bucket even with my root account. It comes up with the message saying “Insufficient permissions to delete bucketAfter you or your AWS admin have updated your IAM permissions to allow s3:DeleteBucket, choose …
Read More “Cannot Delete S3 Buckets using Root Access”
First, install proxychains. sudo apt-get update -y $ sudo apt-get install -y proxychains $ locate proxychains Then change the config files. The config files are in the code below. $ nano proxychains4.conf If you wish, you can add more proxy address. At the bottom of the conf file, add your proxy addresses. Format should be …
Read More “Using Proxy Chains to tunnel traffic over network”
After reviewing my video, when i was first accessing my DB instance from my local server, I could not access and the reason was because of the internal IP. 😛 what was I thinking, anyways its just a demo video so I hope you can forgive me with that. Anyways, more video tutorials to come. …
Read More “Launching EC2 Instances on AWS”
This is my Video tutorial on how to manually set up Virtual Private Cloud VPC on Amazon AWS. This will include setting up, VPCs, Subnets, Internet Gateways, Security Policy etc. If you like this video and want more contents like this, please like and subscribe. Why not! Its just one simple click and you will …
Read More “AWS Virtual Private Cloud Setup”
If you have come across an issue of installing sql server on AWS Linux AMIs, especially when you are using one of those Free Tier Eligible AMIs, well its very likely that this is the solution for you. I came across this issue and got me stuck for a little while before I found the …
Read More “No Package MYSQL Server Available”