• Aug 7, 2024 •naiferomar366-60ef
0 likes • 2 views
aaaa
• Nov 18, 2022 •AustinLeath
0 likes • 0 views
# This is the network config written by 'subiquity' network: ethernets: enp0s3: dhcp4: yes nameservers: addresses: [8.8.8.8,8.8.4.4] version: 2
• May 30, 2025 •kimdylan05-04cd
0 likes • 1 view
refre
• Jan 10, 2025 •alexandr.zaikin.9999-c10d
import os
0 likes • 11 views
#!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd hostname > /var/www/html/index.html
• Apr 26, 2025 •C S
0 likes • 3 views
[*.cs] indent_style = space indent_size = 2 tab_width = 2 csharp_new_line_before_open_brace = none