kihei/i-0c087410ecc8c5260
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 SadServersmedia-types python-apt-common python3-minimal python3.9 python3.9-minimal qemuUse 'sudo apt autoremove' to remove them. The following additional packages will be installed: vim-common vim-tiny Suggested packages: indent The following packages will be REMOVED: vim* vim-runtime* The following packages will be upgraded: vim-common vim-tiny 2 upgraded, 0 newly installed, 2 to remove and 102 not upgraded. Need to get 970 kB of archives. After this operation, 36.3 MB disk space will be freed. Do you want to continue? [Y/n] Y 0% [Connecting to cdn-aws.deb.debian.org (2600:9000:25f5:9e00:c:a756:bac0:93a1)]
kihei/i-0ab6666ca9b88fcdd 06:45
by SadServersbash: start: command not found admin@i-0f1e5ff82074e1a48:~$ runs /home/admin/kihei bash: runs: command not found admin@i-0f1e5ff82074e1a48:~$ /home/admin/kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-0f1e5ff82074e1a48:~$ ls -l /home/admin/kihei -rwxr-xr-x 1 admin root 2207109 Sep 17 17:28 /home/admin/kihei admin@i-0f1e5ff82074e1a48:~$ chown -R root:root /home/admin/kihei chown: changing ownership of '/home/admin/kihei': Operation not permitted admin@i-0f1e5ff82074e1a48:~$ sudo chown -R root:root /home/admin/kihei admin@i-0f1e5ff82074e1a48:~$