Category Archives: programming

Introduction to the Linux Command Line

Written by Ambition on . Posted in Arch Linux, CentOS, Fedora, linux command, Linux distributions, Linux Mint, programming, Software, Suse

Terminal-prompt

My intent is to introduce new Linux users to the Linux command line shell and make them feel comfortable with the command line environment. What does it happen when you click a button with your mouse? When you click a … Continue reading

A Secure Password

Written by Ambition on . Posted in News, programming, Security, Software

Internet-Security-logo

The minimum you can do to protect yourself is to avoid weak passwords. In most cases people do not know what weak passwords are and why are called such. Passwords that can be easily guessed or cracked  are called weak … Continue reading

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

Gentoo bugday is back

Written by Panos Georgiadis on . Posted in News, programming

gentoo

For once you have tasted Gentoo you will compile the kernel with your eyes turned red monitor-squared, for there you have been and experiencing the raw power of Linux. There are some days I want to go back to the … Continue reading

Open-Source Software Licenses

Written by Chris Jones on . Posted in News, opensource, programming, Software

opensource-logo

To some people’s surprise, even open-source software has a license attached to it. And with that license comes a description and agreement for what can and can’t be done with the source code of any particular product or service. What … Continue reading

Kernel Development Made Easy? Not yet.

Written by Chris Jones on . Posted in News, programming, Software

Kernel

If someone asked me “What is your favorite part of the Linux operating system?”, I would have to say the Linux kernel itself. And it’s much the same for Unix too. Having that source code of the kernel loaded up … Continue reading