A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
install:base-lmde2:upgrade-from-lmde1 [2015/07/25 01:35]
admin [Settings and Personal Data]
install:base-lmde2:upgrade-from-lmde1 [2015/11/18 13:59] (current)
admin [Settings and Personal Data]
Line 112: Line 112:
 </​code>​ </​code>​
  
-To apply the changes made to /etc/fstab+To apply the changes made to /​etc/​fstab ​it's recommended to reboot ​ (as your /home directory is concerned).
-<​code>​ +
-> sudo mount -a +
-</code>+
  
 It is always safer to reference your partition using their UUID, this avoids any possible confusion in case your hard drive would get mounted under another reference. This is particularly true when using external USB devices.\\ It is always safer to reference your partition using their UUID, this avoids any possible confusion in case your hard drive would get mounted under another reference. This is particularly true when using external USB devices.\\
Line 174: Line 171:
 This may take a while depending on the volume of the **/home** directory, but you'll end up having a copy of it on your future LMDE 2 hard disk. This may take a while depending on the volume of the **/home** directory, but you'll end up having a copy of it on your future LMDE 2 hard disk.
  
 +To deactivate a LVM2 physical volume and remove the drive
 +<​code>​
 +> sudo umount /tmp/home2
 +> sudo lvchange -an </​dev/​vg00>​
 +> sudo vgchange -an <​vg00>​
 +</​code>​
 +
 +If you also want to remove the device maps you can use
 +<​code>​
 +> dmsetup ls
 +> sudo dmsetup remove <​name>​
 +</​code>​
 ---- ----
 ===== LMDE 2 Installation ===== ===== LMDE 2 Installation =====
Line 351: Line 360:
 <color chocolate>​**Spotify**</​color>​ <color chocolate>​**Spotify**</​color>​
  
-Add to: **/​etc/​apt/​sources.list.d/​spotify.list**+Create source repo reference: **/​etc/​apt/​sources.list.d/​spotify.list**
 <​code>​ <​code>​
 # Spotify # Spotify
-deb http://​repository.spotify.com testing non-free+> sudo sh -c 'echo "deb http://​repository.spotify.com testing non-free" >> /​etc/​apt/​sources.list.d/​spotify.list'​
 </​code>​ </​code>​
 **note**: we are using the "​testing"​ repo as, today (2015.07.23),​ the "​stable"​ version of spotify-client is not compatible with Debian 8 Jessie. **note**: we are using the "​testing"​ repo as, today (2015.07.23),​ the "​stable"​ version of spotify-client is not compatible with Debian 8 Jessie.