CSS 3 Spinning Image
Slow spinning image <style> .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } </style>
Slow spinning image <style> .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } </style>
Everytime I had to set up Plex Media Server in Ubuntu I experienced permission problems. I’ve tried many different solutions, some working, most not. I’ve tried using udisks-glue when my drives were formatted as NTFS, but decided that its just …
I finally got my AMD Radeon HD 7990 card working in Ubuntu 13.10. I had to install fglrx drivers instead of fglrx-updates. I used this guide to help set up a pretty efficient mining config.