surfref.txt 779 B

1234567891011121314151617181920212223242526
  1. sudo apt-get install libglib2.0-dev # glib.c
  2. sudo apt-get install libgcr-3-dev # No package 'gcr-3' found
  3. sudo apt-get install tabbed
  4. sudo make clean install
  5. # surf browser
  6. surf https://thenewsminute.com
  7. tabbed surf -e https://thenewsminute.com
  8. # navigating tabs
  9. Ctrl+Shift+Enter # to open up a new tab in surf
  10. Ctrl+1-9 # to quickly move between tabs
  11. Ctrl-Q # close browser tabs
  12. Ctrl+Tab # swap between the two most recent tabs
  13. # surf homepage
  14. touch surf-homepage
  15. echo '!#/bin/bash' >> surf-homepage
  16. echo 'tabbed surf -e duckduckgo.in' >> surf-homepage
  17. # update the permission of the script with chmod,
  18. # then use the mv command to add it to /usr/bin
  19. sudo chmod u+x surf-homepage
  20. sudo mv surf-homepage /usr/bin
  21. $ surf-homepage