=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.01.17 11:13:46 =~=~=~=~=~=~=~=~=~=~=~=
telnet (tiptopgp)
 

M先生 發表在 痞客邦 留言(0) 人氣()

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.03.29 09:29:01 =~=~=~=~=~=~=~=~=~=~=~=
telnet (tiptopgp)
 

M先生 發表在 痞客邦 留言(0) 人氣()

Symptom
A Predictive Failure Analysis (PFA) originates in the hard disk logic and indicates a hard disk requires immediate replacement to avoid an outage. When a hard disk drive PFA asserts, the operating system's device driver passes that assertion message on to be recorded in the operating system's hardware event logs, the AMM logging, the IMM logging, the CMM logging, and MegaRAID Storage Manager logging.

M先生 發表在 痞客邦 留言(0) 人氣()

 電腦藍屏,相信對大家已經很習慣了。最近,有Win7系統的用戶,在使用電腦的過程中,也遇到了電腦藍屏的問題,並提示錯誤代碼為:0x0000007e。電腦出現藍屏問題應該怎麼去解決呢?下載小編就和大家說一下Win7電腦藍屏顯示代碼0x0000007e的解決方法。
  步驟如下:

M先生 發表在 痞客邦 留言(0) 人氣()

IIS播放MP4設定
 
請進入IIS設定:開始→控制台→系統管理工具→IIS (Internet Information Service)

M先生 發表在 痞客邦 留言(0) 人氣()

Using DiskGenius Software System Migration
With DiskGenius software, it is easy to migrate a system from one hard disk to another, or more commonly, from a hard disk to an SSD, USB flash drive, etc. The first step is to install the second hard disk, SSD, or USB flash drive on your computer.
First of all, you need to install the second hard disk, SSD or USB flash drive, etc. on your computer, then start the system and run the DiskGenius software. You should be able to see the second hard disk (or SSD, USB flash drive, etc.) in the DiskGenius software.

M先生 發表在 痞客邦 留言(0) 人氣()

 
使用DiskGenius軟體,可以方便地將系統從一個硬碟遷移到另外一個硬碟上,或者更常見的是將系統從硬碟遷移到SSD固態硬碟、U盤等。

M先生 發表在 痞客邦 留言(0) 人氣()

一.請用 root 登入, 執行下列步驟                                                
 Step 1) #cp ed.top /usr/bin/ed.top;chmod 755 /usr/bin/ed.top
 Step 2) #cp env.top /etc/env.top;chmod 755 /etc/env.top
 Step 3) #將 profile.top 的內容 append to /etc/profile 檔尾
二.使用web方式(搭配apache web server)執行TIPTOP GP 須執行以下幾個步驟
 1.依照實際安裝狀況修改 $TOP/setup/config/apache/as.xcf並複製到$FGLASDIR/etc下
    在/etc/rc.d/rc.local增加一行,讓web server開機時自動啟動
    su – tiptop -c ‘startweb as’
    as.xcf依照實際安裝狀況需修改的地方列出如下
<UNX>
<RESOURCE Id=”res.dvm.wa” Source=”INTERNAL”>$(res.fgldir)/bin/fglrun.ora </RESOU
RCE>
<RESOURCE Id=”res.dvm.ws” Source=”INTERNAL”>$(res.fgldir)/bin/fglrun.ora</RESOUR
CE>
<RESOURCE Id=”res.fgldir” Source=”INTERNAL”>/u1/genero.run</RESOURCE>
<RESOURCE Id=”res.path.as” Source=”INTERNAL”>/u1/genero.as</RESOURCE>
<RESOURCE Id=”res.tempdir” Source=”INTERNAL”>/u2/out</RESOURCE>
<RESOURCE Id=”res.top” Source=”INTERNAL”>/u2/topprod/tiptop</RESOURCE>
<RESOURCE Id=”res.envdir” Source=”INTERNAL”>/u2/topprod/tiptop/setup/config/apac
he</RESOURCE>
</UNX>
<ENVIRONMENT_VARIABLE Id=”FGLASIP”>http://10.40.40.66/cgi-bin/fglccgi/topprod/</
ENVIRONMENT_VARIABLE>
<ENVIRONMENT_VARIABLE Id=”FGLASIP”>http://61.218.158.247/cgi-bin/fglccgi/topprod
/</ENVIRONMENT_VARIABLE>
<ENVIRONMENT_VARIABLE Id=”FGLASIP”>http://10.40.40.66/cgi-bin/fglccgi/toptest/</
ENVIRONMENT_VARIABLE>
<ENVIRONMENT_VARIABLE Id=”FGLASIP”>http://61.218.158.247/cgi-bin/fglccgi/toptest
/</ENVIRONMENT_VARIABLE>
 2.在$TOP/setup/config/apache下有放置調整好的兩個檔案(topprod.sh及toptest.sh),?
胍勒帳導拾滄白純魴薷?這兩個檔案是web方式執行時必須讀的到profile
        3.將$TOP/setup/config/apache/tiptop.html 及toptest.html複製到 apache web serve
r的html目錄底下,這兩個網頁分別是正式區跟測試區的入口
 4.請將$TOP/tmp/config/apache/connector.xcf依實際環境修改後,放到apache web serv
er的cgi-bin底下
 5.請將$TOP/log 的許可權改為777
 6.請將$TOP/p_cron 的許可權改為777
 7.請將$TOP/tool/fop-0.20.5 的許可權改為777
三.如果安裝的DB是oracle的話,請將$TOP/tmp/config/fglprofile.prod
   及$TOP/setup/config/fglprofile.test 複製到$FGLDIR/etc下,並chmod為775
四.如果有應用到 rcp 指令及對於 AIX 平臺有自行 make 出來的 “rcp.aix” 檔
   請各位在安裝時多執行以下程式(以 root 身份),
   1. $> cd $TOP/bin
  2. $> chown root rcp.aix
   3. $> chmod 555 rcp.aix
 4. $> chmod u+s rcp.aix
五.如果有應用到 rcp 指令及對於 Solaris 平臺有自行 make 出來的 “rcp.sun” 檔
   請各位在安裝時多執行以下程式(以 root 身份),
   1. $> cd $TOP/bin
   2. $> chown root rcp.sun
   3. $> chmod 555 rcp.sun
   4. $> chmod u+s rcp.sun
六.安裝 informix 自動開關
   root 登入, 執行 ./informixrc #請先檢查此 script 之環境變數
七.$TOP/tmp/config下有放置標準的 user profile分別是informix及oracle環境
   請依實際安裝狀況修改使用
八.請用root 帳號, vi /etc/httpd/conf/httpd.conf
   調整AddDefaultCharset UTF-8 (Unicode)
   此行為AddDefaultCharset Big5
   存檔後, 需執行 service httpd restart 即可.

M先生 發表在 痞客邦 留言(0) 人氣()

TipTOP Web Service啟用的方式
</u1/tiptop> id
uid=203(tiptop) gid=202(tiptop) groups=202(tiptop)
</u1/tiptop> startweb as
Genero Application Server - Application Server
Version 1.32.1c
Build 505 - Jun  9 2005 15:56:15
(c) 1989-2005 Four J's Development Tools
Started on ............. 2017/10/11 11:10:35
Branding .............................................................. [done]
File System initialization ............................................ [done]
XML library initialization ............................................ [done]
Configuration interpretation .......................................... [done]
Application Server startup ............................................ [done]
tiptop   273268     1  0 11:10 ?        00:00:00 gasd -f as.xcf
start VPrintSvrt
 Version: 1.0.0.070
 Copyrights of Diginfo Technology Co.
</u1/tiptop> ps -ef |grep gasd
tiptop   273268     1  0 11:10 ?        00:00:00 gasd -f as.xcf
tiptop   274294 172491  0 11:10 pts/2    00:00:00 grep gasd

M先生 發表在 痞客邦 留言(0) 人氣()



CIDR
子網路遮罩
IP 位址數目
遮罩


/32
255.255.255.255
1
0.0.0.0


/31
255.255.255.254
2
0.0.0.1


/30
255.255.255.252
4
0.0.0.3


/29
255.255.255.248
8
0.0.0.7


/28
255.255.255.240
16
0.0.0.15


/27
255.255.255.224
32
0.0.0.31


/26
255.255.255.192
64
0.0.0.63


/29
255.255.255.248
8
0.0.0.7


/28
255.255.255.240
16
0.0.0.15


/27
255.255.255.224
32
0.0.0.31


/26
255.255.255.192
64
0.0.0.63


/25
255.255.255.128
128
0.0.0.127


/24
255.255.255.0
256
0.0.0.255


/23
255.255.254.0
512
0.0.1.255


/22
255.255.252.0
1024
0.0.3.255


/21
255.255.248.0
2048
0.0.7.255


/20
255.255.240.0
4096
0.0.15.255


/19
255.255.224.0
8192
0.0.31.255


/18
255.255.192.0
16384
0.0.63.255


/17
255.255.128.0
32768
0.0.127.255


/16
255.255.0.0
65536
0.0.255.255


/15
255.254.0.0
131072
0.1.255.255


/14
255.252.0.0
262144
0.3.255.255


/13
255.248.0.0
524288
0.7.255.255


/12
255.240.0.0
1048576
0.15.255.255


/11
255.224.0.0
2097152
0.31.255.255


/10
255.192.0.0
4194304
0.63.255.255


/9
255.128.0.0
8388608
0.127.255.255


/8
255.0.0.0
16777216
0.255.255.255


/7
254.0.0.0
33554432
1.255.255.255


/6
252.0.0.0
67108864
3.255.255.255


/5
248.0.0.0
134217728
7.255.255.255


/4
240.0.0.0
268435456
15.255.255.255


/3
224.0.0.0
536870912
31.255.255.255


/2
192.0.0.0
1073741824
63.255.255.255


/1
128.0.0.0
2147483648
127.255.255.255


/0
0.0.0.0
4294967296
255.255.255.255

M先生 發表在 痞客邦 留言(0) 人氣()

Look at your boot image with the show version command from your normal operating mode (Full Cisco IOS image) to see if the boot image supports the enable secret command. If it does, remove the enable password. If the boot image does not support enable secret, note these caveats:
Use of an enable password can be unnecessary if you have physical security so no one can reload the device to the boot image.

M先生 發表在 痞客邦 留言(0) 人氣()

IPv4的私有IP定義在RFC 1918

RFC1918 規定區塊名
IP位址區段
IP數量
分類網路 說明
最大CIDR區塊 (子網路遮罩
主機端位長


24位元區塊
10.0.0.0 – 10.255.255.255
16,777,216
單個A類網路
10.0.0.0/8 (255.0.0.0)
24位元


20位區塊
172.16.0.0 – 172.31.255.255
1,048,576
16個連續B類網路
172.16.0.0/12 (255.240.0.0)
20位


16位元區塊
192.168.0.0 – 192.168.255.255
65,536
256個連續C類網路
192.168.0.0/16 (255.255.0.0)
16位元

M先生 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。