Posts

Showing posts with the label updates

arch mirror list

I have a feeling I'm not managing my arch mirrorlist very well. https://wiki.archlinux.org/index.php/Mirrors#List_by_speed back it up: (NB don't do this on xps now as it only contains the 6 fastest!) # cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup uncomment all: # sed -i 's/^#Server/Server/' /etc/pacman.d/mirrorlist.backup rank and output 6 fastest: # rankmirrors -n 6 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist

ghost

 Installling ghost locally . Warning recived during install: Upgrading Ghost involves replacing old files with the new files, and restarting the server. However, as the database, image uploads and custom themes are stored alongside Ghost in the content directory, care should be taken to only replace the necessary files as explained at http://support.ghost.org/how-to-upgrade/ . It is highly recommended that you make a backup of your data before upgrading. To backup all the data from your database, log into your Ghost install and go to /ghost/debug/. Press the export button to download a JSON file containing all of your data.