view · edit · sidebar · attach · print · history

<< 2017 | Home | 2015 >>

2016

25.10.2016

  • ifup on Debian
 ifup eth0:1
 ifup eth0:0

5.10.2016

  • emerge with Dependencies
 emerge -uDU --with-bdeps=y @world
 https://wiki.gentoo.org/wiki/Gentoo_Cheat_Sheet

1.9.2016

  • Test sandoz.xmlconv.bbmb.ch
 curl -v http://sandoz.xmlconv.bbmb.ch/propharma -d@confuse.xml

Attach:confuse.xml.txt

14.7.2016

  • Update bbmb depending on config File
 sudo -u bbmb update_articles_and_products config=/var/www/sandoz.bbmb.ch/etc/config.yml

18.6.2016

  • @ Symbol disappears
 xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'

17.6.2016

  • gen ruby 2.3.1
 Attach:gen_ruby_231_no_doc.txt

13.6.2016

  • Using letsencrypt
 https://github.com/certbot/certbot - Certbot ist very cool!
 ./certbot-auto certonly --standalone -d comed.zurrose.ch

16.5.2016

  • Java 8 Download from Oracle
 wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-linux-x64.tar.gz

15.5.2016

  • Portage-Utils

show emerge History

 qlop -l or qlop -u

27.1.2016

  • Vim replace Umlaute.
 :%s/=//e | %s/E4/ä/e | %s/FC/ü/e | %s/F6/ö/e | %s/DC/Ü/e | set fileencoding=iso-8859-1 | %s/C4/Ä/e | %s/D6/Ö/e

<< 2017 | Home | 2015 >>

view · edit · sidebar · attach · print · history
Page last modified on January 07, 2022, at 10:55 AM