Androguard usage.pdf
161.6 KB
How to use Androguard- hack
full tutorial for beginers #requested
full tutorial for beginers #requested
Finding_the_Balance_Between_Speed_&_Accuracy_During_an_Internet.pdf
13 MB
Finding the Balance Between Speed & Accuracy During an Internet-wide Port Scanning #full #requested
Shellphish_Simple_Phishing_Toolkit_Phishing_Page_Creator_.pdf
1 MB
someone ask about phishing facebook via termux no root #requested
Forwarded from UNDERCODE HACKING
Guide 001 _Getting Started in Bug Bounty Hunting...pdf
2 MB
#requested for beginers helpful
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Getting a 500 Internal Server Error on Laravel 5+ Ubuntu :
#requested :
1) This is my first version of Laravel on Ubuntu, and I'm still running into 500 glitches, problems. I've done it on Windows OS several times before, and never had a problem.
2) This 500 internal server normally happens while the application "mod rewrite" is not turned on.
3) On Ubuntu, I have installed rewritemod but itβs also not working. Iβve given access to all my folders and files inside i.e.
/var/www/html/laravelproject
Still it doesnβt work. Changed .htaccess as well from original to this.
π¦Solution
It is not your .htaccess. The problem was simply in folder permissions. Windows is a bit more flexible when it comes to permissions. With Ubuntu, and Linux in general you have to be a bit more careful and explicit.
Run the following commands through terminal.
1οΈβ£sudo chmod -R 755 laravelblog
and then type below to allow Laravel to write file to storage folder
2οΈβ£chmod -R o+w laravelblog/storage
These two commands will solve the problem :)
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Getting a 500 Internal Server Error on Laravel 5+ Ubuntu :
#requested :
1) This is my first version of Laravel on Ubuntu, and I'm still running into 500 glitches, problems. I've done it on Windows OS several times before, and never had a problem.
2) This 500 internal server normally happens while the application "mod rewrite" is not turned on.
3) On Ubuntu, I have installed rewritemod but itβs also not working. Iβve given access to all my folders and files inside i.e.
/var/www/html/laravelproject
Still it doesnβt work. Changed .htaccess as well from original to this.
RewriteEngine On4) Generally, I have all the extensions needed for Laravel 5+ as well. Anything that I might have missed?
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
π¦Solution
It is not your .htaccess. The problem was simply in folder permissions. Windows is a bit more flexible when it comes to permissions. With Ubuntu, and Linux in general you have to be a bit more careful and explicit.
Run the following commands through terminal.
1οΈβ£sudo chmod -R 755 laravelblog
and then type below to allow Laravel to write file to storage folder
2οΈβ£chmod -R o+w laravelblog/storage
These two commands will solve the problem :)
β β β Uππ»βΊπ«Δπ¬πβ β β β
From broken link to subfolder takeover on Bukalapak.pdf
187.4 KB
From broken link to subfolder takeover on Bukalapak #requested