User contributions for Mflavell
From Cramsession
Jump to navigationJump to search
28 April 2026
- 16:0716:07, 28 April 2026 diff hist +2 Ham Radio No edit summary
- 16:0616:06, 28 April 2026 diff hist +35 Ham Radio No edit summary
27 April 2026
- 16:3816:38, 27 April 2026 diff hist +859 N ‘bash\r’: No such file or directory Created page with "Computer Notes > Linux > ‘bash\r’: No such file or directory That error is a classic "invisible" headache. It usually happens because of a disagreement between Windows and Unix-based systems (like Linux or macOS) on how a line of text should end. ==The Culprit: Line Endings== In the world of text files, there are two main ways to signal the end of a line: LF (Line Feed): Used by Linux/macOS. Represented as \n. CRLF (Carriage Return + Line Feed): Used by W..."
- 16:3616:36, 27 April 2026 diff hist +45 Linux No edit summary
26 April 2026
- 22:4922:49, 26 April 2026 diff hist +4 Copy Files to an AWS instance using SCP No edit summary current
- 22:4922:49, 26 April 2026 diff hist +64 N Copy Files to an AWS instance using SCP Created page with "scp -i aws_servers.pem ''file to copy'' ubuntu@''external ip'':~"
- 22:4822:48, 26 April 2026 diff hist +45 AWS No edit summary
16 April 2026
- 21:0021:00, 16 April 2026 diff hist +6 DNS loopups with dnsmasq No edit summary
- 20:5720:57, 16 April 2026 diff hist +5 DNS loopups with dnsmasq No edit summary
- 20:5620:56, 16 April 2026 diff hist −2 DNS loopups with dnsmasq No edit summary
- 20:5620:56, 16 April 2026 diff hist +4 DNS loopups with dnsmasq No edit summary
- 20:5620:56, 16 April 2026 diff hist +56 DNS loopups with dnsmasq No edit summary
- 20:5520:55, 16 April 2026 diff hist +211 N DNS loopups with dnsmasq Created page with " This is used in the EGN enviomnet. dnsmasq does use the /etc/hosts file for resolution hoever it the cached in RAM. To make an update * Edit /etc/hosts with the change * run '''systemctl restart dnsmasq'''"
- 20:5320:53, 16 April 2026 diff hist +30 Linux No edit summary
- 20:5120:51, 16 April 2026 diff hist +203 Import an OVF from command line No edit summary
- 20:4820:48, 16 April 2026 diff hist −4 Import an OVF from command line No edit summary
- 20:4820:48, 16 April 2026 diff hist +214 Import an OVF from command line No edit summary
- 20:4520:45, 16 April 2026 diff hist +1 Import an OVF from command line No edit summary
- 20:4420:44, 16 April 2026 diff hist +3 Import an OVF from command line No edit summary
- 20:4420:44, 16 April 2026 diff hist +1 Import an OVF from command line No edit summary
- 20:4420:44, 16 April 2026 diff hist −5 Import an OVF from command line No edit summary
- 20:4420:44, 16 April 2026 diff hist 0 Import an OVF from command line No edit summary
- 20:4420:44, 16 April 2026 diff hist 0 Import an OVF from command line No edit summary
- 20:4420:44, 16 April 2026 diff hist +2 Import an OVF from command line No edit summary
- 20:4420:44, 16 April 2026 diff hist +3 Import an OVF from command line No edit summary
- 20:4320:43, 16 April 2026 diff hist +14 Import an OVF from command line No edit summary
- 20:4220:42, 16 April 2026 diff hist +156 Import an OVF from command line No edit summary
- 20:4120:41, 16 April 2026 diff hist +34 N Import an OVF from command line Created page with "Computer Notes > VSphere >"
- 20:4120:41, 16 April 2026 diff hist +69 N VSphere Created page with "Computer Notes > VSphere Import an OVF from command line"
- 20:4020:40, 16 April 2026 diff hist +12 Computer Notes No edit summary
- 20:3920:39, 16 April 2026 diff hist +15 Computer Notes No edit summary
- 20:3920:39, 16 April 2026 diff hist −354 Computer Notes No edit summary
10 March 2026
- 18:2818:28, 10 March 2026 diff hist +4 Python on Rocky Linux No edit summary current
- 18:2818:28, 10 March 2026 diff hist +60 Python on Rocky Linux No edit summary
- 18:2718:27, 10 March 2026 diff hist +100 N Python on Rocky Linux Created page with " Install python on rocky linux: sudo dnf install python3.11 -y sudo dnf install python3.11-pip -y"
- 18:2618:26, 10 March 2026 diff hist +27 Linux No edit summary
23 February 2026
- 17:0017:00, 23 February 2026 diff hist +104 Bash script to expand a disk partition No edit summary current
- 16:5916:59, 23 February 2026 diff hist +2,221 N Bash script to expand a disk partition Created page with "#!/bin/bash # Ensure root privileges if $EUID -ne 0 ; then echo "Error: This script must be run as root." exit 1 fi # Ensure growpart is installed if ! command -v growpart &> /dev/null; then echo "Installing required tools (cloud-guest-utils)..." apt-get update -qq && apt-get install -y cloud-guest-utils > /dev/null fi echo "---------------------------------------------------" echo " Available Partitions (Filesystems only)" echo "------------------..."
- 16:5816:58, 23 February 2026 diff hist +44 Bash Scripts No edit summary current
19 February 2026
- 21:1321:13, 19 February 2026 diff hist −2 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →Remdiation with AWS Config current
- 20:5720:57, 19 February 2026 diff hist −3 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →Evaluating Rules
- 20:5720:57, 19 February 2026 diff hist −2 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →Creating Custom Rules
- 20:5620:56, 19 February 2026 diff hist −4 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →AWS Config Managed Rules
- 20:5520:55, 19 February 2026 diff hist 0 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →AWS Config Rules
- 20:3320:33, 19 February 2026 diff hist −3 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →AWS Config Rules
- 20:3320:33, 19 February 2026 diff hist −2 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →AWS Config Rules
- 20:3020:30, 19 February 2026 diff hist 0 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →Configuration recorder
- 20:2920:29, 19 February 2026 diff hist −1 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →Configuration recorder
- 20:2720:27, 19 February 2026 diff hist 0 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →Configuration items
- 20:2420:24, 19 February 2026 diff hist −1 AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 →Confoguration items