paris/i-033b6c6ec40e2452e
by SadServersMore by SadServers
root 570 0.1 6.0 107132 28456 ? Ss 20:44 0:00 /usr/bin/pyth.py root 574 0.0 0.9 220796 4352 ? Ssl 20:44 0:00 /usr/sbin/rsyroot 579 0.0 1.4 13500 6772 ? Ss 20:44 0:00 /lib/systemd/root 582 0.0 0.3 2872 1676 tty1 Ss+ 20:44 0:00 /sbin/agetty 1 linux root 583 0.0 0.4 4396 2104 ttyS0 Ss+ 20:44 0:00 /sbin/agetty 15200,57600,38400,9600 ttyS0 vt220 root 584 0.0 1.5 13352 7184 ? Ss 20:44 0:00 sshd: /usr/sbf 10-100 startups _chrony 586 0.0 0.7 10852 3700 ? S 20:44 0:00 /usr/sbin/chr_chrony 588 0.0 0.1 10724 552 ? S 20:44 0:00 \_ /usr/sbinroot 589 0.0 3.6 26612 17248 ? Ss 20:44 0:00 /usr/bin/pyth-upgrades/unattended-upgrade-shutdown --wait-for-signal admin@i-07f79c3179505d899:~$
paris/i-07f79c3179505d899 03:35
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 SadServersadmin@i-07dce1b4c6a64e35f:/etc/apache2/conf-available$ ls -l total 4 -rw-r--r-- 1 root root 127 Dec 18 2020 javascript-common.conf admin@i-07dce1b4c6a64e35f:/etc/apache2/conf-available$ ls -l ../ total 4 drwxr-xr-x 2 root root 4096 Sep 24 2023 conf-available admin@i-07dce1b4c6a64e35f:/etc/apache2/conf-available$ cat javascript-common.conAlias /javascript /usr/share/javascript/ <Directory "/usr/share/javascript/"> Options FollowSymLinks MultiViews </Directory> admin@i-07dce1b4c6a64e35f:/etc/apache2/conf-available$ cat ^C admin@i-07dce1b4c6a64e35f:/etc/apache2/conf-available$