顯示具有 Network 標籤的文章。 顯示所有文章
顯示具有 Network 標籤的文章。 顯示所有文章

2014-06-18

Remove AD & ToolBar on Browsers


移除網頁綁架, 工具列 和 廣告軟體.

Tool needed: AdwCleaner

Download 1: from official link
Download 2: here

Notification
1-
FileZilla FTP Server, 從 Source Forge 下載來的安裝檔會有此類綁架網頁 (e.g. Sweet Page ) 的爛招數. 如果在安裝的過程中, 只一味的按 Next, Next. 則這些垃圾就在你沒注意時給放到電腦裡了.





2014-04-16

VLC, Server & Player for multicast streaming.

VLC Server
version: 2.1.3 (for MS-Windows)

Configure Server to support multicast streaming.

STEP-01
  • Choose [Media] --> [Stream...]

STEP-02
  • On Open Media menu, select tab [File] and [Add...] to choose your pattern file where located on your PC HDD.

2014-03-10

Linux CentOS TFTP Server bring up


Enable TFTP server
1- # vi  /etc/xinit.d/tftp
       disable =yes          -----> default is NO


2- # mkdir  /tftpboot     -----> create a directory for TFTP, default is /tftpboot.


User Login
$  tftp  [Server IP]
    tftp>  get  /tftpboot/filename

2013-08-09

NTP

Port number: UDP 123

date
  • # date --> check current system time.
    • Thu Sep  2 05:08:43 NZST 2010
  • # date MMDDhhmmYYYY  --> define the time manually.
  • # date -u --> check time with timezone UTC
    • Wed Sep  1 17:09:12 UTC 2010

2013-08-08

DNS Master Service bring up

OPERATION ENVIRONMENT
*******************************
OS: Linux CentOS-59
Bind version: BIND 9.3.6-P1-RedHat-9.3.6-20.P1.el5_8.5
(Bind imbedded within CentOS-59)

CONDITION:
**************
1- Two different Domain
clear.net.nz
example.com

2013-08-07

apache-tomcat installation within Linux CentOS-59

Tomcat version: 6.0.37
Package: apache-tomcat-6.0.37.tar.gz

#  cd  /opt
#  cp  /worktmp/apache-tomcat-6.0.37.tar.gz .
#  tar  xzvf  apache-tomcat-6.0.37.tar.gz
#  cd  apache-tomcat-6.0.37


Establish a user for manager
******************************
#  cd  conf
#  vim  tomcat-users.xml

Lu: Define a user for manager as blue color.