Advertisement
4tolexx

helpful links

Mar 8th, 2023 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. # creating swapfiles in ubuntu
  2. https://askubuntu.com/questions/920595/fallocate-fallocate-failed-text-file-busy-in-ubuntu-17-04
  3.  
  4. # memory resolution issues with vite
  5. https://github.com/vitejs/vite/issues/2433
  6.  
  7. # resolve ``Selenium::WebDriver::Error::NoSuchDriverError: invalid session id`` issue
  8. https://github.com/grosser/parallel_tests/issues/658
  9.  
  10. # capybara cheatsheet API
  11. https://capybara-test-helpers.netlify.app/api/selectors.html
  12.  
  13. # tuning elasticsearch
  14. https://www.yireo.com/blog/2021-01-06-faster-docker-for-elasticsearch
  15.  
  16. # Xpath cheatsheet
  17. https://www.red-gate.com/simple-talk/development/dotnet-development/xpath-css-dom-and-selenium-the-rosetta-stone/
  18. https://en.wikipedia.org/wiki/XPath#Examples
  19.  
  20. # redis multiple databases issue
  21. https://stackoverflow.com/questions/16221563/whats-the-point-of-multiple-redis-databases
  22. https://stackoverflow.com/questions/14742020/configuring-redis-sidekiq-in-production
  23. https://jeroenrijks.com/2021/01/10/removing-redis-namespace.html
  24.  
  25. # gitlab markdown
  26. https://cm-gitlab.stanford.edu/help/markdown/markdown.md
  27.  
  28. # resolution to postgres port clashing with docker port
  29. https://stackoverflow.com/questions/38249434/docker-postgres-failed-to-bind-tcp-0-0-0-05432-address-already-in-use
  30.  
  31. # Git
  32. https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-history
  33.  
  34.  
  35.  
  36. *** BOOKS
  37. # introduction to computer networks
  38. https://intronetworks.cs.luc.edu/current1/html/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement