目前分類:OS (8)

瀏覽方式: 標題列表 簡短摘要

$ sudo vim /etc/network/interfaces

1 auto lo

2 iface lo inet loopback

4 auto eth0

5 iface eth0 inet static # 固定IP

6 address 192.168.1.120 # IP 位址

7 netmask 255.255.255.0 # subnet mask

8 gateway 192.168.1.1 # default gateway

9 dns-nameservers 168.95.1.1 168.95.192.1


史特林 發表在 痞客邦 留言(0) 人氣()

  1. Open the IE browser.
  2. From the "Tools" menu, choose the "Internet Options" menu item.
  3. In the "Internet Options" dialog box, click on the "Privacy" tab.
  4. Turn off the pop-up blocker.  (Uncheck the "Turn on Pop-up Blocker"   checkbox.)
  5. In the "Internet Options" dialog box, click on the "Security" tab.
  6. Highlight the "Internet" zone.
  7. Click on the "Custom Level..." button.
  8. Use the following for the "Downloads" settings:
    • Enable:  "Automatic prompting for file downloads"
    • Enable:  "File download"
    • Enable:  "Font download"

史特林 發表在 痞客邦 留言(0) 人氣()

Run Install program using X windows in Windows platform

1. run Xmanager - Passive
2. export DISPLAY=(local IP):0.0
3. xhost +
4. xclock
Activate program automatically in Linux

vi /etc/rc.d/rc.local

su – oracle –c “/JDE_HOME/agent/bin/startAgent"

史特林 發表在 痞客邦 留言(0) 人氣()

將檔案 file.txt 傳到 JDEAP 的 ent9 目錄

scp file.txt user@JDEAP:/ent9

將檔案 file.txt 從JDEAP下載到本機的 ent9 目錄

scp root@JDEAP:/home/apol/file.txt /ent9


史特林 發表在 痞客邦 留言(0) 人氣()

Procedure to mount remote windows partition (NAS share)

1) Make sure you have following information:
==> Windows username and password to access share name
==> Sharename (such as //server/share) or IP address
==> root level access on Linux

2) Login to Linux as a root user (or use su command)

3) Create the required mount point:
# mkdir -p /mnt/ntserver
4) Use the mount command as follows:
# mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver

Use following command if you are using Old version such as RHEL <=4 or Debian <= 3:

史特林 發表在 痞客邦 留言(0) 人氣()

修改 /etc/sysconfig/i18n 文件,如
LANG="en_US.UTF-8",xwindow 會顯示英文界面,
LANG="zh_TW.UTF-8",xwindow 會顯示中文界面。


还有一种方法 cp /etc/sysconfig/i18n $HOME/.i18n
修改 $HOME/.i18n 文件,如
LANG="en_US.UTF-8",xwindow 會顯示英文界面,
LANG="zh_TW.UTF-8",xwindow 會顯示中文界面。
這樣就可以改變個人的界面語言, 而不影響到別的帳號

史特林 發表在 痞客邦 留言(0) 人氣()

一、如何設定 Linux XDMCP GNOME以使用 Xmanager 

1. FC8RedHat Enterprise 5 需修改 /usr/share/gdm/defaults.conf
RedHat Enterprise 4
需修改 /etc/X11/gdm/defaults.conf,以定義 GNOME作為連線時會被載入的 X 桌面環境。

Enable=true
DisplaysPerHost=10
Port=177

2. 再來要確認 Server端,被控端的 xdm(gdm) XDMCP功能有啟動:

  • 打開 /etc/gdm/custom.conf檔 案
  • "[xdmcp]" 的區段,加入 Enable 的字串:
    注意:在 RHEL 5.0要加入 Enable=true,如下所示:

    [xdmcp]

史特林 發表在 痞客邦 留言(0) 人氣()

所有帳號都加入環境變數
vi /etc/profile

export JAVA_HOME=/usr/java/jdk1.6.0_13

export CLASSPATH=$JAVA_HOME/lib:$JAVA_HOME/jre/lib:./

export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH:$HOME/bin

source /etc/profile

史特林 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼