#howto लेबलों वाले संदेश दिखाए जा रहे हैं. सभी संदेश दिखाएं
#howto लेबलों वाले संदेश दिखाए जा रहे हैं. सभी संदेश दिखाएं

शनिवार, 4 मार्च 2017

Easy Way to Find IP Address using Python Language

with 0 Comment







import socket

try:
    s = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
    s.connect(("gmail.com",80))
    print "IP:"+s.getsockname()[0]
    s.close()

except Exception:
    p = "INTERNET IS NOT WORKING"
    print p




शुक्रवार, 3 मार्च 2017

TOP 10 Python Programming Tricks

with 0 Comment

सोमवार, 30 जनवरी 2017

Ubuntu में google chrome कैसे install करे

with 0 Comment

शनिवार, 19 नवंबर 2016

YouTube video आपके windows computer में कैसे डाउनलोड करे ?

with 0 Comment

मंगलवार, 15 नवंबर 2016

firefox browser विंडोस १० में कैसे इनस्टॉल करे ?

with 0 Comment

सोमवार, 14 नवंबर 2016

Virtual machine में Ubuntu कैसे install करे ?

with 0 Comment





install ubuntu 16 in virtual machine 

virtual machine download link 
https://www.virtualbox.org/wiki/Downloads


ubuntu iso download link:
https://www.ubuntu.com/download/desktop

रविवार, 13 नवंबर 2016

ubuntu sudo apt-get update terminal error problem

with 0 Comment

बुधवार, 26 अक्टूबर 2016

indicator sticky notes आपके ubuntu के लिए

with 0 Comment


सूचना  : आपका इंटरनेट कनेक्शन चालू होना चाहिए 


step 1 : open your terminal 
( terminal  चालू कीजिये )

step 2 : run following commands
 ( निचे दिए हुए ३ commands को terminal में run  कीजिये )

command no 1 : ( पहिली command जो निचे लाल अक्षर में लिखी है )

sudo add-apt-repository ppa:umang/indicator-stickynotes




command no 2 :( दूसरी  command )

sudo apt-get update






command no 3  : ( तीसरी command )

sudo apt-get install indicator-stickynotes




step 3 :

click on dash and type sticky  
( अपने ubuntu  के dash  ऑप्शन पर क्लिक कीजिये और sticky  टाइप कीजिये )

click on indicator stickynotes icon 
(indicator stickynotes का पिले कलर के आइकॉन पर क्लिक कीजिये )





step 4 : indicator stickynotes setting and all stuff 
 (indicator stickynotes संदर्भ की सारी जानकारी आपको निचे दिए हुए दृश्य में ऑप्शन पर क्लिक क्र के मिल जाएगी  )



बुधवार, 19 अक्टूबर 2016

ubuntu / linux में .iso file को कैसे इस्तमाल करे तथा virtual CD drive कैसे बनाये ?

with 0 Comment



gCDEmu कैसे install  करे ?

terminal  open  कीजिये और निचे दिए हुई ३ commands  run  कीजिये  
१. sudo add-apt-repository ppa:cdemu/ppa
२. sudo apt-get update
३. sudo apt-get install gcdemu cdemu-client

और जानकारी के लिए ऊपर वाली विडियो देखिये


how to create virtual CD drive  in ubuntu 

three commands need to install gCDEmu

1) sudo add-apt-repository ppa:cdemu/ppa
2) sudo apt-get update
3) sudo apt-get install gcdemu cdemu-client

ubuntu में notepad plus plus कैसे install करे ?

with 0 Comment



notepad plus plus install करने के लिए 

१. wine  नाम का application install कीजिये 

उसके लिए  terminal  ओपन कीजिये और टाइप कीजिये 

sudo apt-get install wine 

२. उसके बाद 

https://notepad-plus-plus.org/download/v7.1.html

ऊपर वाली link  पर जाकर npp.7.1.Installer.exe फाइल डाउनलोड करे 

३.  npp.7.1.Installer.exe फाइल पर जाकर right click  कीजिये, 
और open with wine application पर क्लिक कीजिये 

और जानकारी के लिए ऊपर वाली विडियो देखिये 



install notepad ++ in ubuntu 

step one: install wine 
open terminal then type
sudo apt-get install wine 

step two: download notepad plus plus software 
https://notepad-plus-plus.org/download/v7.1.html

step three : right click on npp.7.1.Installer.exe and open with wine

step four : install same as basic software installation follow in windows but create desktop icon for notepad plus plus
Blogger द्वारा संचालित.