Recent changes

From wiki.1001solutions.net

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 01:50, 9 May 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

1 May 2024

     16:12  (Deletion log) [Z‎ (7×)]
     
16:12 Z talk contribs deleted page ALCATEL- Base Commands(content was: "Category:Post-It DEALING WITH ALCATEL CLI... == show name == Lists all interfaces with their names if set. In Cisco it would be show int description == show ip == Show all configured IP addresses on a switch. == show arp vlan vlan-id == List all IP addresses (provided Layer 3 features are enabled) learned on the VLAN vlan-id. == show interface status == Show list of all inter...", and the only contributor was "Z" (talk))
     
15:07 Z talk contribs deleted page MIKROTIK - batch create vlan.sh(content was: "Category:Post-It <nowiki> #!/bin/bash # # # GENERATE MIKROTIK TRUNK VLAN CONFIGURATION # # ##### VARIABLES # TRUNK INTERFACE INTERFACE="bond0" # VLAN RANGE TO CREATE VLAN_SEQUENCE="seq 2400 2499" ##### CREATE ALL BRIDGES for i in `$VLAN_SEQUENCE`; do echo "interface bridge add ageing-time=5m arp=enabled arp-timeout=auto auto-mac=yes comment=BRIDGE_VLAN_"$i" disabled=no fast-forward=...", and the only contributor was "Z" (talk))
     
15:06 Z talk contribs deleted page NGINX - stub status(content was: "Category:Post-It = Module ngx_http_stub_status_module = Check your Nginx has the good compilation option: <nowiki> nginx -V 2>&1 | grep --color -- --with-http_stub_status_module</nowiki> In '''/etc/nginx/nginx.conf''' add: <nowiki> ###################################################################################### ##### Virtual Host Configs ##############...", and the only contributor was "Z" (talk))
     
13:31 Z talk contribs deleted page CISCO-ASA - traffic Capture Setup(content was: "Category:Post-It == Configure The Capture Filter == Start the packet capture process with the capture command in privileged EXEC mode. In this configuration example, the capture named capin is defined. Bind it to the inside interface, and specify with the match keyword that only the packets that match the traffic of interest are captured: <nowiki> ASA# capture capin interface <INTERFA...", and the only contributor was "Z" (talk))
     
12:15 Z talk contribs deleted page RootKit Check Script(content was: "Category:Post-It <nowiki> #!/bin/bash rkhunter --update rkhunter --propupd rkhunter -C rkhunter --check-all --sk chkrootkit tiger lynis --check-update lynis --check-all -Q logwatch debsecan --suite $(lsb_release --codename --short) exit 0</nowiki>", and the only contributor was "Z" (talk))
     
11:39 Z talk contribs deleted page Minicom(content was: "Category:Post-It == Installation == To install minicom on a Debian-based Linux system, use the following command: <nowiki> sudo apt-get install minicom</nowiki> On a Red Hat-based Linux system, use the following command: <nowiki> sudo yum install minicom</nowiki> == Basic Usage == To start minicom, use the following command: <nowiki> minicom This will open the minicom interfa...", and the only contributor was "Z" (talk))
     
11:37 Z talk contribs deleted page Bgpctl(content was: "Category:Post-It == Connecting to bgpctl == To connect to bgpctl, simply type the following command in the terminal: <nowiki> bgpctl</nowiki> You will be prompted to enter your username and password. == Configuring a BGP session == Once connected to bgpctl, you can configure a BGP session by using the appropriate command. For example, to configure a BGP session with a peer: <no...", and the only contributor was "Z" (talk))
N    16:09  ALCATEL- Basic commands on Alcatel Omniswitch‎‎ 5 changes history +13,619 [Z‎ (5×)]
     
16:09 (cur | prev) -28 Z talk contribs
     
16:09 (cur | prev) -38 Z talk contribs
     
16:09 (cur | prev) -64 Z talk contribs
     
16:07 (cur | prev) -28 Z talk contribs
N    
16:07 (cur | prev) +13,777 Z talk contribs Created page with "Category:Post-It BASIC COMMANDS ON ALCATEL OMNISWITCH == Source == * https://wiki.1001solutions.net/index.php/ALCATEL-_Basic_commands_on_Alcatel_Omniswitch == Basi..."
N    15:50  ARUBA - LLDP MAC And CDP diffhist +1,195 Z talk contribs Created page with "Category:Post-It DEALING WITH ARUBA CLI FOR LLDP & MAC & CDP == show lldp info remote-device [detail] == Display LLDP neighbors. The info includes: local port name, cha..."
N    15:46  ARUBA - Interfaces Commands diffhist +2,818 Z talk contribs Created page with "Category:Post-It DEALING WITH ARUBA CLI COMMANDS FOR INTERFACES... == show name == Lists all interfaces with their names if set. In Cisco it would be show int descripti..."
N    15:25  ARUBA - Base Commands‎‎ 2 changes history +1,169 [Z‎ (2×)]
     
15:25 (cur | prev) +137 Z talk contribs
N    
15:24 (cur | prev) +1,032 Z talk contribs Created page with "Category:Post-It == show system == Show general info: current CPU load, uptime, memory used/free, software version. == show cpu [seconds] == Show CPU stats of averag..."
N    15:14  APACHE2 - base-vhost.conf‎‎ 2 changes history +8,055 [Z‎ (2×)]
     
15:14 (cur | prev) +87 Z talk contribs
N    
15:12 (cur | prev) +7,968 Z talk contribs Created page with " DEFAULT HTTP AND HTTPS VHOST TO ADAPT <nowiki> <VirtualHost *:80> # The ServerName directive sets the request scheme, hostname and port that # the server uses to identif..."
N    15:07  MIKROTIK - batch-create-vlan.sh diffhist +1,293 Z talk contribs Created page with "Category:Post-It <nowiki> #!/bin/bash # # # GENERATE MIKROTIK TRUNK VLAN CONFIGURATION # # ##### VARIABLES # TRUNK INTERFACE INTERFACE="bond0" # VLAN RANGE TO CREATE VLA..."
N    15:06  NGINX - Stub Status diffhist +818 Z talk contribs Created page with "Category:Post-It = Module ngx_http_stub_status_module = Check your Nginx has the good compilation option: <nowiki> nginx -V 2>&1 | grep --color -- --with-http_stub_st..."
N    15:05  WGET - Public-IP.sh diffhist +144 Z talk contribs Created page with "Category:Post-It <nowiki> #!/bin/sh wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//' && exit 0</nowiki>"
N    14:21  PLANET - Switch Default Config Example diffhist +3,483 Z talk contribs Created page with "Category:Post-It <nowiki> IGS-10020MT# sh run Building configuration... hostname IGS-10020MT username admin privilege 15 password encrypted 6cfef2b83919fcb6cbbaaebb7a851..."
N    14:18  CISCO-IOS - Transceivers Status diffhist +3,290 Z talk contribs Created page with "Category:Post-It TRANSCEIVERS DIAGNOSTIC == Display All Transceivers Status == <nowiki> show int transceiver</nowiki> Shows : <nowiki> cisco#sh int transceiver T..."
N    14:16  CISCO-IOS - Base Commands‎‎ 3 changes history +6,798 [Z‎ (3×)]
     
14:16 (cur | prev) +4 Z talk contribs
     
14:14 (cur | prev) -2 Z talk contribs
N    
14:13 (cur | prev) +6,796 Z talk contribs Created page with "Category:Post-It CISCO IOS BASE COMMANDS == Hostname Definition == Define a hostname : <nowiki> hostname <hostname></nowiki> === Domain Name ==== Define a domai..."
N    13:55  MIKROTIK - Bruteforce SSH Firewall Rules‎‎ 3 changes history +2,035 [Z‎ (3×)]
     
13:55 (cur | prev) +19 Z talk contribs
     
13:55 (cur | prev) +6 Z talk contribs
N    
13:54 (cur | prev) +2,010 Z talk contribs Created page with "Category:Post-It SSH BRUTEFORCE PREVENTION MIKROTIK<br />(Aka Fail2ban) == SSH IP Whitelist == Create the whitelist and add RFC1918 addresses : <nowiki> /ip/firewal..."
N    13:44  CISCO-ASA - IPsec Debug Commands‎‎ 3 changes history +748 [Z‎ (3×)]
     
13:44 (cur | prev) +95 Z talk contribs
     
13:42 (cur | prev) +7 Z talk contribs
N    
13:41 (cur | prev) +646 Z talk contribs Created page with "Category:Post-It == Show phase 1 == All phase 1 : <nowiki> ASA# show crypto isakmp sa ASA# sh crypto ikev1 sa</nowiki> A specific phase 1 : <nowiki> ASA# show cr..."
N    13:30  CISCO-ASA - Traffic Capture Setup diffhist +1,211 Z talk contribs Created page with "Category:Post-It == Configure The Capture Filter == Start the packet capture process with the capture command in privileged EXEC mode. In this configuration example, t..."
N    13:25  OPENSSL - Certificate Verifications diffhist +737 Z talk contribs Created page with "Category:Post-It == Renewing x509 Certificate == <nowiki> openssl x509 -in certfile -out new_certfile</nowiki> == Renewing RSA chain == <nowiki> openssl rsa -in..."
N    13:09  ESXI - Base Commands‎‎ 2 changes history +1,079 [Z‎ (2×)]
     
13:09 (cur | prev) +150 Z talk contribs
N    
13:08 (cur | prev) +929 Z talk contribs Created page with "Category:Post-It Dealing with EsXi CLI... == Show Routes == <nowiki> esxcli network ip route ipv4 list</nowiki> == Show Interfaces and Subnet Masks == <nowiki>..."
N    12:58  CURL - TTFB Measure‎‎ 2 changes history +603 [Z‎ (2×)]
     
12:58 (cur | prev) 0 Z talk contribs
N    
12:58 (cur | prev) +603 Z talk contribs Created page with "Category:Post-It Time to first byte (TTFB) is a measurement used as an indication of the responsiveness of a webserver or other network resource. TTFB measures the durati..."
N    12:44  FORTIGATE - IPsec Debug‎‎ 4 changes history +4,036 [Z‎ (4×)]
     
12:44 (cur | prev) +20 Z talk contribs
     
12:43 (cur | prev) +3 Z talk contribs
     
12:42 (cur | prev) +143 Z talk contribs
N    
12:31 (cur | prev) +3,870 Z talk contribs Created page with "Category:Post-It SÉRIE DE COMMANDES PERMETTANT LE DEBUG D'UN VPN IPSEC == SHOW PHASE 1 == <nowiki> FG1_X (IPSEC-VDOM) # diagnose vpn ike gateway list name PHASE1-NA..."
N    12:15  ROOTKIT - Check Script diffhist +260 Z talk contribs Created page with "Category:Post-It <nowiki> #!/bin/bash rkhunter --update rkhunter --propupd rkhunter -C rkhunter --check-all --sk chkrootkit tiger lynis --check-update lynis --check-..."
N    11:52  RASPBERRYPI - Headless Setup‎‎ 6 changes history +999 [Z‎ (6×)]
     
11:52 (cur | prev) +6 Z talk contribs
     
11:52 (cur | prev) +1 Z talk contribs
     
11:51 (cur | prev) +5 Z talk contribs
     
11:51 (cur | prev) +4 Z talk contribs
     
11:51 (cur | prev) +3 Z talk contribs
N    
11:50 (cur | prev) +980 Z talk contribs Created page with "Category:Post-It Mount the media, then go in bootfs partition : <nowiki> cd /media/.../bootfs/</nowiki> == User Setup == Generate the user/password file with : <no..."
N    11:38  MINICOM - Basic Usage diffhist +1,572 Z talk contribs Created page with "Category:Post-It == Installation == To install minicom on a Debian-based Linux system, use the following command: <nowiki> sudo apt-get install minicom</nowiki> On..."