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 | Hide bots | Hide minor edits
Show new changes starting from 16:19, 28 April 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

8 April 2024

N    10:26  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    10:21  DEBIAN - Post-Install Security diffhist +176 Z talk contribs Created page with "Category:Post-It == Script File == <nowiki> #/bin/bash apt update && apt install -y fail2ban rkhunter chkrootkit lynis tiger gnupg2 logwatch debsecan exit 0</nowiki>"
N    08:34  SCREEN - Config‎‎ 2 changes history +4,989 [Z‎ (2×)]
     
08:34 (cur | prev) -9 Z talk contribs
N    
08:34 (cur | prev) +4,998 Z talk contribs Created page with "Category:Post-It == Script File == <nowiki> #!/bin/sh # # # # echo "##### screen configuration files update" && ##### Test Screen previous config file echo "# /e..."
N    08:12  VIM - Config diffhist +889 Z talk contribs Created page with "Category:Post-It == Script File == <nowiki> #!/bin/sh # # To run after VIM installation ##### Test pre-existent config file echo "/root/.vimrc test..." if [ -e ~/.v..."
N    07:59  TERMINATOR - Config diffhist +609 Z talk contribs Created page with "Category:Post-It == Config File == The config file is in '/home/<USER>/.config/terminator' <nowiki> [global_config] suppress_multiple_term_dialog = True [keybindin..."

5 April 2024

N    11:57  DEBIAN - Upgrade Script diffhist +140 Z talk contribs Created page with "Category:Post-It <nowiki> #!/bin/bash apt-get update && apt-get upgrade && apt-get clean && apt-get autoremove -f -y exit 0</nowiki>"