kihei/i-08f29920237256d8d
by SadServersMore by SadServers
-rw-r----- 1 root adm 928 Dec 6 07:51 user.log -rw-r----- 1 root adm 7751 Sep 24 23:20 user.log.1 -rw-r----- 1 root adm 2927 Sep 20 15:56 user.log.2.gz -rw-rw-r-- 1 root utmp 67968 Dec 6 07:51 wtmp admin@i-0e05d284027a30782:/var/log$ cd journal/ admin@i-0e05d284027a30782:/var/log/journal$ ls -la total 12 drwxr-sr-x+ 3 root systemd-journal 4096 Sep 17 16:44 . drwxr-xr-x 9 root root 4096 Dec 6 07:51 .. drwxr-sr-x+ 2 root systemd-journal 4096 Dec 6 07:51 ec26942be8219bc22967aa0256120fca admin@i-0e05d284027a30782:/var/log/journal$ cat ec26942be8219bc22967aa0256120fca/ cat: ec26942be8219bc22967aa0256120fca/: Is a directory admin@i-0e05d284027a30782:/var/log/journal$
paris/i-0e05d284027a30782 04:37
by SadServers# Define the range of ports you want to test (from PORT_START to PORT_END) PORT_START=1 PORT_END=65535 # Define the target host (localhost in this case) TARGET_HOST="localhost" # Loop through the range of ports and run curl with a 1-second timeout for ((port = PORT_START; port <= PORT_END; port++)); do "$TARGET_HOST:$port" &>/dev/null if [ $? -eq 0 ]; then echo "Port $port is open" fi done
taipei/i-05ea7b30c835c60a9 03:55
by SadServersadmin@i-0fa82171f11fb6464:~$ whereis mc mc: /usr/bin/mc admin@i-0fa82171f11fb6464:~$ cd /usr/local/ bin/ etc/ games/ include/ lib/ man/ sbin/ share/ src/ admin@i-0fa82171f11fb6464:~$ cd /usr/local/bin/ admin@i-0fa82171f11fb6464:/usr/local/bin$ ls flask admin@i-0fa82171f11fb6464:/usr/local/bin$ ls -ah . .. flask admin@i-0fa82171f11fb6464:/usr/local/bin$ ls -lah total 12K drwxr-xr-x 2 root root 4.0K Sep 24 23:20 . drwxr-xr-x 10 root root 4.0K Sep 20 15:53 .. -rwxr-xr-x 1 root root 208 Sep 24 23:20 flask admin@i-0fa82171f11fb6464:/usr/local/bin$ where ping