.htaccess Generator
Add or remove text
Cron jobs
More tools
.htaccess generator
FilesMatch
Directory
Litespeed
mod_headers
mod_security
mod_rewrite
mod_expires
mod_deflate
✖
RewriteEngine On
RewriteBase
RewriteRule
User Agent
Request URI
Query String
Remote Address
Remote Host
Request Method
HTTPS
HTTP HOST
HTTP Referer
Request Filename
HTTP Cookie
Mod Security ID
Order allow, deny
Order deny, allow
Deny IP
Allow IP
Trusted IP
AddType
Header set
None
Select option
[NC]
[OR]
[NC,OR]
[HTTPS]
-f
-d
!-f
!-d
on
off
!=on
!=off
✛
⚊
Block
Captcha
[R=301]
[L]
[R=301,L]
[F,L]
[L,R=301,NC]
[R=429]
[HTTPS]
[N]
✖
Copy
Clear
Default
WordPress
Abusive
bots
WordFence
Whitelist
Jetpack
Whitelist
WP-Cron
Disable
HTTPS
Redirect
EWWW
WebP
Check
IP address
Scan all
websites
Scan all
databases
Checksum
website
Checksum
all sites
Reinstall
core files
Reinstall all
websites
Scan
Website
Scan
Database
Find large
Files 50mb
Find PHP
in /uploads
Find
hidden files
Force SSL
all websites
All websites
check DNS
All websites
Cache size
All websites
Cache flush
Block IP
on all sites
Harlem
Shake
Fix all
permissions
Block bots
404 html
WordPress
Captcha
Exclude url
from XDN
Exclude file
from XDN
Random
Password
Thanos
Snap
Install
WP-Sweep
W3-Total-Cache
Install
Autoptimize
Litespeed-Cache
Install
WordFence
Install
EWWW IO
Flying-
Scripts
Install
Debloat
Count PHP
Requests
Check
Bandwidth
Check
Disk usage
Multisite
rules
DOOM
Music
HTTP
Headers
Export
old logs
Force www
redirect
HTML
Cache
Default
WP Cron
Clear WP
sessions
Create WP
admin user
Mod_security
errors check
Performance
Check
WP Profile
Check
Deny PHP
in /uploads
Monitor
Processes
Strace
Processes
Monitor
SQL
Monitor
Cache
Check all
access logs
Dump POST
requests
Tail PHP
account
Tail PHP
requests
Add or remove text from files
Add
Remove
Replace with
Copy
Clear
Cronjob generator
5 minutes
10 minutes
20 minutes
30 minutes
1 hour
3 hours
6 hours
12 hours
24 hours
2 days
1 week
Custom
Set time
Include php.ini path
run-one
#Time #Command #Parameters #Arguments #Output
Copy
Clear
Examples:
DNS Lookup
Lookup
Search
Apache vhost template
ServerAdmin webmaster@test-domain.com ServerName doyouevencode-bro.cloud DocumentRoot /Path/to/site ErrorLog /Path/to/logs/log_file CustomLog /Path/to/logs/log_file
Options Indexes FollowSymLinks AllowOverride All Require all granted
Git cheat sheet
# Adding a new SSH key ssh-keygen -t rsa -b 4096 -C "user@domain.com" # Config your git to use your email git config --global user.email "user@domain.com" # Test SSH connection ssh -T git@github.com # Confirm Github SSH key in SSH agent eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_ed25519 # Clone the repo git clone git@github.com:user/repo.git # Go to the directory of the project cd project-name # Check status git status # Add the new files or use . to add everything from the current directory git add . # Check again with git status git status # Commit the new changes before pushing to origin git commit -m "Adding new files" # Upload the new changes to the main branch git push origin main
MORE TEST
INSERT HERE