thattacoguy

TACO'S GUIDE TO MAKE LINUX MINT NOT SUCK

Mar 1st, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ==TACO'S SHORT GUIDE TO MAKE LINUX MINT NOT SUCK==
  2.  
  3. ==SKYPE==
  4. BECAUSE CHATTING WITH FRIENDS.
  5.  
  6. # 1. If you're on a 32-bit system, then you won't
  7. # have to worry about most dependencies, so
  8. # you should install the only remaining dependency
  9. # for Skype, which is the following:
  10. sudo apt-get install libqt4-webkit
  11.  
  12. # 1a.(If you're on a 64-bit system, there's a LOT of
  13. # dependencies needed for it. You're better off
  14. # using something like
  15. http://plus.im
  16. # for your Skype needs.)
  17.  
  18. # 2. Goto your media, or just copy the .deb to your
  19. # local folder, and install using
  20. dpkg -i [name of deb].deb
  21. # or just double click and use the graphic installer.
  22.  
  23. # 3. Place the "dotSkype" folder inside of your "home"
  24. # folder, and rename it to ".Skype". This contains
  25. # all of the previous logs and login information of
  26. # the user.
  27.  
  28. ==FIREFOX==
  29. BECAUSE DUCK DUCK GO IS HORRENDOUS.
  30.  
  31. # 1. Type this into the address bar, ignore the
  32. # voided warranty statement:
  33. about:config
  34.  
  35. # 2. Then, search for this in the search bar:
  36. keyword.URL
  37.  
  38. # 3. Replace the existing value with this:
  39. http://www.google.com.ec/search?ie=UTF-8&oe=UTF-8&q=
  40.  
  41. # 3b.This makes it so that when you type something into
  42. # the search bar, it will search with Google and not
  43. # the horrendous Duck Duck Go. **shudders**
  44.  
  45. ==SPOTIFY==
  46. BECAUSE MUSIC IS AWESOME.
  47.  
  48. # 1. Add this line to your list of repositories by
  49. # editing your /etc/apt/sources.list, or just
  50. # add it in "Synaptic Package Manager" under
  51. # >Settings >Repositories >Other Software >Add.
  52. deb http://repository.spotify.com stable non-free
  53.  
  54. # 2. If you want to verify the downloaded packages,
  55. # you will need to add the public key.
  56. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
  57.  
  58. # 3. Run apt-get update to reload the files from
  59. # the 'net. If you don't, apt won't recognize
  60. # that you threw in a new repository or a new
  61. # public key.
  62. sudo apt-get update
  63.  
  64. # 4. Install Spotify! Woo!
  65. sudo apt-get install spotify-client
  66.  
  67.  
  68. ==END OF TACO'S SHORT GUIDE TO MAKE LINUX MINT NOT SUCK==
Advertisement
Add Comment
Please, Sign In to add comment