tcpd is use to access control facility for internet services. The tcpd program can be set up to monitor incoming requests for telnet, finger, ftp, exec, rsh, rlogin, tftp, sshd and other services that have a one-to-one mapping onto executable files. Your sshd server must be configuring (compiled with) to support tcpd. You can find [...]
by Vivek Gite on January 31, 2006 · 1 comment
Q. How do I stop or restrict access to my OpenSSH (SSHD) server using Linux iptables based firewall? A. Linux iptables firewall can be use to block or restrict access to ssh server. Iptables command is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. However, [...]
Q. Can you list or tell the location of FreeBSD hardware compatibility list? A. If you are not able to find out HCL then it is available online. Here are direct links to FreeBSD Hardware compatibility List html document. FreeBSD 6.0 Hardware compatibility List (HCL), it include following topics Disk Controllers Ethernet Interfaces Token Ring [...]
Q. How do I format Linux file system? Can you tell me command names to format and create a Linux file system? A. Formatting linux filesystem required for many reasons. If you want to expand file system or you just added new hard disk drive or create separate partitions for security and performance reasons. Whatever [...]
How do I find out my Linux / UNIX system ip address, subnet and related networking information from a command prompt?
Q. How do I run a shell script from a web server or a web page under Apache or Lighttpd websever? A. In order to run a shell script from a web page you need Apache web server configured with cgi access. Apache CGI allows documents/files in cgi-bin directory treated as application and run by [...]
Q. How Can I send html email from cgi perl program under UNIX / Linux and Apache web sever? A. Sending HTML email is an easy task with MIME::Lite CPAN module. It is a low-calorie MIME generator. It can be use to send html emails, graphics file email attachments as a single-part or multi-part message. [...]