:::: MENU ::::

2009/06/26

TELNET (TELetype NETwork) is a network protocol used on the Internet or local area network LAN connections.

Telnetd is normally invoked by the internet server inetd or xinetd for requests to connect to the telnet port as indicated by the /etc/services file. Usaually telnet listen on port TCP port 23.

Telnet in is insecure protocol and it is recommended that you use ssh server. But some time you really need telnet then first install telnet server as according to version of Linux distribution.

Telnet server installation:

[root@lecuong ~]# yum install telnet-server

Configure telnet server:

2009/06/25

Hiện mình có tìm được 1 tài liệu về Pass4sure bằng Flash muốn chia sẻ cùng mọi người để đọc.Rất mong có thể giúp ích được mọi người
Highslide JS

_________________________________________
Bài viết được đăng bởi: itdongnai

2009/06/02

Build File server to share files between Windows computer and Linux Server computer.

1. Install Samba

[root@lecuong.info ~]#  yum -y install samba

2.Configure Samba :  Create a shared directory that anybody can read and write,

a.No Authentication

[root@lecuong.info ~]# mkdir /mnt/D/share

[root@lecuong.info ~]# chmod 777 /mnt/D/share

[root@lecuong.info ~]# vi /etc/samba/smb.conf