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-08-22 22:49]
glen Upgrading PHP 5.3 -> PHP 5.4
people:glen [2015-11-13 14:24]
glen [Inner Wiki links]
Line 1: Line 1:
 +====== Elan Ruusamäe ======
  
- 
-====== Elan Ruusamäe ====== 
 [[http://​cia.vc/​stats/​author/​glen|{{http://​dev.gentoo.org/​~spock/​img/​icons/​cia-stats.png?​}}]] ​ [[http://​cia.vc/​stats/​author/​glen|{{http://​dev.gentoo.org/​~spock/​img/​icons/​cia-stats.png?​}}]] ​
- 
-/* UndefinedMacro:​ TableOfContents(None) */  
- 
  
  
 ===== Inner Wiki links ===== ===== Inner Wiki links =====
  
-  * [[:Packages:PEAR|PEAR Info]]  +  ​* [[#PLD Linux VM Images]] 
-  * [[http://​www.tld-linux.org/​|Linux Titanium info]]  +  ​* [[:packages:pear|PEAR Info]]  
-  * [[:Docs:Vserver|PLD Linux Vserver pages]]  +  * [[http://​www.tld-linux.org/​|TLD Linux (former PLD Titaniuminfo]]  
-  * [[:DevelopingPLD|Developing PLD Linux]]  +  * [[:docs:vserver|PLD Linux Vserver pages]]  
-  * [[:DevelopingPLD:AcRequestsRules|AC builder notes]]  +  * [[::​developingpld|Developing PLD Linux]]  
-  * [[:DevelopingPLD:AcKernelBuilderNotes|building Ac kernel packages notes]]  +  * [[:developingpld:acrequestsrules|AC builder notes]]  
-  * [[:DevelopingPLD:ThKernelBuilderNotes|building Th kernel packages notes]]  +  * [[:developingpld:ackernelbuildernotes|building Ac kernel packages notes]]  
-  * [[:Packages:Anaconda|anaconda]]  +  * [[:developingpld:thkernelbuildernotes|building Th kernel packages notes]]  
-  * [[:DevelopingPLD:AdvancedDeveloping:FixingAsNeeded|fixing --as-needed]]  +  * [[:packages:anaconda|anaconda]]  
-  * [[:CategoryHomepage|user homepages in www.pld-linux.org wiki]] ​+  * [[:developingpld:advanceddeveloping:fixingasneeded|fixing --as-needed]]  
 +  * [[:people|user homepages in www.pld-linux.org wiki]] ​
   * [[http://​carme.pld-linux.org/​~megabajt/​docs/​devel_cvs_wstep.html|cvs new account (in Polish)]] ​   * [[http://​carme.pld-linux.org/​~megabajt/​docs/​devel_cvs_wstep.html|cvs new account (in Polish)]] ​
  
Line 40: Line 37:
  
  
-<​file>​xprop -id $WINDOWID -notype WM_LOCALE_NAME+<​file ​bash>xprop -id $WINDOWID -notype WM_LOCALE_NAME
 </​file>​ </​file>​
  
Line 46: Line 43:
 ===== Detect PuTTY ===== ===== Detect PuTTY =====
  
- +<​file ​bash xterm-249/​vttests/​title.sh>
-<file># xterm-249/​vttests/​title.sh+
 old=$(stty -g) old=$(stty -g)
 stty raw -echo min 0 time 5 stty raw -echo min 0 time 5
Line 76: Line 72:
  
  
-<​file>​keychain -q --agents gpg+<​file ​bash> 
 +keychain -q --agents gpg
 if [ -f ~/​.keychain/​$HOSTNAME-sh-gpg ]; then if [ -f ~/​.keychain/​$HOSTNAME-sh-gpg ]; then
   . ~/​.keychain/​$HOSTNAME-sh-gpg   . ~/​.keychain/​$HOSTNAME-sh-gpg
Line 130: Line 127:
 <​file>​$ echo -ne '​\033]83;​encoding utf8\007'​ <​file>​$ echo -ne '​\033]83;​encoding utf8\007'​
 </​file>​ </​file>​
-for example my ''​~/​.bash_profile''​ on [[:Machines:​carme|carme]] contains: ​+for example my ''​~/​.bash_profile''​ on [[:machines:​carme|carme]] contains: ​
  
-<​file>#​ force screen utf8 encoding+<​file ​bash> 
 +# force screen utf8 encoding
 if [[ "​$TERM"​ = screen* ]]; then if [[ "​$TERM"​ = screen* ]]; then
   echo -ne '​\033]83;​encoding utf8\007'​   echo -ne '​\033]83;​encoding utf8\007'​
Line 143: Line 141:
  
  
-<​file>#​ the server name is bogus actually, to satisfy mod_fastcgi+<​file ​apache> 
 +# the server name is bogus actually, to satisfy mod_fastcgi
 FastCgiExternalServer /bin/true -socket /​var/​run/​php/​fcgi.sock FastCgiExternalServer /bin/true -socket /​var/​run/​php/​fcgi.sock
 ScriptAlias /php-fcgi /bin/true ScriptAlias /php-fcgi /bin/true
Line 155: Line 154:
 </​file>​ </​file>​
 unfortunately ''/​php-fcgi''​ will be available for download (''/​bin/​true''​ binary in this case)  unfortunately ''/​php-fcgi''​ will be available for download (''/​bin/​true''​ binary in this case) 
- 
- 
- ​[[:​CategoryHomepage|CategoryHomepage]] ​ 
  
  
Line 242: Line 238:
 now remove the old disk and voila! ​ now remove the old disk and voila! ​
  
 +===== PLD Linux VM images =====
  
 +See [[.:​glen:​vm-info]] for more details
 ===== Upgrading PHP 5.3 -> PHP 5.4 ===== ===== Upgrading PHP 5.3 -> PHP 5.4 =====
  
Line 250: Line 247:
 </​file>​ </​file>​
  
 +===== Dropbox as picture share service =====
  
 +Any file saved to ''​~/​Pictures/​Screenshots''​ gets renamed based on timestamp and moved to ''​~/​Dropbox/​Public''​ folder.
  
- [[:​CategoryHomepage|CategoryHomepage]] +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... 
 + 
 +See: https://​github.com/​glensc/​dropbox-watch 
 +===== 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>​
people/glen.txt · Last modified: 2016-01-16 09:33 by glen