Input, Output and data manipulation (Python series)
July 12th, 2013 // 7:30 pm @ Arad Gharagozli
Welcome back. In this tutorial I am going to go over few basic input and output methods. Like any other programs, Python has its ways to receive data from user and store them into a variable. You can receive data in many different ways but the most common ways are “input” and “raw_input” commands. Like […]
Read More »Hello, World! (Python series)
June 23rd, 2013 // 2:08 pm @ Arad Gharagozli
Welcome back. Without further ado, I will start this section. Hopefully you have Python ready and installed on your OS. Since I am not a big fan of programming in under Win I chose to use Ubuntu, Python usually comes with most Unix distros. Same story with Ubunto. To make sure you’ve got Python ready […]
Read More »Welcome to Python (Overview)
May 12th, 2013 // 1:44 pm @ Arad Gharagozli
Python is free to use, even for commercial products, because of its OSI-approved. Python is free and easy to learn if you know where to start! This guide will help you to get started quickly. Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. Some of Python’s notable features: […]
Read More »How to create a transparent Proxy server using Linux CentOS
January 2nd, 2013 // 5:14 pm @ Arad Gharagozli
NOTE: THIS TUTORIAL IS FOR EDUCATIONAL PURPOSES ONLY, I AM NOT RESPONSIBLE IN ANY WAY FOR HOW THIS INFORMATION IS USED, USE IT AT YOUR OWN RISK. HIDING YOUR IDENTITY ON INTERNET, INCLUDING IP ADDRESS OR MATERIAL THAT YOU ARE SEEKING TO BROWSE, IS CONSIDERED A FELONY IN SOME COUNTRIES AND MAY SUBJECT TO PROSECUTION. […]
Read More »Generating and Implementing SSL on APACHE server
September 21st, 2011 // 1:32 pm @ Arad Gharagozli
One of the most popular advantages of Apache is SSL and the fact that it’s very important as a Network Engineer to ensure security of users data transition is unignorable, so let’s start.
Read More »How to mount a new drive into Linux OS
July 23rd, 2009 // 10:40 pm @ Arad Gharagozli
If you are switching between Windows and Linux all the time or let say not that familiar with Linux mounting a new drive into your Linux Platform is one of the most important things to do that really comes handy specially if you doing Linux boot (Or any other Ubuntu distribution software).
Read More »