¥é¥ó¥À¥à ¥á¥â

Maxima

cafsubmit

°Ê²¼¤Î¥¨¥é¡¼¤¬½Ð¤ë¾ì¹ç¡¢node07-13 ¤«¤é¤Ê¤éOK¡£
Using
Traceback (most recent call last):
  File "/cdf/software/dist/releases/development/bin/Linux2_SL-GCC_3_4/../../CafUtil/cdf_gui/CafSubmit.py", line 433, in ?
    sys.exit(main())
  File "/cdf/software/dist/releases/development/bin/Linux2_SL-GCC_3_4/../../CafUtil/cdf_gui/CafSubmit.py", line 169, in main
    import krb5
ImportError: /cdf/software/dist/releases/development/bin/Linux2_SL-GCC_3_4/../../CafUtil/cdf_gui/krb5module.so: undefined symbol: krb5_max_cksum

ssh ¥Ñ¥¹¤Ê¤·¥í¥°¥¤¥ó

At client,
 ssh-keygen -t dsa
 Enter passphrase (empty for no passphrase):
 Enter same passphrase again:
Don't put any passphrase

At remote host,

 cd .ssh/
 touch authorized_keys
 chmod 600 authorized_keys
 cat id_dsa.pub >> authorized_keys

^M ¤ò¥³¡¼¥É¤«¤é¾Ã¤¹

 perl -i.old -npe 's/\r\n/\n/' filename.txt

¼«Ê¬¤Î³°ÉÕ¤±HD ¤ò pc15 ¤Ë¤Ä¤Ê¤²¤ë

- connect USB HDD, then check by dmesg
 .....
 SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB)
  sdc: sdc1 < sdc5 >
 WARNING: USB Mass Storage data integrity not assured
 USB Mass Storage device found at 2
 USB Mass Storage support registered.
 .....
- check partition (with root account)
 $ parted /dev/sdc print
 Disk geometry for /dev/sdc: 0.000-476940.023 megabytes
 Disk label type: msdos
 Minor    Start       End     Type      Filesystem  Flags
 1          7.844 476937.531  extended              lba
 5          7.875 476937.531  logical   ntfs
 Information: Don't forget to update /etc/fstab, if necessary.
- mount (with root account)
 mount -o umask=0 /dev/sdc5 /mnt/usb/

¥Õ¥¡¥¤¥Þ¥ó¿Þ¤Ë±Æ¤ò¤Ä¤±¤ë

  1. Prepare the original diagram (png file) with root
  2. open gimp
  3. open png file
  4. copy only diagram with color selection tool
  5. open new layer and paste the diagram
  6. script-fu -> shadow drop shadow
  7. anchor the new layer
  8. select layer of "Drop shadow" and "Background"

psnup ¤Ç¥¹¥é¥¤¥É¤ò£´Ê¬³ä

use xpdf and then print to file
 psnup -l -c -4 (input file) (output file)

Fnal help desk »È¤¤Êý

- logon to nkek23.fnal.gov
 ssh nkek23.fnal.gov
 cd get-cert/
 kinit -r7d -l26h
 ./get-cert.sh -i
- back to tuskuba pc (import certificate)
 scp nkek23.fnal.gov:/tmp/x509up_??????.p12 .
- open firefox
 ÊÔ½¸ -> ÀßÄê -> ¾ÜºÙ¥¿¥Ö -> ¾ÚÌÀ½ñ¤òɽ¼¨ -> fermilab ¤òÁª¤Ö -> certificate ¤òÁªÂò -> ¥¤¥ó¥Ý¡¼¥È

ldap ¤Ç´Ä¶­³Îǧ

getent host
getent passwd
¤Ê¤É¡¡ypcat ¤ò getent ¤Ë¤¹¤ë¡©
Topic revision: r3 - 2010-04-03 - 07:06:18 - JunjiNaganoma
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback