aquaballoon

Profile Sync Daemon (Keep browser profiles in RAM)

Feb 15th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. http://www.webupd8.org/2013/02/keep-your-browser-profiles-in-tmpfs-ram.html#more
  2.  
  3. Install Profile Sync Daemon
  4.  
  5. $ sudo add-apt-repository ppa:graysky/utils
  6. $ sudo apt-get update
  7. $ sudo apt-get install profile-sync-daemon
  8.  
  9. $ gksu gedit /etc/psd.conf
  10. USERS="jlee"
  11. BROWSERS="firefox chromium"
  12.  
  13. $ profile-sync-daemon parse
  14. $ sudo service psd start
  15.  
  16. /dev/shm
Advertisement
Add Comment
Please, Sign In to add comment