Tag Archives: Python

Write a Simple Client in Python

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software, Unix Tutorials

pyhton

Now that we finished writing the TCP server it is time to write a simple client which will connect to the server. It is very simple to create our client with the socket library and now we have enough knowledge … Continue reading

Strings in Python

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software

pyhton

Now that you have learned how to work in interactive mode with Python is time to expand your knowledge and experiment with string objects.

Write a TCP Server in Python – Part 2

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software, Unix Tutorials

pyhton

This article is for people that have good knowledge in Python and want to learn and practise new skills and do some network basics. Information about sockets is very important when using Python for network scripting. Before we can create … Continue reading

Write a TCP Server in Python. Introduction with Sockets – Part 1

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software, Unix Tutorials

pyhton

It is late and I decided to code a simple TCP server in pure Python. But what is a server? Anything that receives connection from other computers called clients is called a server. This server keeps the connection open and … Continue reading

Introduction to Python Programming Language

Written by Mel Kham on . Posted in News, programming, Software

pyhton

This article provides a short introduction to the Python programming language. Python is a free and open source programming language which is getting very popular . Statistical analysis and facts show that Python is taking the lead as one of … Continue reading

ArchLinux Decided to Move to MariaDB

Written by Mel Kham on . Posted in Linux distributions

MariaDB-seal

What’s  MariaDB : is an community-developed fork of the MySQL relational database management system, the impetus being the community maintenance of its free status under the GNU GPL, as opposed to any uncertainty of MySQL license status under its current ownership by Oracle. The contributors are required … Continue reading

How to set up Python scripting for Apache

Written by m.mukherjee on . Posted in Frequently Asked Questions, Linux tutorials

In this post i will show you how to set up Python scripting for Apache. Note that I assume that you have already set up and configured the standard LAMP server stack. If you haven’t, refer to any of the … Continue reading

Python for systems administrators – Repetitive tasks

Written by Mel Kham on . Posted in Linux tutorials

Systems administrators quite often have to perform repetitive tasks on a daily or weekly basis. Whether you are administering users, checking software for upgrades or performing backups, the less time you spend on boring repetitive tasks the more time you … Continue reading

Python for systems administrators – The basics

Written by Mel Kham on . Posted in Linux tutorials

If you have ever worked as a systems administrator or are planning a career as a systems administrator you will understand that knowledge of programming can be a powerful tool. Programming can not only help you save time with your … Continue reading

Start Simple HTTP Server with Python

Written by Mel Kham on . Posted in Linux tutorials

This methode wil install the webserver in The same directory where you apply the python command. The command will read automaticly the index.html page . if there is no index.html will list the contents of the directory .