Starting point is usually the Epson Drivers and Software download page
Took me here http://support.epson.net/linux/en/imagescanv3.php?version=1.1.6
Download and extract: imagescan-bundle-fedora-23-1.1.6.x64.rpm.tar.gz
Starting point is usually the Epson Drivers and Software download page
Took me here http://support.epson.net/linux/en/imagescanv3.php?version=1.1.6
Download and extract: imagescan-bundle-fedora-23-1.1.6.x64.rpm.tar.gz
sudo dracut -f |
[mochapenguin@tp300la ~]$ sudo fstrim -v / [sudo] password for mochapenguin: /: 686.4 GiB (736991698944 bytes) trimmed |
PSD is designed to manage browser profile(s) in tmpfs and to periodically sync back to the physical disc, thereby reducing writes to SSDs. This is useful where there is ample spare RAM on the system.
Browsers store their profile and cache in various locations as described below:
I took the approach of moving the cache folder into the profile folder (so PSD can sync it to tempfs) and create a symlink (so the browser works on as before).
Created a folder named cache within the profile folder, moved the cache folder contents there and created a symlink to it.
create symlink from Codeln -s /home/mochapenguin/.mozilla/firefox/<profile-id>.default/cache /home/mochapenguin/.cache/mozilla/firefox/<profile-id>.default |
/home/mochapenguin/.cache/google-chrome |
/home/mochapenguin/.config/google-chrome |
ln -s /home/mochapenguin/.config/google-chrome/CacheFedoraUser /home/mochapenguin/.cache/google-chrome |
/home/mochapenguin/.cache/midori |
/home/mochapenguin/.config/midori |
Created a folder named cache within the profile folder, moved the contents of the cache folder there and created a symlink to it.
create symlinkln -s /home/mochapenguin/.config/midori/cache /home/mochapenguin/.cache/midori |
Decided to use the overlayfs for the profile sync. This may be optional but I understand it helps making the sync efficient.
load up the overlay module manually (first time)sudo modprobe overlay |
overlay |