Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. ~ » sudo apt-get update
  2. sudo: unable to stat /etc/sudoers.d/README: No such file or directory
  3. [sudo] password for rihbyne:
  4. rihbyne is not in the sudoers file. This incident will be reported.
  5. ------------------------------------------------------------
  6. ~ » groups
  7. rihbyne root music_records
  8. ------------------------------------------------------------
  9. ~ » mysql
  10. ERROR 1045 (28000): Access denied for user 'rihbyne'@'localhost' (using password: NO)
  11. ------------------------------------------------------------
  12. ~ » sqlite
  13. zsh: correct 'sqlite' to 'sqlite3' [nyae]? y
  14. SQLite version 3.8.2 2013-12-06 14:53:30
  15. Enter ".help" for instructions
  16. Enter SQL statements terminated with a ";"
  17. sqlite> exit
  18. ...> ^C
  19. Error: incomplete SQL: exit
  20. ------------------------------------------------------------
  21. ~ » htop rihbyne@byne-devbox
  22. ------------------------------------------------------------
  23. ~ » sqlite rihbyne@byne-devbox
  24. zsh: correct 'sqlite' to 'sqlite3' [nyae]? y
  25. SQLite version 3.8.2 2013-12-06 14:53:30
  26. Enter ".help" for instructions
  27. Enter SQL statements terminated with a ";"
  28. sqlite>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement