wangalex

Untitled

Dec 15th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. wangalex1@ubuntu:~$ ssh admin@84.201.162.218
  2. Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-55-generic x86_64)
  3.  
  4. * Documentation: https://help.ubuntu.com
  5. * Management: https://landscape.canonical.com
  6. * Support: https://ubuntu.com/advantage
  7.  
  8. * Overheard at KubeCon: "microk8s.status just blew my mind".
  9.  
  10. https://microk8s.io/docs/commands#microk8s.status
  11.  
  12. * Canonical Livepatch is available for installation.
  13. - Reduce system reboots and improve kernel security. Activate at:
  14. https://ubuntu.com/livepatch
  15. Last login: Sun Dec 15 19:21:25 2019 from 128.68.154.145
  16. admin@automation-test1:~$ sudo -u postgres psql;
  17. psql (10.10 (Ubuntu 10.10-0ubuntu0.18.04.1))
  18. Type "help" for help.
  19.  
  20. postgres=# \c zen
  21. You are now connected to database "zen" as user "postgres".
  22. zen=# \dt
  23. List of relations
  24. Schema | Name | Type | Owner
  25. --------+---------+-------+----------
  26. public | log_raw | table | postgres
  27. (1 row)
  28.  
  29. zen=# select count(*) from log_raw;
  30. count
  31. --------
  32. 322391
  33. (1 row)
  34.  
  35. zen=#
Add Comment
Please, Sign In to add comment