My Analyses

  • VBFHbb - VBF Higgs to bbar
  • WFComplete - Workflow Monitoring - wf complete script

My Rivet

  • list of links and

My Monitoring

  • get pfn from lcg link:
  • lcg-cp the file to lxplus:
    • lcg-cp -v -n 1 "srm://gfe02.grid.hep.ph.ic.ac.uk:8443/srm/managerv2?SFN=/pnfs/hep.ph.ic.ac.uk/data/cms/store/unmerged/logs/prod/2013/6/20/spinoso_EWK-Summer12-00139_R2732_B311_113_LHE_130613_070521_2075/MonteCarloFromGEN/0010/0/59b59e14-d98a-11e2-a75d-003048f0e38c-10226-0-logArchive.tar.gz" "file:////`pwd`/spinoso_EWK-Summer12-00139.tar.gz"
  • https://cmsweb.cern.ch/phedex/prod/Components::Links

My Conferences

May 2013
Mon Tue Wed Thu Fri Sat Sun
    01 02 03 04 05
06 07 08 09 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27
MEM
28
MEM
29
FtSS
30
FtSS
31
FtSS
   

June 2013
Mon Tue Wed Thu Fri Sat Sun
          01 02
03
LesHouches
04
LesHouches
05
LesHouches
06
LesHouches
07
LesHouches
08
LesHouches
09
LesHouches
10
LesHouches
11
LesHouches
12
LesHouches
13
LesHouches
14 15 16
17 18 19
VBFHbbGT
20
VBFHbbGT
21 22 23
24 25 26 27 28 29 30

My Links

My Configuration

  • Verbose output
    KRB5_TRACE=/dev/stdout kinit username
  • Config file
    /etc/krb5.conf
    /var/kerberos/krb5kdc/kdc.conf
  • Netstat details
    netstat -lnut

sudo alternatives --install /usr/bin/java java /usr/java/jre1.7.0_21/bin/java 2001 
sudo alternatives --install /usr/bin/javaws javaws /usr/java/jre1.7.0_21/bin/javaws 2001 
sudo alternatives --install /usr/bin/java_vm java_vm /usr/java/jre1.7.0_21/bin/java_vm 2001 
sudo alternatives --install /usr/lib64/mozilla/plugins/libjavaplugin.so libjavaplugin.so.x86_64 /usr/java/jre1.7.0_21/lib/amd64/libnpjp2.so 2001 

  • Configure components with /usr/sbin/alternatives
sudo alternatives --config java 
sudo alternatives --config javaws 
sudo alternatives --config java_vm 
sudo alternatives --config libjavaplugin.so.x86_64 

My TWiki

  • Show tool-tip topic info on mouse-over of WikiWord links, on or off:
    • Set LINKTOOLTIPINFO = off

  • Preference for the editor, default is the WYSIWYG editor. The options are raw, wysiwyg:
    • Set EDITMETHOD = wysiwyg
    • Set EDITMETHOD = raw

  • More preferences TWiki has system wide preferences settings defined in TWikiPreferences. You can customize preferences settings to your needs: To overload a system setting, (1) do a "raw view" on TWikiPreferences, (2) copy a Set VARIABLE = value bullet, (3) do a "raw edit" of your user profile page, (4) add the bullet to the bullet list above, and (5) customize the value as needed. Make sure the settings render as real bullets (in "raw edit", a bullet requires 3 or 6 spaces before the asterisk).

%TWISTY{prefix="<h4>" mode="div" link="Java (plugin)" showimgleft="%ICONURLPATH{toggleopen-small}%" hideimgleft="%ICONURLPATH{toggleclose-small}%" suffix="</h4>"}%
%TWISTY{mode="div" showlink="more" hidelink="collapse" showimgleft="%ICONURLPATH{toggleopen-small}%" hideimgleft="%ICONURLPATH{toggleclose-small}%"}%
%SYNTAX{ syntax="bash" color="on"}%

My Android

  • To enable multi-user options, sdcard mount was moved from /sdcard/ to /sdcard/0/ (after first boot of v4.2).
  • CWR then can't find any previous backups since they are not in the standard location.
  • To fix, move the file tree and remove some folders (using adb from desktop - part of platform-tools in android SDK).
  • Reboot recovery and things should be fine.
adb kill-server
adb start-server
adb devices
adb shell
# cd /sdcard/
# rm -rf legacy/
# rm -rf obb/
# mv -f 0/* .
# rm -rf 0/

  • adb push localfile /sdcard/

UserForm
First Name Sara
Last Name Alderweireldt
Titles

Email sara.alderweireldt@cernNOSPAMPLEASE.ch
Telephone

Mobile

Skype ID

Department Particle Physics
Organization Universiteit Antwerpen
URL http://www.ua.ac.be/edf
Location

Region Antwerp
Country Belgium
Status Update

Edit personal data
Edit | Attach | Watch | Print version | History: r11 < r10 < r9 < r8 < r7 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r11 - 2016-05-04 - SaraAlderweireldt
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback