User Tools

Site Tools


people:glen

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
Next revision Both sides next revision
people:glen [2012-12-20 11:05]
glen syntax to blocks
people:glen [2013-06-01 00:52]
glen [PLD Linux VM images]
Line 237: Line 237:
 now remove the old disk and voila! ​ now remove the old disk and voila! ​
  
-===== PLD Linux VirtualBox ​images =====+===== PLD Linux VM images =====
  
-I've created PLD VirtualBox images, exported into [[wp>​Open Virtualization Format|OVA (Open Virtualization Archive)]] format+I've created PLD VirtualBox images, exported into [[wp>​Open Virtualization Format|OVA (Open Virtualization Archive)]] format
 +There'​s also [[wp>​Vagrant (software)|Vagrant]] base images (''​.box''​). Actually now I build ''​.box''​ files, which if renamed are importable as ''​.ova''​ files.
  
   * ftp://​ftp.pld-linux.org/​people/​glen/​vm/​   * ftp://​ftp.pld-linux.org/​people/​glen/​vm/​
  
 +To convert images to qemu qcow2 format, extract ''​.box''​ file (it's gnu tar format) and execute:
 +<​code>​
 +$ qemu-img convert -c -O qcow2 box-disk1.vmdk pld.qcow2
 +</​code>​
 ===== Upgrading PHP 5.3 -> PHP 5.4 ===== ===== Upgrading PHP 5.3 -> PHP 5.4 =====
  
Line 307: Line 312:
  notify-send --hint=int:​transient:​1 "​Screenshot Uploaded"​ "​Copied URL to clipboard:​\n$url"​  notify-send --hint=int:​transient:​1 "​Screenshot Uploaded"​ "​Copied URL to clipboard:​\n$url"​
 done done
 +</​code>​
 +
 +===== PLD svn and Subversion under ac =====
 +
 +[[/​AcInfo|Ac]] has old openssl that can't do [[wp>​Server Name Indication|SNI]] properly, therefore accessing svn over https gives errors:
 +
 +<​file>​
 +svn: OPTIONS of '​https://​....':​ Certificate verification error: certificate signature failure (https://​svn.pld-linux.org)
 +</​file>​
 +
 +A [[http://​jamescrisp.org/​2010/​06/​05/​workaround-for-subversion-svn-certificate-verification-error-insecure-algorithm-on-ubuntu-1004-lucid-lynx/​|Workaround]] possible:
 +<code config ~/​.subversion/​servers>​
 +[groups]
 +pld = svn.pld-linux.org
 +
 +[pld]
 +ssl-trust-default-ca = no
 </​code>​ </​code>​
people/glen.txt · Last modified: 2016-01-16 09:33 by glen