Skip to main content

Wing Data

Oct 31, 2021aedrarian
Loading...

More Plaintext Posts

Untitled

Sep 27, 2024popeyevn

0 likes • 1 view

alert('123');

Message A - 2^3

Apr 14, 2021Daedalus

0 likes • 0 views

Eqtt vw wvm awtdm ug xchhtm?

default netplan

Nov 18, 2022AustinLeath

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

Untitled

May 13, 2025rejordon17-9956

0 likes • 1 view

fsdfsdfsdf

Untitled

Mar 14, 2025melikdev

0 likes • 2 views

console.log('hello world')

AWS EC2 Cloud-Init User Detail

Nov 18, 2022AustinLeath

0 likes • 11 views

#!/bin/bash
yum -y install httpd
systemctl enable httpd
systemctl start httpd
hostname > /var/www/html/index.html