Connect remotely from Linux with Terminal Server Client


I do a lot of remote work throughout the day and to make those connections I use different tools. Between LogMeIn andTeamViewer I have remote support covered. But when I need to connect to a machine such as a Terminal Server, where do I turn? Generally speaking I turn to the Linux tool Terminal Server Client (tsclient.) This tool makes connecting to unattended remote servers a snap — and it workswith different protocols.
Features
Just what does tsclient offer? Take a look at this short list of features:

Network Troubleshooting Basics: Tracert & Pathping


This article is the third in a series of the basics of network troubleshooting. So farping and ipconfig have been covered. Now tracert and pathping, which are similar commands, will be covered. While this is a basic tutorial, there are some intermediate tips and topics included. The focus will be on Windows based systems(with a tip or two for other systems).
Both of these commands are designed to give you more detailed information than the ping command. They will tell you about steps along the way. This can help you narrow down where a problem is.

The Tracert Command Basics

The tracert command is also called traceroute on other systems, such as on a Mac or in Cisco’s IOS (used in its routers and switches). It is used to find out what other devices are on the path to a destination. It works by sending out a number of signals. Each signal has an amount of locations it can jump to, called a time to live (TTL).

Network Troubleshooting Basics: Some Simple Steps


This article is the fourth and final part of a series on the basics of networktroubleshooting. The tools covered in the previous articles (pingipconfigtracert and pathping) will be combined into a troubleshooting method. This guide will teach you valuable steps in finding where a problem is on a network connection.
One of my networking classes included the basics of troubleshooting a network connection. It included basic command line tools that really were very easy to use and understand. Most of the students thought they were fun to use.
Knowing these commands before having to deal with the frustration of a network connection problem is not a bad idea. A working connection shows you what is supposed to happen. If you see something different, you will know something is up. When problems strike, at the least you can get an idea of what is going on.

How To Calculate a TCP-IP Subnet Mask


If you’re a network administrator, chances are at some point you may need to set up a number of different networks on your IP range. In order to do this, you will need to know how to create different subnets.
There are two main things to remember when trying to calculate subnets. The first is that that default subnet for a range is 255.255.255.0. This subnet, that we all recognize gives you one network with 255 different addresses from 1 to 255. Fairly easy stuff so far. The second thing to remember is the formula needed to calculate a new subnet. For this we have to go back to basics and remember that the number 255 is made up in binary of 8 bits. To get the number 255, all those 8 bits would be set to 1, each one representing a number in decimal in the following sequence. (1, 2, 4, 8, 16, 32, 64, 128). If you add all these numbers together you get 255.

Set up a Linux media server


Do you have multiple machines around your house that would like to share a centralized server for multi-media? Having such a server for music allows for consolidation, ease of use, and space saving on client PCs. Of course to many users, the idea of setting up a multi-media server sounds like it would be a nightmare…especially on the Linux platform. That couldn’t be further from the truth.
The Firefly Media Server (formerly mt-daap) is a fast DAAP server that is simple to install and even easier to configure. Firefly resides on a single Linux machine that doesn’t have to be a powerhouse. In fact, you can install this lightweight server on Ubuntu Server and you’re almost ready to go. In this article you will see how to do just that – install and configure Firefly Media Server on Ubuntu Server.
Features
The Firefly server has all of the features you will want in a DAAP server:

Apache troubleshooting tips


How many times have you installed a LAMP server only to find Apache doesn’t seem to want to run right? Or you install a new module only to see Apache try to download pages as file, instead of displaying them on screen?
There are a hundred and one thousand things that can go wrong with any web server installation. From a fresh installation to an installation that has been running for a long time, you never know when something is going to cause your web server to go astray. When it does happen, it’s always nice to know that, usually, Occam’s Razor applies.
In this tutorial you will find some advice that will help you through some of the more common issues that can pop up with an Apache web server.
Is your server actually running?

Connect to a Windows Terminal Server from Linux


There are a number of reasons to have to connect to a Windows Terminal Server machine. Either you telecommute, you administer remotely, you work on the go, or you use Linux and have to use a Windows app for company business. No matter the reason, you have to be able to connect. From the Windows operating system there is a built-in application for making this connection. But what aboutLinux? How do you make this connection from within the open source operating system? Simple.
There are a number of good Linux terminal server clients available. In this article I will demonstrate how you connect to your server with the help of two of them: tsclient and krdc.
tsclient
What most people like about tsclient is that is very closely resembles the Microsoft tool that handles the same task. So there is already a level of familiarity to the application. But before you can use it, you have to install it. This is simple, just follow these steps: