Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
 
For 2023 (and 2024 ...) - we are now fully retired from IT training.
We have made many, many friends over 25 years of teaching about Python, Tcl, Perl, PHP, Lua, Java, C and C++ - and MySQL, Linux and Solaris/SunOS too. Our training notes are now very much out of date, but due to upward compatability most of our examples remain operational and even relevant ad you are welcome to make us if them "as seen" and at your own risk.

Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!

I am also active in many other area and still look after a lot of web sites - you can find an index ((here))
Windows clients to a Linux Server

When you install Linux, you're installing a powerful server-capable operating system, but for security reasons most of the services are going to be switched OFF by default.

Services you can run include a web server (almost certain to be Apache httpd) and a file system server (probably Samba). You'll also be likely to enable FTP and some form or remote login.

How services are started / configured varies from one Linux distribution to another, but services are known as daemons (from Greek Mythology) and are started EITHER through scripts in the /etc/init.d directory on startup (if they're services that will be consistently and heavily used) OR through the xinetd daemon which monitors many possible connections and starts up services "as required".

The services are often run by the following daemons
 httpd for the web server
 smbd for file sharing (Samba)
 in.telnetd for telnet
 sshd for secure shell
 in.rlogind for rsh
 in.ftpd for ftp

If you want to use these services on a Windows system you can use processes such as:
 Explorer to contact the web server
 Any software that accesses a net drive (Samba)
 telnet to contact telnet
 PuTTY to contact sshd
(see http://www.chiark.greenend.org.uk/~sgtatham/putty/)
 rcp and rsh to contact rlogind
 ftp to contact ftpd
And there are lots of other windows clients available too.

If you're sharing network drives on your windows box with the network, you can access the drives from your Linux system using smbclient; if you're running a web server on your Windows boc (IIS, Apache httpd or another) then you can access that from the Linux system using a wide variety of browsers such as Mozilla and Konqueror


See also Starting and stopping daemons on Linux

Please note that articles in this section of our web site were current and correct to the best of our ability when published, but by the nature of our business may go out of date quite quickly. The quoting of a price, contract term or any other information in this area of our website is NOT an offer to supply now on those terms - please check back via our main web site

Related Material

Web Application Deployment - Services and Regular Jobs
  [544] - ()
  [907] - ()
  [1028] - ()
  [1288] - ()
  [1553] - ()
  [1633] - ()
  [1700] - ()
  [1731] - ()
  [1733] - ()
  [1765] - ()
  [1903] - ()
  [2145] - ()
  [2182] - ()
  [3011] - ()
  [3143] - ()
  [3791] - ()
  [3792] - ()
  [4487] - ()

resource index - Deployment
Solutions centre home page

You'll find shorter technical items at The Horse's Mouth and delegate's questions answered at the Opentalk forum.

At Well House Consultants, we provide training courses on subjects such as Ruby, Lua, Perl, Python, Linux, C, C++, Tcl/Tk, Tomcat, PHP and MySQL. We're asked (and answer) many questions, and answers to those which are of general interest are published in this area of our site.

You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2024: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho

PAGE: http://www.wellho.net/solutions/general- ... erver.html • PAGE BUILT: Wed Mar 28 07:47:11 2012 • BUILD SYSTEM: wizard