Monday, 10 June 2013

python tutorial-how to create a server and client using python



Hello guys, Here is our first python video tutorial made by Oltjano Terpollari The video is uploaded on his youtube channel, please subscribe to him. This tutorial will show you how to make a server, and a client to connect with each other!
- Read more at: http://www.securitygeeks.net/2013/06/python-tutorial-how-to-create-server.html


http://www.youtube.com/watch?feature=player_embedded&v=BXO2NV_bwgU

About The Author:  Oltjano is pursuing Computer Engineering from Polytechnic University of Tirana. He is passionate about Information Security, Computer Forensics , game development and drawing. Website:http://thisisoltjano.blogspot.com 
- Read more at: http://www.securitygeeks.net/2013/06/python-tutorial-how-to-create-server.html

Saturday, 8 June 2013

IDEA NET MODEM EDIT A NEW PROFILE

IDEA NET MODEM EDIT A NEW PROFILE

Follow the steps :-



1. Find this two files in Idea Net Setter Program Files :

Code:
C:\Program Files\Idea Net Setter\plugins\NetConnectPlugin\ProfileLib.prof
C:\Program Files\Idea Net Setter\plugins\NetConnectPlugin\NetConnectConfig.xml

2. Open ProfileLib.prof and add your profile..Like this :-

Code:
Add Under <ProfileGroup type="DialUp">


 <Profile
        name="Tata Docomo 3G"
        type=""
        readonly="true"
        user=""
        password=""
        phonenumber="*99#"
        autoapn="false"
        apn="tatadocomo3g"
        chap="false"
        pap="false"
        ip=""
        dns=""
        dnsalt=""
        wins=""
        winsalt=""/>
3. Open NetConnectConfig.xml...Find this :

Code:
<module name="Idea_C356">
            <ProfileList>
                <item name="Idea Internet" value="default" type="DialUp"/>
            </ProfileList>
        </module>
and add your profile like this : 

Code:
      <module name="Idea_C356">
            <ProfileList>
                <item name="Idea Internet" value="default" type="DialUp"/>
                <item name="Tata Docomo 3G" value="" type="DialUp"/>
            </ProfileList>
      </module>