Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts


Port Forwarding Mikrotik Using DMZ or PPPoE

if dial-in modem (you must download the DMZ interface Mikrotik)
use in-physical interface leading to the modem

modem = 192.168.1.1 (DMZ to 192.168.1.2)
ether1(modem) = 192.168.1.2
local webserver = 10.0.0.1/24

example DMZ

#port forwarding to local ssh
/ip firewall nat add chain=dstnat in-interface=ether1 dst-address=192.168.1.2 protocol=tcp dst-port=22 action=dst-nat to-address=10.0.0.1 to-port=22



Redirect to www & vise versa (htaccess)

Edit your .htaccess place this code after RewriteEngine On
This lines makes redirection to www

# Redirect if NOT www.example.com (exactly) to www.example.com
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

or

# Redirect if example.com (case-insensitive) to www.example.com
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

Use non-www redirect

Show hidden files in cPanel file manager

When you click on File Manager, do you get a popup box asking where do you want to go to? (NOT THE FILE MANAGER ITSELF!)

If yes:

Check the box "Show Hidden Files", and then continue normally.

If no:



Cracking mikrotik 3.30


See tutorial on this video
http://www.youtube.com/watch?v=a0sBj2CRibk and http://www.youtube.com/watch?v=EpA98CjRvqU


Download mikrotik 3.20, 3.30 and Crack


PTunnel on CentOS run client Windows