User contributions for Mflavell
From Cramsession
Jump to navigationJump to search
27 July 2024
- 00:1200:12, 27 July 2024 diff hist +1 Main Page No edit summary
- 00:1200:12, 27 July 2024 diff hist +26 Main Page →Cram Sessions
- 00:1100:11, 27 July 2024 diff hist +18 Main Page No edit summary
- 00:1000:10, 27 July 2024 diff hist −1 MediaWiki:Sidebar No edit summary
- 00:0900:09, 27 July 2024 diff hist +50 MediaWiki:Sidebar No edit summary
- 00:0700:07, 27 July 2024 diff hist +14 MediaWiki:Sidebar No edit summary
- 00:0700:07, 27 July 2024 diff hist −12 MediaWiki:Sidebar No edit summary
- 00:0700:07, 27 July 2024 diff hist +11 MediaWiki:Sidebar No edit summary
- 00:0600:06, 27 July 2024 diff hist −87 MediaWiki:Sidebar No edit summary
- 00:0500:05, 27 July 2024 diff hist −79 Main Page No edit summary
- 00:0500:05, 27 July 2024 diff hist +6 Main Page No edit summary
- 00:0400:04, 27 July 2024 diff hist −12 Main Page No edit summary
- 00:0300:03, 27 July 2024 diff hist 0 Main Page No edit summary
- 00:0100:01, 27 July 2024 diff hist −843 Main Page No edit summary
26 July 2024
- 23:5923:59, 26 July 2024 diff hist +32 Main Page No edit summary
- 23:4223:42, 26 July 2024 diff hist +1,085 N AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 2 Created page with "=EC2 Resource Isolation= * If an EC2 is compromised, isolate it immediately. * Prevent further communication to/from it. * This minimizes the risk of data removal. * Create a copy of the instance using an AMI (Amazon Machine Image) * Terminate the instance to stop further use of it * The quickest way to isolate an instance is to update its security group. * Any roles associated with the instance should be removed =To perform a forensic investigation= * Crete a..."
- 23:2023:20, 26 July 2024 diff hist +70 AWS Cyberscurity Notes No edit summary
25 July 2024
- 22:5522:55, 25 July 2024 diff hist +782 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
- 00:5900:59, 25 July 2024 diff hist +190 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
- 00:4200:42, 25 July 2024 diff hist +263 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
- 00:3400:34, 25 July 2024 diff hist +3 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
- 00:3300:33, 25 July 2024 diff hist +73 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
24 July 2024
- 10:0010:00, 24 July 2024 diff hist +904 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
- 01:1301:13, 24 July 2024 diff hist +353 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
23 July 2024
- 18:3518:35, 23 July 2024 diff hist +261 N Cannot Connect to CA Directory from LDAP Browser Created page with "It is most likely a problem with the knowledge file. Check the address section. This is where the DSA will listen, the address and the port # Exaple: address = tcp "policy" port 2001 won't work. Change to address. = tcp "192.168.1.222" port 2001" current
- 18:3218:32, 23 July 2024 diff hist +1 CA Directory No edit summary
- 18:3218:32, 23 July 2024 diff hist +53 CA Directory No edit summary
- 01:0401:04, 23 July 2024 diff hist +601 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
22 July 2024
- 18:2818:28, 22 July 2024 diff hist +66 CA DIR Failed to initialise crypto/ssl libraries No edit summary
- 18:0418:04, 22 July 2024 diff hist −1 CA DIR Failed to initialise crypto/ssl libraries No edit summary
- 17:3117:31, 22 July 2024 diff hist +138 N Create a new DSA Created page with "cd to /opt/CA/Directory/bin run dxnewdsa [DSA NAME] [PORT] [DN] for example dxnewdsa DSA1 1234 ou=Internet Sales, o=ACME Corp, c=US"
- 17:2917:29, 22 July 2024 diff hist +22 CA Directory No edit summary
- 17:2917:29, 22 July 2024 diff hist +130 N CA DIR Failed to initialise crypto/ssl libraries Created page with "CD here: /opt/CA/Directory/dxserver/lib/capki Run these commands: chmod +x setup ./setup install caller=ETDIR e nv=all verbose"
- 17:2817:28, 22 July 2024 diff hist +2 CA Directory No edit summary
- 17:2817:28, 22 July 2024 diff hist +52 CA Directory No edit summary
21 July 2024
- 16:1916:19, 21 July 2024 diff hist +150 AWS Certified Serucity Spacaility - SCS-C02 Study notes →Containment Tag: Reverted
- 16:0816:08, 21 July 2024 diff hist +234 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
- 15:5815:58, 21 July 2024 diff hist +366 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary Tag: Reverted
- 15:3915:39, 21 July 2024 diff hist +855 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary
20 July 2024
- 00:2900:29, 20 July 2024 diff hist +658 AWS Certified Serucity Spacaility - SCS-C02 Study notes No edit summary
19 July 2024
- 22:2322:23, 19 July 2024 diff hist −3 CA Siteminder No edit summary
- 15:3215:32, 19 July 2024 diff hist +301 N Set Envonment Variable in Linux Created page with "=Displaying a Varable= echo $VARABLENAME =Setting a Varible= export VARIABLE_NAME=value =Make Varable Persistant= Add to bash RC: vi ~/.bashrc Source it source .bashrc Open a new session to test =References= https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/"
- 15:2815:28, 19 July 2024 diff hist +35 Linux No edit summary
18 July 2024
- 17:1917:19, 18 July 2024 diff hist +20 Mount S3 to an EC2 Instance No edit summary
- 17:0217:02, 18 July 2024 diff hist +958 N Mount S3 to an EC2 Instance Created page with " =Create an IAM role= * Open IAM * Select Roles * Create Role * Select AWS service / EC2 * Search ''AmazonS3FullAccess'' ** Select it ** Add any other rights you need *** Remember only one IAM role can be bound to EC2 ** Click Next * Give it a name ** Click ''Create Role'' =Bind the Role to a EC2 Instance= * Open EC2 * Select the Instance ** Select Actions > Security > Change Security Groups. ** Connect the IAM role =Install Software= * Connect to the instance * Run..."
- 15:4515:45, 18 July 2024 diff hist +1 AWS No edit summary
- 15:4415:44, 18 July 2024 diff hist +32 AWS No edit summary
17 July 2024
- 23:3723:37, 17 July 2024 diff hist −1 Main Page No edit summary
- 18:3218:32, 17 July 2024 diff hist +64 N Ham Radio Created page with "[https://www.qsl.net/w4sat/horizon.htm Line of siite calculator]"
- 18:3118:31, 17 July 2024 diff hist +2 Main Page No edit summary