Xambitt

Thougths, flamewars, utilities, tutorials, codes, ethical hacking, projects and other things

How You Can Secure Your Web Application & Network

Perform monitoring can ensure your safety from cyber threat

Monitoring your network or a web server is essential to ensure that it is secure and performing optimally. Here are some steps you can take to monitor your web server for security. Install a F...

How Hacker Host Hacking Servers Over The Internet to Remotely Control Any Computers

Let's Rock with Ngrok!

Ngrok delivers instant ingress to your apps in any cloud, private network, or devices either http, tcp or anything How to achieve that? In this post, I will not go in deep (maybe next...

Back to blog

Welcome back!

“After a long break, almost 10 years, now I’m back!” I’m back. It’s been a long break and now back to work pic.twitter.com/4uuNgVQzqc— Amirol (xambitt) Ahmad (@xambitt) March 11, 2023

Setup Laravel 4 in Shared Hosting with securing Laravel base file

You may wonder how to setup PHP Laravel 4 in shared hosting server

Assume that you have file structure something like this:- 1 /home/username/public_html Create new folder outside public_html:- 1 /home/username/main-laravel ...

Bootstrap v3 gemfile for ruby

Maybe some of you facing some difficulties when try to use Bootstrap v3 framework in your Ruby on Rails application. So I create a gemfile where really easy to install using your gemfile. You m...

How to import MySQL Database via SSH (cPanel)

If your MySQL database backup is about >50MB, you are having a trouble when you try to restore the database backup file via cPanel or PHPMyAdmin. So the only way to restore the MySQL Database...

How to Install Linux, Apache, MySQL, PHP (LAMP) stack on CentOS?

"First step as a sysAdmin"

“Yeah It’s on. ” LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Here is how to install the rest on ...