All public logs

Jump to navigation Jump to search

Combined display of all available logs of wiki karavi. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 19:44, 21 June 2026 Karavi talk contribs created page Mikrotik Ubuntu L2TPv3 one server six mikrotik (Created page with "== L2TPv3 Tunnel: One Linux Server to Multiple MikroTik Routers == === Overview === This guide explains how to connect one Linux server to six MikroTik routers using static L2TPv3 tunnels via <code>ql2tpd</code>. {| class="wikitable" ! # !! MikroTik IP !! Server Tunnel IP !! Client Tunnel IP !! tid !! ptid !! sid !! psid |- | 0 (existing) || 78.157.42.222 || 10.0.0.1/30 || 10.0.0.2/30 || 100 || 200 || 1000 || 2000 |- | 1 || 85.57.4.221 || 10.0.1.1/30 || 10.0.1.2/30 ||...")
  • 19:38, 21 June 2026 Karavi talk contribs created page Mikrotik Ubuntu L2TPv3 (Created page with "== L2TPv3 Tunnel: Linux to MikroTik == === Overview === This guide explains how to set up a static L2TPv3 site-to-site tunnel between a Linux server and a MikroTik router using <code>ql2tpd</code> from the <code>go-l2tp</code> package. {| class="wikitable" ! !! Server !! Client |- | '''Device''' || Ubuntu 24.04 || MikroTik RouterOS 7.20+ |- | '''Public IP''' || 157.90.26.4 || 78.157.42.222 |- | '''Tunnel IP''' || 10.0.0.1/30 || 10.0.0.2/30 |- | '''Tunnel ID''' || 100...")
  • 07:05, 29 January 2026 Karavi talk contribs created page Mikrotik container (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 2025 Karavi talk contribs created page Mikrotik ssl (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 2025 Karavi talk contribs created page Git (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...")
  • 03:35, 1 September 2025 Karavi talk contribs created page SQL Server Shrink Database T-SQL Code (Created page with " The procedure joins sys.databases and sys.master_files system views in order to generate the CHECKPOINT and DBCC SHRINKFILE statement for all the user databases. It filters the system databases (DBID > 4) because these statements are not recommended for the system databases. -- ================================================================================= -- Author: Eli Leiba -- Create date: 2020-03 -- Procedure Name: dbo.usp_ShrinkAllLogsExcludeSy...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)