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
Last revision Both sides next revision
people:glen [2013-06-01 00:52]
glen [PLD Linux VM images]
people:glen [2016-01-16 09:30]
glen Moving The Ctrl Key
Line 6: Line 6:
 ===== Inner Wiki links ===== ===== Inner Wiki links =====
  
 +  * [[#PLD Linux VM Images]]
 +  * [[http://​www.emacswiki.org/​emacs/​MovingTheCtrlKey|Moving The Ctrl Key]]
   * [[:​packages:​pear|PEAR Info]] ​   * [[:​packages:​pear|PEAR Info]] ​
-  * [[http://​www.tld-linux.org/​|Linux Titanium info]] ​+  * [[http://​www.tld-linux.org/​|TLD Linux (former PLD Titaniuminfo]] ​
   * [[:​docs:​vserver|PLD Linux Vserver pages]] ​   * [[:​docs:​vserver|PLD Linux Vserver pages]] ​
   * [[::​developingpld|Developing PLD Linux]] ​   * [[::​developingpld|Developing PLD Linux]] ​
Line 239: Line 241:
 ===== PLD Linux VM images ===== ===== PLD Linux VM images =====
  
-I've created PLD VirtualBox images, exported into [[wp>Open Virtualization Format|OVA (Open Virtualization Archive)]] format. +See [[.:glen:vm-info]] for more details
-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+
- +
-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 260: Line 254:
 When the move is done, URL for the image is copied to clipboard and image viewer is opened so you can see your image before you paste the url to IM, e-mail, etc... When the move is done, URL for the image is copied to clipboard and image viewer is opened so you can see your image before you paste the url to IM, e-mail, etc...
  
-Requirements[[https://​www.dropbox.com/​install?​os=lnx|dropboxd]] running, [[http://​ftp.gnome.org/​pub/​GNOME/​sources/​libnotify/​0.7/​|libnotify]],​ [[https://​github.com/​rvoicilas/​inotify-tools/​wiki|inotify-tools]] +See: https://​github.com/​glensc/​dropbox-watch
- +
-You should start the script at startup of your X session. +
- +
-<code bash ~/​.local/​bin/​dropbox-watch.sh> +
-#!/bin/sh +
-# A script that watches ~/​Pictures/​Screenshots dir, and any new file is added there, it +
-# is renamed so it would contain filename modify timestamp (uses safe +
-# characters not to require urlencode) and moved to dropbox dir. Additionally +
-# dropbox url is copied to clipboard and image viewer is opened to show that +
-# screenshot. +
-+
-# Author: Elan Ruusamäe <​glen@delfi.ee>​ +
-# Date: 2012-11-09 +
- +
-watchdir=$HOME/​Pictures/​Screenshots +
-# i'd use xdg-open here, but somewhy in GNOME 3.4 it opens dir containing the image +
-viewer=gpicview +
- +
-# Config +
-dropdir=$HOME/​Dropbox/​Public +
-dropuser=YOUR_DROPBOX_NUMERIC_USER_ID +
-dropurl=https://​dl.dropbox.com/​u/​$dropuser/​ss +
- +
-if [ ! -d $dropdir ]; then +
- echo >&2 "​Dropbox dir $dropdir missing!"​ +
- exit 1 +
-fi +
- +
-inotifywait -m -e moved_to -e close_write $watchdir | while read path change filename; do +
- case "​$change"​ in +
- CREATE|MOVED_TO|*CLOSE_WRITE*) +
- file=$path/​$filename +
- ;; +
- *) +
- continue +
- esac +
- +
- # reformat filename so it woult be nice url +
- mtime=$(stat -c "​%y"​ "​$file"​) +
- filename=$(date -d "​$mtime"​ '​+%Y-%m-%d_%H.%M.%S'​).png +
- +
- url="​$dropurl/​$filename"​ +
- +
- mv "​$file"​ "​$dropdir/​$filename"​ +
- +
- $viewer "​$dropdir/​$filename"​ & +
- +
- # Copy URL to clipboard and notify the user +
- echo -n "​$url"​ | xclip -selection c +
- notify-send --hint=int:​transient:​1 "​Screenshot Uploaded"​ "​Copied URL to clipboard:​\n$url"​ +
-done +
-</​code>​ +
 ===== PLD svn and Subversion under ac ===== ===== PLD svn and Subversion under ac =====
  
people/glen.txt · Last modified: 2016-01-16 09:33 by glen