command-line-murders/i-071b3e1fd1456ee07
by SadServersMore by SadServers
# Establish a connection to RabbitMQ connection = pika.BlockingConnection(parameters) channel = connection.channel() # Declare a queue channel.queue_declare(queue=QUEUE) # Publish a message to the queue channel.basic_publish(exchange='', routing_key=QUEUE, body=MESSAGE) print("Message sent to RabbitMQ") # Close the connection connection.close() admin@i-0ffa8982dfb2f3217:~$ grep RMQ_QUEUE
chennai/i-0ffa8982dfb2f3217 17:53
by SadServersSep 17 16:44:28 debian kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC >Sep 17 16:44:28 debian kernel: Using GB pages for direct mapping Sep 17 16:44:28 debian kernel: RAMDISK: [mem 0x1d286000-0x1df41fff] Sep 17 16:44:28 debian kernel: ACPI: Early table checksum verification disabl>Sep 17 16:44:28 debian kernel: ACPI: RSDP 0x00000000000F8F40 000014 (v00 AMAZ>Sep 17 16:44:28 debian kernel: ACPI: RSDT 0x000000001EBEE350 000044 (v01 AMAZ>admin@i-0233ca5e1d96f6d42:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 368K 46M 1% /run /dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-0233ca5e1d96f6d42:~$ top
kihei/i-0233ca5e1d96f6d42 00:47
by SadServers11M agent 4.0K data 0 datafile 2.2M kihei 13M total root@i-06a5b7a418159c2e8:/home/admin# df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 384K 46M 1% /run /dev/nvme0n1p1 7.7G 1.1G 6.2G 15% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi tmpfs 46M 0 46M 0% /run/user/0 root@i-06a5b7a418159c2e8:/home/admin#