Qtopia開発チュートリアル

Size: px
Start display at page:

Download "Qtopia開発チュートリアル"

Transcription

1 SL Qtopia ( )

2 SL-A300 Qtopia control QtDesigner Qt XScale ARM Intel Corporation Linux Linus Torvalds TrolltechQtQt/EmbeddedQtopia TrollTech 2

3 SL-A300 Qtopia PC Qtopia tmake x ARM Qt Qtopia QtDesigner uic moc qvfb progen SL make make qvfb qpe

4 SL-A300 Qtopia moc ( ) QtDesigner ipkg control desktop ipkg SL ipkg SL / / Pro

5 SL-A300 Qtopia Linux Qtopia 1. Linux $ command.[enter] [Enter] $ [Enter] 2. SL SL SL-A300SL-B500SL-C700 SL Pro Qt trolltech 5

6 SL-A300 Qtopia 1 Qtopia OS PC 1.1 PC PC Linux RedHat SuSEMandrake Caldera RPM Slackware Debian RPM RPM Redhat7.3 bash SL SD CF PC Linux USB PC-Linux USB SL USB PC-Linux USB URL RPM SL rootfs HDD RAMCPU HDD 400MB CPURAM PC-Linux

7 SL-A300 Qtopia PC LinuxOS gcc Pro URL ProLinux 4 Linux gcc-cross-sa i386.rpm glibc-arm i386.rpm linux-headers-arm-sa i386.rpm binutils-cross-arm i386.rpm (gcc) (glibc) RPM $ rpm -Uvh filename.rpm[enter] ARM gcc $ rpm -Uvh gcc-cross-sa i386.rpm[enter] /opt/embedix/tools RPM root root su root $ su[enter] Password: root [Enter] $ whoami[enter] root $ whoami root root Qtopia SL Qtopia C/C++ TrollTech Qt Qtopia SL PC-Linux x11 ( qvfb ) SL qvfb Qtopia Qt 7

8 SL-A300 Qtopia Qtopia QtopiaSDK QtopiaSDK GPL SDK Linux386 GPL GPL qtopia-free i386.rpm SDKQtopia commercial SDK GPL URL QtopiaSDK RPM Qtopia SDK /opt/qtopia/ tmake tmake Trolltech make make tmake make Pro URL tmake for SL tar.gz $ gzip d tmake-sharp.tar.gz[enter] $ tar xvf tmake-sharp.tar[enter] $ find linux-sharp-g++ cpio amp /opt/qtopia/tmake/lib/qws[enter] linux-sharp-g++ SL tmake /opt/qtopia/tmake/lib/qws/linux-sharp-g Qtopia SDKSL tmake home /home/user1 2 8

9 SL-A300 Qtopia ARM SL x86 #!/bin/bash CROSSCOMPILE=/opt/Embedix/tools QPEDIR=/opt/Qtopia QTDIR=/opt/Qtopia PATH=$QTDIR/bin:$QPEDIR/bin:$PATH:/opt/Embedix/tools/bin TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-x86-g++/ LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export QPEDIR QTDIR PATH TMAKEPATH LD_LIBRARY_PATH PS1 echo Altered environment for sharp Zaurus Development x86 X86 dev-x86-qpe.sh #!/bin/bash CROSSCOMPILE=/opt/Embedix/tools QPEDIR=/opt/Qtopia/sharp QTDIR=/opt/Qtopia/sharp PATH=$QTDIR/bin:$QPEDIR/bin:$CROSSCOMPILE/bin:$PATH TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++/ LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export QPEDIR QTDIR PATH LD_LIBRARY_PATH TMAKEPATH echo "Altered environment for sharp Zaurus Development ARM" ARM dev-arm-qpe.sh PATH PATH $ chmod +x dev-arm-qpe.sh[enter] x86 dev-x86-qpe.sh SL dev-arm-qpe.sh 9

10 SL-A300 Qtopia 1.4 PATH Qtopia /opt/qtopia gcc /opt/embedix/ user1 /home/user1 tmake PATH PATH tmake tmake Qtopia /opt/qtopia/bin/tmake /opt/qtopia/tmake/lib/qws/linux-sharp-g QtopiaSDK example x86 1. x86 $ cd /home/user1[enter] $. dev-x86-qpe.sh[enter]. 10

11 SL-A300 Qtopia 2. /opt/qtopia/example/ tmake Make $ cd /opt/qtopia/example $ tmake -o Makefile example.pro 3. $ make 4. qvfb example $ qvfb & qvfb $./example qws example ARM 1. home ARM $. dev-arm-qpe.sh[enter] 2. /opt/qtopia/example $ cd /opt/qtopia/example[enter] 11

12 SL-A300 Qtopia 3. x86 Make $ make clean[enter] $ rm Makefile[Enter] 4. ARM Make $ tmake o Makefile example.pro[enter] 5. make ARM $ make[enter] 6. example SL /home/qtpalmtop/bin SL SL URL rpm RPM Linux PC root HDD 2. QtopiaSDK libc.so.6 Linux QtopiaSDK /lib Redhat tmake../../unix/app.t. 4. example PATH./ $./example qws example[enter] 5. gcc arm-linux-gcc 12

13 SL-A300 Qtopia opt/embedix/tools/bin PATH PATH.bashrc 6. example SL gcc 2.95 gcc 2.95 gcc gcc 2.95 Qt Deigner (Qt GUI ) qmake tmake Qt Q&A TrollTech : SDK Qtopia SDK PC /opt/qtopia/doc/index.html SL Qt/Embedded 2.3.2Qtopia Trolltech Qt/Embedded Qt Trolltech QtopiaSDK Qt 1. Trolltech QtopiaSDK 1 CD-ROM CD-ROM URL SL QtopiaSDK Windows Qt Commercial 2 Linux WindowsPC 13

14 SL-A300 Qtopia URL Linux 14

15 SL-A300 Qtopia 2 Qtopia 1 Qtopia ARM cross compiler cross Qt/Embedded tmake Qtopia QPE Text Editor C++ source file tmake progen project file tmake / gcc tmake make make file Text Editor Editor Image Editor.control file.desktop file. png (icon) file gzip / tar make file make file SL -A Linux

16 SL-A300 Qtopia QtDesigner QtDesigner Qt /opt/qtopia/bin/designer Qt SIGNAL/SLOT QtDesigner QtDesigner QtDesigner QtDesigner QtDesigner *.ui c++ uic uic uic QtDesigner *.ui c++ 16

17 SL-A300 Qtopia $ uic baseform.ui o baseform.h[enter] $ uic baseform.ui i baseform.h o baseform.cpp[enter] 1 *.ui 2 *.ui moc moc Qt signal/slot c++ Qt signal slot signal slot Q_OBJECTslotssignals c++ moc class MyTestClass : public Qobject { Q_OBJECT... signals: // public slots: // public private slots: // private }; moc $ moc mytestclass.h o moc-mytestclass.cpp[enter] c++ moc *.moc moc qvfb qvfb x11 SL 1 qvfb example Qtopia 17

18 SL-A300 Qtopia example PC-Linux qvfb x86 PC-Linux dev/hdc1 #ifdef#endif progen progen tmake.pro /opt/qtopia/tmake/progen.pro make.cpp.h progen.pro progen.pro tmake make

19 SL-A300 Qtopia 1. findtr QObject::tr( this is a test string. ) tr().po $ findtr test.cpp > test.po[enter].po ContentType=~charset=**** n charset.po #: test.cpp:36 msgid test::this is a test msgstr msgstr #: test.cpp:36 msgid test::this is a test msgstr.po msg2qm 2. msg2qm findtr.po.qm $ msg2qm test.po > test.qm[enter].qm int main( int argc, char *argv[] ) { QPEApplication app( argc, argv ); QTranslator translator( 0 ); translator.load( test.qm ); app.installtranslator( &translator ); } 19

20 SL-A300 Qtopia Qtranslator QApplication msg2qm QtopiaSDK Qt/Embedded x86 Qt/X SL SL 1. Menu SL Menu Menu 2. Cancel/OK OK [OK] Cancel [X] 3. VRAM VRAM VRAM Qt QDirectPainter VRAM void QDirectPainter::setAreaChanged(const QRect &); Qt3.0 SL 20

21 SL-A300 Qtopia 2.2 QtopiaSDK example /home/user1/work-dir # cd /home/user1[enter] # mkdir work-dir[enter] user work-dir cpp Hello World!! #include <qpe/qpeapplication.h> #include <qlabel.h> int main( int argc, char *argv[] ) { app.setmainwidget( label ); main.cpp label->show( ); return app.exec( ); } QPEApplication app( argc, argv ); QLabel *label = new QLabel( Hellow World!!, (Qwidget*)0 ); label->resize( 100, 50 ); progen.pro tmake PATH /home/user1 dev-x86-qpe.sh #.../dev-x86-qpe.sh[enter] # progen o qpe-test.pro[enter] work-dir 21

22 SL-A300 Qtopia DESTDIR =./ INCLUDEPATH += $(QTDIR)/library DEPENDPATH += $(QTDIR)/library TARGET = qpe-test LIBS += -lqpe *.ui INTERFACE make make DESTDIR =./ INCLUDEPATH += $(QTDIR)/library DEPENDPATH += $(QTDIR)/library TARGET = qpe-test LIBS += -lqpe INTERFACE = qpe-test.ui make qpe-test.pro tmake make # tmake o Makefile qpe-test.pro[enter] main.cpp make make make # make[enter] make main.cpp make.o make # make clean[enter] make 22

23 SL-A300 Qtopia qvfb qvfb qvfb # qvfb &[Enter] #./qpe-test qws qpe-test[enter] qvfb qpe-test qvfb qpe qpeqtopia 3 desktop PC-Linux qpe desktop 3 23

24 SL-A300 Qtopia opt/qtopia apps/applications desktop bin pics i18n/ja qm help/ja/html html qpe qvfb # qvfb &[Enter] # qpe[enter] qvfb qpe qpe qpe-test 24

25 SL-A300 Qtopia 2.3 [?] html /opt/qtpalmtop/help/ja/html html html charset 2.4 QString fromutf8() UTF8 Unicode fromutf8 UTF8 UTF8 QApplication QPEApplication QApplication QLabel *mylabel= new QLabel( "dummylabel", this ); mylabel->setgeometry( 10, 10, 100, 30 ); mylabel->settext( QString::fromUtf8( " " ) ); #include <qpe/qpeapplication.h> QPEApplication myapp( argc, argv ); 25

26 SL-A300 Qtopia Qt QPushButton *quitbutton = new QPushButton( "quit", this ); connect( quitbutton, SIGNAL(clicked()), qapp, SLOT(quit() ); 1 quitbutton 2 quitbutton quitbutton clicked qapp quit() qapp Qt QApplication clicked() quit()qt QButton pressed, released, clickedtoggled,statechanged QLabel settext,setpixmap,setpicture moc 26

27 SL-A300 Qtopia Q_OBJECT public slots: private slots: class mymainwindow:public Qwidget { Q_OBJECT public: mymainwindow(); public slots: void testslot(); private: Qlabel*mylabel; ]; connect connect( mybutton, SIGNAL(clicked()), this, SLOT( testslot()) ); mybutton testslot moc ( ) Qt moc C++ moc [ moc ] moc Makefile.pro tmake Makefile Makefile moc moc 27

28 SL-A300 Qtopia TEMPLATE = app CONFIG = qt warn_on release HEADERS = tut1.h SOURCES = tut1.cpp INTERFACES = INCLUDEPATH += $(QPEDIR)/include DEPENDPATH += $(QPEDIR)/include TARGET =tut1 LIBS += -lqpe QUIT Hello zaurus world quit tut1.h,tut1.cpp,tut1.pro 28

29 SL-A300 Qtopia tut1.h #include <qlabel.h> #include <qpushbutton.h> class mymainwindow:public QWidget { Q_OBJECT public: mymainwindow(); public slots: void changelabelslot(); private: QLabel *mylabel; QPushButton *quitbutton; QPushButton *mybutton; }; tut1.cpp(utf8 ) #include <qpe/qpeapplication.h> #include <qwidget.h> #include <qlabel.h> #include <qpushbutton.h> #include "tut1.h" void mymainwindow::changelabelslot() { } mylabel->settext( QString::fromUtf8(" ")); mymainwindow::mymainwindow() { setgeometry( 0, 0, 240, 320 ); mylabel = new QLabel( "Hello zaurus World", this ); mylabel -> setgeometry( 50, 80, 160, 30 ); mybutton = new QPushButton( "button", this ); mybutton -> setgeometry( 70, 140, 100, 30 ); mybutton -> settext( QString::fromUtf8(" ") ); 29

30 SL-A300 Qtopia quitbutton = new QPushButton( "quit", this ); quitbutton -> setgeometry( 180, 5, 50, 30 ); } connect( quitbutton, SIGNAL( clicked()), qapp, SLOT( quit()) ); connect( mybutton, SIGNAL( clicked()), this, SLOT( changelabelslot()) ); int main( int argc, char** argv ) { QPEApplication myapp( argc, argv ); mymainwindow mywidget; myapp.setmainwidget( &mywidget ); mywidget.show(); return myapp.exec(); } tut1.pro TEMPLATE = app CONFIG = qt warn_on release HEADERS = tut1.h SOURCES = tut1.cpp INTERFACES = INCLUDEPATH += $(QPEDIR)/include DEPENDPATH += $(QPEDIR)/include TARGET =tut1 LIBS += -lqpe 30

31 SL-A300 Qtopia 2.6 QtDesigner QtDesigner QtDesigner (*.ui) QtDesigner QtDesigner [ QtDesigner?] 1. QtDesigner/opt/Qtopia/bin/designer Linux QtopiaSDK QtDesigner QtopiaSDK1.5.0 QtDesigner QtopiaSDK QtDesigner 2. QtDesigner form1.ui 3. main.cpp QtDesigner Form1 QtDesigner name main.cpp 7 2 main.cpp 1 #include <qpe/qpeapplication.h> 2 #include "Form1.h" 3 4 int main( int argc, char **argv ) 5 { 6 QPEApplication myapp(argc, argv); 7 Form1 w; 8 myapp.showmainwidget( &w ); 9 return myapp.exec(); 10 } 4. form1.ui main.cpp progen $ progen -o demo.pro[enter] 31

32 SL-A300 Qtopia tut2.pro SOURCES main.cpp INTERFACES form1.ui INCLUDEPATH demo.pro TEMPLATE = app CONFIG = qt warn_on release HEADERS = SOURCES = main.cpp INTERFACES = form1.ui INCLUDEPATH += $(QPEDIR)/include DEPENDPATH += $(QPEDIR)/include/qpe TARGET = demo LIBS += -lqpe 5. tmake Makefile $ tmake -o Makefile demo.pro[enter] 6. make INTERFACES form1.ui make form1.ui 7. Form1 make 8. Designer tr tr( QString::fromUtf8("utf8 Linux ")) QString::fromUtf8("utf8 Linux ") 9. HEADERS Form1.hSOURCES main.cpp Form1.cpp INTERFACES form1.ui INTERFACES ui tmake Makefile make.ui 32

33 SL-A300 Qtopia 8 8 demo.pro( ) TEMPLATE = app CONFIG = qt warn_on release HEADERS= form1.h SOURCES = main.cpp form1.cpp INTERFACES = INCLUDEPATH += $(QPEDIR)/include DEPENDPATH += $(QPEDIR)/include/qpe TARGET = demo LIBS += -lqpe 10. tmake Makefile make Designer QtDesigner uic uic Form1 3 main.cpp QtDesigner 78 form1 9 33

34 SL-A300 Qtopia ipkg ipkg RPM ipkg PC-Linux SL Qt opt/qtpalmtop Work-dir CONTROL coontrol opt/qtpalmtop apps/applications desktop bin pics i18n/ja qm help/ja/html html work-dir CONTROL opt CONTROL control control control 1. Package a-z Files 34

35 SL-A300 Qtopia desktop 3. Priority optional 4. Section Qtopia Qtopia 5. Maintainer 6. Architecture SL arm 7. Version $Qtopia_VERSOIN Depends 9. Description Package: qpe-test Installed-Size:3k Version:0.1-1 Depends:qpe-base (1.5.0) Priority:optional Section:Qtopia Maintainer:foo Architecture:arm Description:test application The test application for the Qtopia. Packege _ : TAB desktop desktop 35

36 SL-A300 Qtopia 2 UTF-8 1. Comment 2. Exec 3. Icon 4. Type Application 5. Name Name[ja] utf-8 [Desktop Entry] Comment = A File Manager Program Exec = example Icon = example Name = exapmle Type = Application Exec Icon Icon PNG ipkg ipkg ipkg ipkg-build URL find /usr/bin PATH ipkg-build 36

37 SL-A300 Qtopia $ cd /home/user1[enter] $ ipkg-build work-dir[enter] /home/user1/work-dir ipkg ipkg SL SL ipkg ipkg SL PC SL SD CE-JC1 CF Type2 CF PC ipkg FAT /mnt/card /dev/hdc1 $ mount t vfat /dev/hdc1 /mnt/card[enter] $ cp qpe-test_0.1-1_arm.ipk /mnt/card[enter] sync $ sync[enter] $ umount /mnt/card[enter] SL WindowsPC SL SL USB 37

38 SL-A300 Qtopia SL home Main_Memory Install_Files ipkg 38

39 SL-A300 Qtopia SL / ipkg 3.3 / URL http ftp 39

40 SL-A300 Qtopia URL [OK] proxy.mycorp.co.jp:8080 ISP [OK] ipkg [ ] ipkg Package SL / 40

41 SL-A300 Qtopia / / SD /CF ipkg SD CF [ / ] 41

42 SL-A300 Qtopia Ipkg FAQ Pro SL-A300 ipkg FAQ OK [ / ] SL 42

43 SL-A300 Qtopia ipkg ipkg $ ipkg install qpe-test_0.1-1_arm.ipk[enter] # ipkg install qpe-test_0.1-1_arm.ipk Unpacking qpe-test...done. Configuring qpe-test...tar:./opt/qtpalmtop/bin/qpe-test: input/output error -- No space left on device tar: Bad tar header, skipping tar: Bad tar header, skipping tar: Error exit delayed from previous errors rm: /: is a directory rm: /opt: is a directory rm: unable to remove `/opt/qtpalmtop': Read-only file system rm: /opt/qtpalmtop/bin: is a directory rm: /opt/qtpalmtop/apps: is a directory rm: /opt/qtpalmtop/apps/applications: is a directory rm: /opt/qtpalmtop/pics: is a directory # no space left on device 43

44 SL-A300 Qtopia ipkg ipkg SL SL / 44

45 SL-A300 Qtopia 1 MI MORE MORE / Linux URL Qtopia Java more-post@more.sbc.co.jp 2 Pro Pro SL SL Linux ROM 45

46 SL-A300 Qtopia FAQ

Qt4.0 GUI Nishio 2007 8 29 3 1 Hello Qt! 5 1.1 Hello Qt!................................. 5 1.2 (QLabel)........................ 7 1.3 (QPushButton)................ 8 1.4 (QFont)................... 9

More information

橡環境設定.PDF

橡環境設定.PDF UNIX Vine Linux 1.1 A B C D E F G XML H mod_rewrite(url Rewriting Engine # /etc/rc.d/init.d/httpd stop /usr/local/src % cd /usr/local/src % cp /copysrcpath/apache_1.3.9.tar.gz./ copysrcpath % gzip cd apache_1.3.9.tar.gz

More information

UNIX

UNIX 2000 1 UNIX 2000 4 14 1 UNIX? 2 1.1 UNIX OS....................................... 2 1.2.................................................... 2 1.3 UNIX...................................... 2 1.4 Windows

More information

Linux XScreenSaver T020074

Linux XScreenSaver T020074 Linux XScreenSaver T020074 Linux XScreenSaver XScreenSaver Linux Linux Linux X Window System X Window System Xlib XScreenSaver X Window System Xlib XScreenSaver Xlib vroot.h Xlib XScreenSaver Linux Linux

More information

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information

unix.dvi

unix.dvi 1 UNIX 1999 4 27 1 UNIX? 2 1.1 Windows/Macintosh? : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 UNIX OS : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.3 : : : : : : : : : : : :

More information

Quickstart Guide 3rd Edition

Quickstart Guide 3rd Edition 10 QNX QNX 1 2 3 4 5 QNX Momentics QNX Neutrino RTOS QNX Neutrino 6 7 8 QNX Neutrino 9 10 1 1 QNX Neutrino RTOS QNX Momentics Windows Vista Windows 2000 Windows XP Linux QNX Neutrino QNX Momentics CD http://www.qnx.co.jp/

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

Oracle HTML DB 導入ガイド

Oracle HTML DB 導入ガイド Oracle HTML DB Oracle Database 10g ... 4... 4 1... 4... 4 2... 5 2.1 Oracle HTTP Server... 6... 6... 7 2.2 root... 9 UNIX... 9 UNIX... 10 2.3 Oracle... 10... 11 (Bash )... 12 2.4 Oracle HTML DB... 13 2.5...

More information

273? C

273? C TSG Theoretical Science Group 273? C 2-1.................................. 2 -1. Windows Mac Mac UNIX CUI bash >_ Finder TSG No.273? 2 3 pwd ls cd ( ) change directory 3 TSG No.273? cd hoge cd hoge cd....../

More information

Microsoft Word - ChoreonoidStartUpGuide.docx

Microsoft Word - ChoreonoidStartUpGuide.docx Choreonoid 1 ... 4... 4... 4... 4... 4... 5... 5 Choreonoid... 6 Choreonoid... 6 Choreonoid... 6 Choreonid... 8 Choreonoid... 9 Choreonoid Windows... 9...9...13 Choreonoid (Linux )... 21 Ubuntu Linux...21

More information

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

More information

Add-onアプリケーション開発 - 環境構築マニュアル -

Add-onアプリケーション開発 - 環境構築マニュアル - - - 1.0 M2M 2018 11 20 i 1 1 1.1............................................... 1 1.2................................................. 1 1.3................................................ 2 2 3 2.1 OFF.......................................

More information

チュートリアル XP Embedded 入門編

チュートリアル XP Embedded 入門編 TUT-0057 Ver. 1.0 www.interface.co.jp Ver 1.0 2005 6 (,), Web site () / () 2004 Interface Corporation. All rights reserved. ...1...1 1. XP Embedded...2 2....3 2.1....3 2.2....4 2.2.1. SLD...4 2.3....5

More information

ARM gcc Kunihiko IMAI 2009 1 11 ARM gcc 1 2 2 2 3 3 4 3 4.1................................. 3 4.2............................................ 4 4.3........................................

More information

E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC ) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M /51

E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC ) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M /51 E2 Spider 2018/08/03 Intel NUC Core i7 PC 2.5 /M.2 SSD BOXNUC7I7BNH PC DDR4-2133(PC4-17000) 8GBX2 260pin 1.2V CL15 SP016GBSFU213B22 WD SSD M.2-2280/512GB/WD Black/PCIe Gen3 NVMe/5 /WDS512G1X0C 1 NUC NUC7i7BNH

More information

debian_install.dvi

debian_install.dvi 2002 Debian GNU/Linux 3.0 1 potato 1.1 Windows 1. 3 2. rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian 2.

More information

CLUSTERPRO ファイルサーバ監視オプション編

CLUSTERPRO ファイルサーバ監視オプション編 CLUSTERPRO SE for Linux Ver3.0 2004.03.31 1 1 2004/03/31 2 CLUSTERPRO for Linux R2.0 CLUSTERPRO Linux Linus Torvalds URL NEC http://soreike.wsd.mt.nec.co.jp/ [ ][ ][CLUSTERPRO ] NEC http://www.ace.comp.nec.co.jp/clusterpro/

More information

MINI2440マニュアル

MINI2440マニュアル Open-JTAG LPC2388 + GCC + Eclipse http://www.csun.co.jp info@csun.co.jp Ver1.4 2009/7/31 LPC2388 OpenJTAG copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 ...3 ARM...4...5...6 4.2 OpenJTAG...6 4.2...8

More information

20 H8/3069LAN H. Fukura

20 H8/3069LAN H. Fukura 20 H8/3069LAN 1.1 2009 2 9 H. Fukura 1 1 2 Cygwin 2 2.1................... 3 2.2................. 3 3 h8300-hms 13 3.1................... 14 3.2......... 14 3.3............. 35 3.4.............. 38 i

More information

Java updated

Java updated Java 2003.07.14 updated 3 1 Java 5 1.1 Java................................. 5 1.2 Java..................................... 5 1.3 Java................................ 6 1.3.1 Java.......................

More information

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

untitled

untitled osamu@sfc.keio.ac.jp OK CNS OS CPU HDD FDD USB 1 (CPU) (CPU) CISCPentium4(Windows PC) RISCPowerPC(Macintosh PC) CPU CPU CPU CPU CD/DVD OS 2 OS Windows MacOS ( Talk, MacOSX) UNIX Word/Excel/PowerPoint etc..

More information

Linuxデバイスドライバ.PDF

Linuxデバイスドライバ.PDF Linux hidaka@devdrv.com 2002/10/9 Linux Kernel Conference 2002 1 Linux 2 Linux 3 Software Hardware Device Algolith m Protocol Applicati on 4 CPU 128MB NIC ATI Radeon GeForce2 MX400 Matrox G400 DISK 5 OS

More information

OpenAM 13 インストールガイド

OpenAM 13 インストールガイド OpenAM 13 ( ) 2018 3 13 2.4 1 1 1.1.................................... 1 1.2..................................... 1 1.3....................................... 1 2 3 2.1...............................

More information

PowerGres on Linux HAマニュアル

PowerGres on Linux HAマニュアル PowerGres R on Linux HA 2006 11 SteelEye LifeKeeper SteelEye Technology, Inc. Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux HA 2 2.1 PowerGres on Linux HA.................................. 2 2.2..............................................

More information

PrintWalker/LXE インストールガイド

PrintWalker/LXE インストールガイド PrintWalker/LXE V16L20 1 2 PrintWalker/LXE V16L20 for Red Hat Enterprise Linux (for x86) Linux Linus Torvalds Red Hat RPM Red Red Hat, Inc. Common UNIX Printing System CUPS Apple Inc. UNIX Microsoft Windows

More information

C1-202 / F-101 originally from 2014 4 15 3 1 3 C1 2 C1-202 F 1 F-101 PC imac MacPro OS Mac OS X C WWW L A TEX 2 3 4 e-mail kyama@tut.jp C-506 6767 5 2 2.1 ID ID 2.2 2.3 2.4 2.4.1 1. imac MacPro 2. 3.

More information

<Documents Title Here>

<Documents Title Here> Oracle Sensor Edge Server 10g (10.1.3) Creation Date: Apr 05, 2006 Version: 1.00 Document Control Author Hisashi Onoda Hirotaka Miura Hideki Ito - Oracle Sensor Edge Server 10g (10.1.3) - 2 Document Control...2

More information

appli_HPhi_install

appli_HPhi_install 2018/3/7 HΦ version 3.0.0 インストール手順書 (Linux 64 ビット版 ) 目次 1. アプリケーション概要...- 1-2. システム環境...- 1-3. 必要なツール ライブラリのインストール...- 1-1 cmake...- 2-2 numpy...- 3-4. アプリケーションのインストール...- 4-5. 動作確認の実施...- 5 - 本手順書は HΦ

More information

Sophos Anti-Virus UNIX or Linux startup guide

Sophos Anti-Virus UNIX or Linux startup guide UNIX Linux 1.0 1 UNIX Sophos Anti-Virus Sophos Anti-Virus Sophos Anti-Virus Sophos Anti-Virus UNIX UNIX Sophos Anti-Virus UNIX EM Library Sophos Anti-Virus / Sophos Anti-Virus Network Install CD CD Sophos

More information

MINI2440マニュアル

MINI2440マニュアル Multi-Media DSP/BF53x Linux http://www.csun.co.jp info@csun.co.jp 2009/3/6 copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 DSP/BF53x...3 1.1...3 1.2...7 DSP/BF53x...8 2.1...8 2.2...9 uclinux...

More information

atmark-dist ディベロッパーズガイド

atmark-dist ディベロッパーズガイド atmark-dist Developers Guide http://www.atmark-techno.com/ Armadillo http://armadillo.atmark-techno.com/ SUZAKU http://suzaku.atmark-techno.com/ atmark-dist developers guide version 1.0.2 1. 1 1.1. 1 1.2.

More information

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Debian Etch 用 版 2008 年 10 月 31 日 Copyright (C) 2008 Japan Medical Association

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Debian Etch 用 版 2008 年 10 月 31 日 Copyright (C) 2008 Japan Medical Association ORCA PROJECT Linux 対応版インストールマニュアル (Version 1.1.4 対応 ) Debian Etch 用 1.1.4 版 2008 年 10 月 31 日 目次 1. 動作環境チェック... 3 1-1.Java のチェック... 3 1-2.Firebird のチェック... 3 1-3.AdobeReader のチェック... 3 2.Java のインストール...

More information

kiso2-01.key

kiso2-01.key 計算機基礎実習 II 2018 シラバス 到達目標 Ubuntu Linux のデスクトップ GUI CUI すべてのデータを ファイル として管理 ログアウト シャットダウンなどの終了 その ファイル を操作するユーザ インターフェイス 操作はこのメニューから ランチャー よく使うアプリケーションを登録 起動する 起動中のアプリケーションもここに表示される Graphical User Interface

More information

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi Windows bash on Ubuntu on Windows [Windows Creators Update(1703) ] TAKE 2017-10-06 bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu

More information

MINI2440マニュアル

MINI2440マニュアル ARM Cortex-M3 STM32F103 (GCC TOPPERS/ASP ) http://www.nissin-tech.com info@nissin-tech.com 2009/10/15 copyright@2009 1 STM32F103...3 STM32...4...8 3.1...8 3.2...9 3.3...13 KEIL...19 4.1 KEIL...19 4.2...22

More information

BlueJ 2.0.1 BlueJ 2.0.x Michael Kölling Mærsk Institute University of Southern Denmark Toin University of Yokohama Alberto Palacios Pawlovsky 17 4 4 3 1 5 1.1 BlueJ.....................................

More information

Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015

Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015 Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015 (@Yuryu) : Web (HPC) ( MMORPG) Docker Web OS nginx HTML nginx OS nginx nginx RHEL RHEL OS Docker 2 Dockerfile $ docker build

More information

CentOSv2_furoku

CentOSv2_furoku at $ at 23:00 $ at 6:00 tomorrow $ at now + 3 days chkconfig # chkconfig --list # chkconfig --list postfix # chkconfig --level 35 postfix on # chkconfig rsync on # chkconfig telnet off 2 crontab $ crontab

More information

Northern Lights Server

Northern Lights Server FirstStep Guide Northern Lights Server Intel Management Module (Advanced Module / ISM 8.4) 2 www.nlcomputer.com 1 FirstStep Guide 1.1. INTEL MANAGEMENT MODULE 2... 5 1.2.... 9 1.3.... 10 2.1. BMC...11

More information

dvi

dvi { SSH { 3 3 1 telnet ID ( ) ID ( 1) SSH(Secure SHell) (ID ) SSH SSH SSH login : userid password : himitsu login : userid psaaword: himitsu login : userid password : himitsu 1. Host 11 7 UNIX ( sakura)

More information

t20s3-fn09.pdf

t20s3-fn09.pdf 目次 PRIMERGY TX200 S3 non-raid フリー OS 動作確認情報 2007/09/12 富士通株式会社 PRIMERGY TX200 S3 FreeBSD 6.2-RELEASE 動作確認...2 PRIMERGY TX200 S3 Debian GNU/Linux 4.0 動作確認...5 PRIMERGY TX200 S3 Fedora Core 5 動作確認...8 PRIMERGY

More information

OpenCV Windows(cygwin) Linux USB PC [1] Inel OpenCV OpenCV 1 Windows Linux OpenCV (a) (b)2 (c) (d) 1: OpenCV 1

OpenCV Windows(cygwin) Linux USB PC [1] Inel OpenCV OpenCV 1 Windows Linux OpenCV (a) (b)2 (c) (d) 1: OpenCV 1 OpenCV Windows(cygwin) Linux 20 2 8 1 USB PC [1] Inel OpenCV OpenCV 1 Windows Linux OpenCV (a) (b)2 (c) (d) 1: OpenCV 1 2 PC PC 1: PC PC PC dynabook SS OS Windows XP Professional Version.2002 ServicePack2

More information

HABOC manual

HABOC manual HABOC manual Version 2.0 takada@cr.scphys.kyoto-u.ac.jp HABOC とは Event by event 解析用の Framework C++ による coding ANL や FULL の C++ 版を目標 ANL/FULL は Object Oriented な設計概念なので C++ と相性が良い Histogram や視覚化には ROOT(http://root.cern.ch)

More information

橡Ⅳインストールマニュアル.PDF

橡Ⅳインストールマニュアル.PDF 1. IDWS... 1... 1 1.2... 1 1.3... 1... 2 Configuration... 2 Manager Configuration... 3 Plugin... 4 ID MIB... 4 Snort Output Plugin... 5 SML-XML Plugin... 9 MIB Plugin... 11 XML-SMI Plugin... 13 IDWS...

More information

slice00_install.dvi

slice00_install.dvi Slice Installation manual SPring-8 1 Slice 1 1.1 Windows... 1 1.1.1 Cygwin... 1 1.2 MacOSX... 10 1.2.1 Xcode... 10 2 Slice 14 2.1 Slice... 14 1 1 Slice Slice Winsows UNIX (Liunx, FreeBSD, MacOSX ) Slice

More information

Microsoft Word - PSB導入ガイド_ docx

Microsoft Word - PSB導入ガイド_ docx 入 1 / 49 入 日 1.0.0 2013/12/02 用 用 F-Secure 角 自 止 一 2 / 49 ... 4 1.... 4 2.... 4 3. 入... 4 4. 手 Windows... 5 4.1... 5 4.2 Windows... 9 5. 手 Windows Server... 13 6. 手 Linux... 19 6.1... 19 6.2 PSB... 20

More information

Mail_Spam_Manual_120815b

Mail_Spam_Manual_120815b server~>su - server:~#mount /mnt/cdrom server:~#umount /mnt/cdrom # cd /mnt/cdrom #./ginstall -F -M [MTA ] -P AV # wget http://download.gideon.co.jp/ginstall.tgz #./ginstall -F -M P -P AV #./ginstall -M

More information

Qt 導入手引書

Qt 導入手引書 Qt 導 入 手 引 書 (X11) 2009 年 12 月 25 日 第 5 版 株 式 会 社 SRA 目 次 1 Qt のインストール... 3 1.1 インストール 準 備... 3 1.2 インストール 手 順... 4 1.3 インストールファイル... 6 1.4 アンインストール 手 順... 8 2 Qt の 簡 単 な 使 い 方... 9 2.1 サンプルプログラムの 実 行

More information

108 Debian.Deb 銀河系唯一のDebian 専門誌

108 Debian.Deb 銀河系唯一のDebian 専門誌 108 Debian.Deb 銀河系唯一のDebian 専門誌 2014 01 18 1 2 1.1......... 2 1.2 (yy y ja jp)...... 2 1.3 henrich........... 2 1.4 dictoss( )..... 2 1.5............. 2 1.6 koedoyoshida........ 2 2 Debian Trivia Quiz

More information

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL)

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) RedHat Linux OpenFOAM (OpenFOAM 2.2.x, 2.3.x) y.imagawa 14.3.8 RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) OpenFOAM OpenFOAM Linux git Repository RedHat Linux OpenFOAM centfoam? OpenFOAM OS CentOS 6.5

More information

PostgreSQLによる データベースサーバ構築技法

PostgreSQLによる データベースサーバ構築技法 PostgreSQL PostgreSQL PostgreSQL (UCB) Unix/Linux/Windows LC2002 Copyright(C)2002 Tatsuo Ishii 1 PostgreSQL API C, C++, Java, Perl, Tcl/Tk, PHP, Ruby LC2002 Copyright(C)2002 Tatsuo Ishii 2 PostgreSQL (SQL)

More information

WEB DB PRESS Vol.1 65

WEB DB PRESS Vol.1 65 http://www.fastcgi.com/ http://perl.apache.org/ 64 WEB DB PRESS Vol.1 WEB DB PRESS Vol.1 65 Powered by mod_perl, Apache & MySQL my $input; my %form; read STDIN, $input, $ENV{'CONTENT_LENGTH'}; foreach

More information

Windows2000 Edge Components V Edge Components V Java Edge Components

Windows2000 Edge Components V Edge Components V Java Edge Components WebSphere Application Server V5.1 Edge Components V5.1 / CBR Method Ver. 1.0 - Windows 2000 - 1.... 3 2. Windows2000 Edge Components V5.1... 4 2.1.... 4 2.2.... 4 3. Edge Components V5.1... 5 3.1.... 5

More information

GNU Emacs GNU Emacs

GNU Emacs GNU Emacs GNU Emacs 2015 10 2 1 GNU Emacs 1 1.1....................................... 1 1.2....................................... 1 1.2.1..................................... 1 1.2.2.....................................

More information

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度 Debian Buffalo Linkstation Debian Installer 139 2016 5 Roger Shimizu 2016 5 21 Agenda 1 2 3 Buffalo Linkstation Debian Installer 4 Linkstation Debian 5 6 Demo 10 ( ) Debian user. 2 Linkstation LS-WXL

More information

Condition DAQ condition condition 2 3 XML key value

Condition DAQ condition condition 2 3 XML key value Condition DAQ condition 2009 6 10 2009 7 2 2009 7 3 2010 8 3 1 2 2 condition 2 3 XML key value 3 4 4 4.1............................. 5 4.2...................... 5 5 6 6 Makefile 7 7 9 7.1 Condition.h.............................

More information

book

book Bibliotheca21 Personal 3020-7-245-30 P-26D3-A114 Bibliotheca21 Personal 01-30 OS Windows 2000 Windows Server(R) 2003 Windows XP Windows Server(R) 2008 Windows Vista(R) Windows 7 Adobe Adobe Systems Incorporated

More information

エラー処理・分割コンパイル・コマンドライン引数

エラー処理・分割コンパイル・コマンドライン引数 L10(2017-12-05 Tue) : Time-stamp: 2017-12-17 Sun 11:59 JST hig. recv/send http://hig3.net ( ) L10 (2017) 1 / 21 IP I swallow.math.ryukoku.ac.jp:13 = 133.83.83.6:13 = : IP ( = ) (well-known ports), :. :,.

More information

新コンフィギュレータのフレームワークについて

新コンフィギュレータのフレームワークについて : 2007 12 7 6: 2009 5 9 TOPPERS 1.... 4 1.1... 4 1.2 TOPPERS... 4 2.... 4 2.1... 4 3.... 8 4.... 9 4.1... 9 4.2... 10 4.3... 10 4.3.1... 11 4.3.2 INCLUDE... 11 4.3.3 C... 12 4.4 API... 14 4.2.1 API...

More information

Microsoft Word - jpluginmanual.doc

Microsoft Word - jpluginmanual.doc TogoDocClient TogoDocClient... i 1.... 1 2. TogoDocClient... 1 2.1.... 1 2.1.1. JDK 5.0... 1 2.1.2. Eclipse... 1 2.1.3.... 1 2.1.4.... 2 2.2.... 3 2.2.1.... 3 2.2.2.... 4 2.3. Eclipse Commands... 5 2.3.1....

More information

C

C C 1 2 1.1........................... 2 1.2........................ 2 1.3 make................................................ 3 1.4....................................... 5 1.4.1 strip................................................

More information

LiveCode初心者開発入門サンプル

LiveCode初心者開発入門サンプル / About LiveCode 01:... 11 02: Create... 15 set 03:... 21 name title LiveCode 04:... 29 global local width height 05:... 37 Controls Tools Palette Script Editor message handler 06:... 52 RGB 07:... 63

More information

Windows Cygwin Mac *1 Emacs Ruby ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2

Windows Cygwin Mac *1 Emacs Ruby ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2 September 2016 1 Windows Cygwin Mac *1 Emacs Ruby 1 1.1 ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2 ~/16:00:20> ls 2 2 ls ls -a ~/16:00:20> ls -a

More information

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」 ALTIMA Company, MACNICA, Inc Nios II HAL API Modular Scatter-Gather DMA Core Ver.17.1 2018 8 Rev.1 Nios II HAL API Modular Scatter-Gather DMA Core...3...3...4... 4... 5 3-2-1. msgdma... 6 3-2-2. On-Chip

More information

C C UNIX C ( ) 4 1 HTML 1

C C UNIX C ( ) 4 1 HTML 1 C 2007 4 18 C UNIX 1 2 1 1.1 C ( ) 4 1 HTML 1 はじめ mkdir work 作業用ディレクトリーの作成 emacs hoge.c& エディターによりソースプログラム作成 gcc -o fuga hoge.c コンパイルにより機械語に変換 コンパイルエラー./fuga 実行 実行時エラー 完成 1: work hooge.c fuga 1 4 4 1 1.

More information

Copyright 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integra

Copyright 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integra Oracle Solaris Studio 12.3 Part No: E26450 2011 12 Copyright 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

7th CodeGear Developer Camp

7th CodeGear Developer Camp A3 C++Builder テクニカルセッション wxforms で始める wxwidgets プログラミング CodeGear 高橋智宏 1 アジェンダ wxwidgets とは? wxforms とは? wxforms のインストール & 使い方 MacOS X(10.4.x, Carbon) でのビルド Linux(CentOS 4.5, GTK2) でのビルド 2 wxwidgets とは?

More information

1 1 CentOS Java JDK(JavaSE Development Kit)......

1 1 CentOS Java JDK(JavaSE Development Kit)...... 1 1 CentOS 3 1.1.................................... 3 1.2......................................... 12 2 Java 15 2.1 JDK(JavaSE Development Kit)................. 15 3 Apache Tomcat 17 3.1....................................

More information

Qt for OSC2011

Qt for OSC2011 Qt : UI Qt Development Frameworks, Nokia (Takumi Asaki) Field Service Engineer Qt Development Frameworks, Nokia 1996 Qt ( )Trolltech 2006 2008 Trolltech Nokia / 54 Qt Qt Qt / 54 Qt Qt Framework Code less

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

More information

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L Linux PC #5 29 5 12 1 #1 tdh8025 1 Kadai1 evince kghostview ls -a ( ) 5 19 ( ) 2 Linux Linux distribution CentOS Linux Ubuntu Linux PC Linux Linux (OS) OS ( OS ) Linux 1 Linux Hurd FreeBSD GNU OS OS Linux

More information

DCL intro Manual for Ubuntu11.10

DCL intro Manual for Ubuntu11.10 ubnutu 11.10 2011/Nov/23 i 1 1 2 ubuntu 2 3 3 3.1........................................... 3 3.2 gedit........................................... 3 3.3........................................ 4 4 sun

More information

untitled

untitled HP OpenSource MySQL Server 5.0 Red Hat Enterprise Linux 4 ver 1.5 MySQL Red Hat Enterprise Linux 4 Super Smack Super Smac MySQL Super Smack RHEL4 1 2 MySQL SuperSmack SuperSmack 3 SuperSmack MySQL 4 MySQL

More information

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc ( ) ( ) () 1 Netshut...1 1.1....1 1.1.1....1 1.1.2. OS...1 1.2....2 2...2 2.1....2 2.2. Linux(RPM )...3 2.3. Solaris(PKG )...4 3 Netshut...7 3.1....7 3.2....8 3.3. Netshut...9 3.4. Syslog...10 3.4.1....11

More information

IP L09( Tue) : Time-stamp: Tue 14:52 JST hig TCP/IP. IP,,,. ( ) L09 IP (2017) 1 / 28

IP L09( Tue) : Time-stamp: Tue 14:52 JST hig TCP/IP. IP,,,. ( )   L09 IP (2017) 1 / 28 L09(2017-11-21 Tue) : Time-stamp: 2017-11-21 Tue 14:52 JST hig TCP/IP. IP,,,. http://hig3.net L09 (2017) 1 / 28 9, IP, - L09 (2017) 2 / 28 C (ex. ) 1 TCP/IP 2 3 ( ) ( L09 (2017) 3 / 28 50+5, ( )50+5. (

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 12 11 p.1/33 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

CMS入門

CMS入門 CMS(Contents Management System) 1 CMS CMS Unix Unix Unix Unix Unix (POP IMAP) OS CMS URL CMS URL CMS CMS Joomla 2006 CMS CMS TYPO3 Plone, TEXTPATTERN, MODx, Geeklog Joomla Mambo CMS 1.0 Mambo 1.5 1.5RC2

More information

OfficeAPI_sample_program_joyzo_ver1

OfficeAPI_sample_program_joyzo_ver1 Office 8 API 1 ... 2 1... 3 1.1... 3 1.2... 4 1.3... 5 1.4... 5 1.5... 6 1.6... 7 1.6.1... 7 1.6.2... 8 1.6.3... 9 1.6.4... 10 2... 11 2.1... 11 2.1.1 CSV... 11 2.1.2... 12 2.2... 13 2.2.1 CSV... 13 2.2.2...

More information

情報の分析 1. Linux ツールの活用

情報の分析 1. Linux ツールの活用 1. Linux Chris Plaintail June 16, 2016 1 / 39 1 Cygwin Cygwin 2 3 4 Cygwin 5 2 / 39 Uinux Unix OS Micorsoft Windows Cygwin Cygwin 3 / 39 Cygwin 4 / 39 Cygwin...is it? a large collection of GNU and Open

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

MySQLにおけるシステム運用時のポイント

MySQLにおけるシステム運用時のポイント 2007 Apache JMeter 2007 1 30 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Apache JMeter 2 19 2 14 2 3 19 2 14 Free Apache JMeter 4

More information

untitled

untitled 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 cc 1.1 3 10 10 21 OS 10201 10 2 Windows/Linux 89 + 5 10202 10 2 Windows/Linux 104 + 5 10203 10 2 Windows/Linux 47 + 2 10204 10 2 Windows/Linux 47 +

More information

help gem gem gem my help

help gem gem gem my help hikiutils 1234 2017 3 1 1 6 1.0.1 help gem................... 7 gem.................................... 7 gem................................... 7 my help.................................. 7 my help......................

More information

Report Template

Report Template f 1 3... 3 PC... 3... 4 12... 12 Web... 12 E-mail FAX... 17... 18 Service Pack 19 UPDATE... 19... 20 web... 21 Version 24 25... 25... 26... 27... 28 29 2 isplever7.1 for Windows isplever7.1 PC isplever7.1

More information

はじめに

はじめに 1 1 Squeak Squeak 1 Squeak Squeak 1.1 Squeak SqueakToys 1 NHK SqueakToys Squeak "Smalltalk" Smalltalker Smalltalk 23 1 Thoru Yamamoto 1 Squeak Smalltalk 1.1.1 Smalltalk Squeak Squeak WindowsMacUNIX Zaurus

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst 1 OS Linux OS OS Linux Kernel 900 1000 IPA( :http://www.ipa.go.jp/) 8 12 ( ) 16 ( ) 4 5 22 60 2 3 6 Linux Linux 2 LKML 3 3.1 Linux Fedora 13 Ubuntu Fedora CentOS 3.2 Linux root vi(vim) vi emacs emacs 4

More information

第5回お試しアカウント付き並列プログラミング講習会

第5回お試しアカウント付き並列プログラミング講習会 qstat -l ID (qstat -f) qscript ID BATCH REQUEST: 253443.batch1 Name: test.sh Owner: uid=32637, gid=30123 Priority: 63 State: 1(RUNNING) Created at: Tue Jun 30 05:36:24 2009 Started at: Tue Jun 30 05:36:27

More information

Microsoft Word - K5VSSP32-install.docx

Microsoft Word - K5VSSP32-install.docx K5/VSSP32 ライン観測システムのインストール 2010/07/03 藤沢健太 (1) はじめに NICTが開発した K5/VSSP32 は インターネット VLBI 観測を行うことが目的としたシステムである このシステムはビデオ帯域の信号を PC 内のファイルとして取り込むことができ 様々な面で大変使いやすい 以下では このシステムを電波天文学の分光観測 ( ライン観測 ) に使うことを目指して

More information

programmingII2019-v01

programmingII2019-v01 II 2019 2Q A 6/11 6/18 6/25 7/2 7/9 7/16 7/23 B 6/12 6/19 6/24 7/3 7/10 7/17 7/24 x = 0 dv(t) dt = g Z t2 t 1 dv(t) dt dt = Z t2 t 1 gdt g v(t 2 ) = v(t 1 ) + g(t 2 t 1 ) v v(t) x g(t 2 t 1 ) t 1 t 2

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

情報処理概論(第二日目)

情報処理概論(第二日目) 実習資料 Linux 入門講習会 九州大学情報基盤研究開発センター 注意 : この内容は najima.cc.kyushu-u.ac.jp の任意の ID で利用できますが, ファイルの削除等を含んでいるので各コマンドの意味を理解するまでは講習会用 ID で利用することをお勧めします. 1 実習 1 ログイン ファイル操作 ディレクトリの作成 ファイルの移動, コピー, 削除 ログアウト 2 ログイン

More information

Sybase on CLUSTERPRO for Linux HowTo

Sybase on CLUSTERPRO for Linux HowTo Sybase on CLUSTERPRO for Linux HowTo 1 2006 2 6-1- ... 3... 4... 5... 7 DB... 8 DB... 9... 10 DB... 11 DB... 12 CLUSTERPRO... 13... 20-2- Sybase Adaptive Server Enterprise Red Hat Enterprise Linux AS3

More information

名称未設定

名称未設定 Parallels Desktop 4.0 for Mac ( 4.0.3810 ) Read Me : 1. Parallels Desktop 2. 3. 4. 5. 6. Parallels Desktop 7. Parallels Desktop 4.0 for Mac 8. Parallels Desktop 9. Parallels Desktop 10. 11. 12. 1. Parallels

More information

<4D F736F F D20566F F6E658C6791D FE382C582CC4A D834F E F8F4390B394C52E646F63>

<4D F736F F D20566F F6E658C6791D FE382C582CC4A D834F E F8F4390B394C52E646F63> imai@eng.kagawa-u.ac.jp (Tel: 087-864-2244(FAX )) Vodafone( J-Phone) (J-SA51 090-2829-9999) JavaTM ( Vappli ) SUN ( SUN ) Java2SE(J2SDK1.3.1 Java Standard Edition) Java2MEforCLDC(WTK1.04 Wireless Tool

More information