Linux

I use a few Font Awesome icons in my Atom editor, so I have a global install on my desktop sudo apt-get install fonts-font-awesome

Grab the installer: 64 bit: wget https://downloads.plex.tv/plex-media-server/1.3.4.3285-b46e0ea/plexmediaserver_1.3.4.3285-b46e0ea_amd64.deb 32 bit: wget https://downloads.plex.tv/plex-media-server/1.3.4.3285-b46e0ea/plexmediaserver_1.3.4.3285-b46e0ea_i386.deb Then install manually sudo dpkg -i {the filename} The application should be available at http://{IP ADDRESS / DNS name}:32400/manage/index.html Restart the […]

Edit the wp-config.php file and add: define(‘FS_METHOD’, ‘direct’) Changing the owner will stop the prompt, but will sometimes break customization and previews. DO NOT do: cd /var/www/html/siteFolder sudo chown -R […]