New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 07:05, 29 January 2026Mikrotik container (hist | edit) ‎[1,994 bytes]Karavi (talk | contribs) (Created page with " فعال کردن کانتینر /system/device-mode/update container=yes ریبوت سخت افزاری ساخت اینترفیس و نت /interface/veth/add name=veth1 address=172.17.0.2/24 gateway=172.17.0.1 /interface/bridge/add name=containers /ip/address/add address=172.17.0.1/24 interface=containers /interface/bridge/port add bridge=containers interface=veth1 /ip/firewall/nat/add chain=srcnat action=masquerade src-address=172.17.0.0/24 کامندها...")
  • 05:35, 24 December 2025Mikrotik ssl (hist | edit) ‎[1,566 bytes]Karavi (talk | contribs) (Created page with " I have created the address lists /ip firewall address-list add address=acme-v02.api.letsencrypt.org list=LetsEncrypt /ip firewall address-list add address=acme-staging-v02.api.letsencrypt.org list=LetsEncrypt /ip firewall address-list add address=letsencrypt.org list=LetsEncrypt I have created a firewall filter rule to accept traffic on the input chain from the Let’s Encrypt list: /ip firewall filter add action=accept chain=input comment=LetsEncrypt dst-port...")
  • 05:29, 15 November 2025Git (hist | edit) ‎[3,436 bytes]Karavi (talk | contribs) (Created page with "== Git Commands == === 1. Setting & Creating Projects === {| class="wikitable" |+ ! Command !! Description |- | <code>git init</code> || Initialize a local Git repository |- | <code>git clone ssh://git@github.com/[username]/[repository-name].git</code> || Create a local copy of a remote repository |} === 2. Basic Snapshotting === {| class="wikitable" |+ ! Command !! Description |- | <code>git status</code> || Check status |- | <code>git add [file-name.txt]</code> || Ad...")