unable to connect to internet using terminal debian 8












0














EDIT / UPDATE:



firstly i was trying debian without desktop so that i can learn and spent my time on installing and playing with debian but as I was not able to connect to internet using command line so i plan to switch to desktop installation, because my 6 hours already gone just for connecting to the internet and both the solutions by dr01 sir and kais3n sir thought me a lot about networking in linux :)



==============================================================



I just completed installing plain debian 8 (after 4 try) wihtout any desktop environment and is booting properly and I can able to login from terminal and also can do sudo.



so to install desktop and other stuffs I first tried sudo apt-get update but it says could not resolve 'security.debian.org' , then tried below:



  sudo ifconfig wlan0 up
sudo iwlist wlan0 scan #getting all wifi name here..workss
sudo iwlist wlan0 essid "YFy" enc "password123"
sudo dhclient wlan0


all the above commands are executing without any error but again I am not able to update using sudo apt-get update command , its again saying could not resolve security.debian.org also tried ping google.com but its says unknow host google.com



my /etc/hosts :



 127.0.0.1 localhost.localdomain localhost
127.0.1.1 noobdev

#the following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


and /etc/hostname:



 noobdev









share|improve this question
























  • Do you actually get an IP address with DHCP? Check by running ifconfig and route -n a few seconds after dhclient. Check the system logs for messages regarding DHCP. If you do get an IP address, check if you have internet connectivity with traceroute -n 8.8.8.8. You're using wifi with authentication, what type of security (e.g. WEP, WPA2-PSK, …) does it use? Do you have wpa_supplicant running?
    – Gilles
    Sep 28 '15 at 22:05










  • If those answers actually helped, it would be nice if you would at least "upvote" them, even better if you accept one as a solution.
    – Helio
    Mar 13 '18 at 20:34
















0














EDIT / UPDATE:



firstly i was trying debian without desktop so that i can learn and spent my time on installing and playing with debian but as I was not able to connect to internet using command line so i plan to switch to desktop installation, because my 6 hours already gone just for connecting to the internet and both the solutions by dr01 sir and kais3n sir thought me a lot about networking in linux :)



==============================================================



I just completed installing plain debian 8 (after 4 try) wihtout any desktop environment and is booting properly and I can able to login from terminal and also can do sudo.



so to install desktop and other stuffs I first tried sudo apt-get update but it says could not resolve 'security.debian.org' , then tried below:



  sudo ifconfig wlan0 up
sudo iwlist wlan0 scan #getting all wifi name here..workss
sudo iwlist wlan0 essid "YFy" enc "password123"
sudo dhclient wlan0


all the above commands are executing without any error but again I am not able to update using sudo apt-get update command , its again saying could not resolve security.debian.org also tried ping google.com but its says unknow host google.com



my /etc/hosts :



 127.0.0.1 localhost.localdomain localhost
127.0.1.1 noobdev

#the following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


and /etc/hostname:



 noobdev









share|improve this question
























  • Do you actually get an IP address with DHCP? Check by running ifconfig and route -n a few seconds after dhclient. Check the system logs for messages regarding DHCP. If you do get an IP address, check if you have internet connectivity with traceroute -n 8.8.8.8. You're using wifi with authentication, what type of security (e.g. WEP, WPA2-PSK, …) does it use? Do you have wpa_supplicant running?
    – Gilles
    Sep 28 '15 at 22:05










  • If those answers actually helped, it would be nice if you would at least "upvote" them, even better if you accept one as a solution.
    – Helio
    Mar 13 '18 at 20:34














0












0








0


1





EDIT / UPDATE:



firstly i was trying debian without desktop so that i can learn and spent my time on installing and playing with debian but as I was not able to connect to internet using command line so i plan to switch to desktop installation, because my 6 hours already gone just for connecting to the internet and both the solutions by dr01 sir and kais3n sir thought me a lot about networking in linux :)



==============================================================



I just completed installing plain debian 8 (after 4 try) wihtout any desktop environment and is booting properly and I can able to login from terminal and also can do sudo.



so to install desktop and other stuffs I first tried sudo apt-get update but it says could not resolve 'security.debian.org' , then tried below:



  sudo ifconfig wlan0 up
sudo iwlist wlan0 scan #getting all wifi name here..workss
sudo iwlist wlan0 essid "YFy" enc "password123"
sudo dhclient wlan0


all the above commands are executing without any error but again I am not able to update using sudo apt-get update command , its again saying could not resolve security.debian.org also tried ping google.com but its says unknow host google.com



my /etc/hosts :



 127.0.0.1 localhost.localdomain localhost
127.0.1.1 noobdev

#the following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


and /etc/hostname:



 noobdev









share|improve this question















EDIT / UPDATE:



firstly i was trying debian without desktop so that i can learn and spent my time on installing and playing with debian but as I was not able to connect to internet using command line so i plan to switch to desktop installation, because my 6 hours already gone just for connecting to the internet and both the solutions by dr01 sir and kais3n sir thought me a lot about networking in linux :)



==============================================================



I just completed installing plain debian 8 (after 4 try) wihtout any desktop environment and is booting properly and I can able to login from terminal and also can do sudo.



so to install desktop and other stuffs I first tried sudo apt-get update but it says could not resolve 'security.debian.org' , then tried below:



  sudo ifconfig wlan0 up
sudo iwlist wlan0 scan #getting all wifi name here..workss
sudo iwlist wlan0 essid "YFy" enc "password123"
sudo dhclient wlan0


all the above commands are executing without any error but again I am not able to update using sudo apt-get update command , its again saying could not resolve security.debian.org also tried ping google.com but its says unknow host google.com



my /etc/hosts :



 127.0.0.1 localhost.localdomain localhost
127.0.1.1 noobdev

#the following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


and /etc/hostname:



 noobdev






debian internet wlan






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 28 '15 at 13:11







noobdeveloper99

















asked Sep 28 '15 at 11:16









noobdeveloper99noobdeveloper99

63




63












  • Do you actually get an IP address with DHCP? Check by running ifconfig and route -n a few seconds after dhclient. Check the system logs for messages regarding DHCP. If you do get an IP address, check if you have internet connectivity with traceroute -n 8.8.8.8. You're using wifi with authentication, what type of security (e.g. WEP, WPA2-PSK, …) does it use? Do you have wpa_supplicant running?
    – Gilles
    Sep 28 '15 at 22:05










  • If those answers actually helped, it would be nice if you would at least "upvote" them, even better if you accept one as a solution.
    – Helio
    Mar 13 '18 at 20:34


















  • Do you actually get an IP address with DHCP? Check by running ifconfig and route -n a few seconds after dhclient. Check the system logs for messages regarding DHCP. If you do get an IP address, check if you have internet connectivity with traceroute -n 8.8.8.8. You're using wifi with authentication, what type of security (e.g. WEP, WPA2-PSK, …) does it use? Do you have wpa_supplicant running?
    – Gilles
    Sep 28 '15 at 22:05










  • If those answers actually helped, it would be nice if you would at least "upvote" them, even better if you accept one as a solution.
    – Helio
    Mar 13 '18 at 20:34
















Do you actually get an IP address with DHCP? Check by running ifconfig and route -n a few seconds after dhclient. Check the system logs for messages regarding DHCP. If you do get an IP address, check if you have internet connectivity with traceroute -n 8.8.8.8. You're using wifi with authentication, what type of security (e.g. WEP, WPA2-PSK, …) does it use? Do you have wpa_supplicant running?
– Gilles
Sep 28 '15 at 22:05




Do you actually get an IP address with DHCP? Check by running ifconfig and route -n a few seconds after dhclient. Check the system logs for messages regarding DHCP. If you do get an IP address, check if you have internet connectivity with traceroute -n 8.8.8.8. You're using wifi with authentication, what type of security (e.g. WEP, WPA2-PSK, …) does it use? Do you have wpa_supplicant running?
– Gilles
Sep 28 '15 at 22:05












If those answers actually helped, it would be nice if you would at least "upvote" them, even better if you accept one as a solution.
– Helio
Mar 13 '18 at 20:34




If those answers actually helped, it would be nice if you would at least "upvote" them, even better if you accept one as a solution.
– Helio
Mar 13 '18 at 20:34










3 Answers
3






active

oldest

votes


















0














It's a DNS problem; your machine is unable to resolve hostnames.



Specify the nameserver in the file /etc/resolv.conf by entering the following line on it:



nameserver 8.8.8.8


which is the IP of Google's public DNS server.






share|improve this answer























  • i already have theses to lines nameserver 103.7.148.2 and nameserver 103.7.148.6 so should i remove these two and add the one you answered or i just need to add your suggested line at the end.. please
    – noobdeveloper99
    Sep 28 '15 at 11:33










  • Add nameserver 8.8.8.8 at the beginning. It looks like these nameservers aren't working.
    – dr01
    Sep 28 '15 at 11:35












  • sir, not working... :( , do i need to provide any gateway..??
    – noobdeveloper99
    Sep 28 '15 at 11:42












  • Does a ping 8.8.8.8 work?
    – dr01
    Sep 28 '15 at 13:07










  • no sir, may be i am missing something during installation time... but now i am on lxde desktop, but thanks a lot I got lots of idea how networking works in debian and in linux :) thanks a lot sir for your important time
    – noobdeveloper99
    Sep 28 '15 at 13:09



















0














And you are sure that you get a IP Address after you run sudo dhclient wlan0.
You can check that with ifconfig.



If not you can try to set it manually if you know the IP Range of your WLAN.
Open the interface config with



   sudo nano /etc/network/interfaces


And change the following parameters matching to your config



  iface wlan0 inet static
address 192.168.0.1 #the IP Address debian should get
netmask 255.255.255.240 # your networkmask
gateway 172.19.49.14 # Your gateway I guess your WIFI Router IP Address will work


After that you can set again your DNS manually in the /etc/resolv.conf like dr01 suggested






share|improve this answer





















  • tired but didn't work, now i am installing debian-lxde-cd1.iso which comes with desktop... but thanks a lot @kais3n Sir for your important time :)
    – noobdeveloper99
    Sep 28 '15 at 12:49





















0














Please check if you have added the interface, with IP address provided by DHCP/router in /etc/network/interface. If not please add iface ethXXX inet dhcp.



You can also check here, looks like similar problem: https://ubuntuforums.org/showthread.php?t=1582015






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f232512%2funable-to-connect-to-internet-using-terminal-debian-8%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    It's a DNS problem; your machine is unable to resolve hostnames.



    Specify the nameserver in the file /etc/resolv.conf by entering the following line on it:



    nameserver 8.8.8.8


    which is the IP of Google's public DNS server.






    share|improve this answer























    • i already have theses to lines nameserver 103.7.148.2 and nameserver 103.7.148.6 so should i remove these two and add the one you answered or i just need to add your suggested line at the end.. please
      – noobdeveloper99
      Sep 28 '15 at 11:33










    • Add nameserver 8.8.8.8 at the beginning. It looks like these nameservers aren't working.
      – dr01
      Sep 28 '15 at 11:35












    • sir, not working... :( , do i need to provide any gateway..??
      – noobdeveloper99
      Sep 28 '15 at 11:42












    • Does a ping 8.8.8.8 work?
      – dr01
      Sep 28 '15 at 13:07










    • no sir, may be i am missing something during installation time... but now i am on lxde desktop, but thanks a lot I got lots of idea how networking works in debian and in linux :) thanks a lot sir for your important time
      – noobdeveloper99
      Sep 28 '15 at 13:09
















    0














    It's a DNS problem; your machine is unable to resolve hostnames.



    Specify the nameserver in the file /etc/resolv.conf by entering the following line on it:



    nameserver 8.8.8.8


    which is the IP of Google's public DNS server.






    share|improve this answer























    • i already have theses to lines nameserver 103.7.148.2 and nameserver 103.7.148.6 so should i remove these two and add the one you answered or i just need to add your suggested line at the end.. please
      – noobdeveloper99
      Sep 28 '15 at 11:33










    • Add nameserver 8.8.8.8 at the beginning. It looks like these nameservers aren't working.
      – dr01
      Sep 28 '15 at 11:35












    • sir, not working... :( , do i need to provide any gateway..??
      – noobdeveloper99
      Sep 28 '15 at 11:42












    • Does a ping 8.8.8.8 work?
      – dr01
      Sep 28 '15 at 13:07










    • no sir, may be i am missing something during installation time... but now i am on lxde desktop, but thanks a lot I got lots of idea how networking works in debian and in linux :) thanks a lot sir for your important time
      – noobdeveloper99
      Sep 28 '15 at 13:09














    0












    0








    0






    It's a DNS problem; your machine is unable to resolve hostnames.



    Specify the nameserver in the file /etc/resolv.conf by entering the following line on it:



    nameserver 8.8.8.8


    which is the IP of Google's public DNS server.






    share|improve this answer














    It's a DNS problem; your machine is unable to resolve hostnames.



    Specify the nameserver in the file /etc/resolv.conf by entering the following line on it:



    nameserver 8.8.8.8


    which is the IP of Google's public DNS server.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Sep 28 '15 at 11:36

























    answered Sep 28 '15 at 11:30









    dr01dr01

    15.9k114970




    15.9k114970












    • i already have theses to lines nameserver 103.7.148.2 and nameserver 103.7.148.6 so should i remove these two and add the one you answered or i just need to add your suggested line at the end.. please
      – noobdeveloper99
      Sep 28 '15 at 11:33










    • Add nameserver 8.8.8.8 at the beginning. It looks like these nameservers aren't working.
      – dr01
      Sep 28 '15 at 11:35












    • sir, not working... :( , do i need to provide any gateway..??
      – noobdeveloper99
      Sep 28 '15 at 11:42












    • Does a ping 8.8.8.8 work?
      – dr01
      Sep 28 '15 at 13:07










    • no sir, may be i am missing something during installation time... but now i am on lxde desktop, but thanks a lot I got lots of idea how networking works in debian and in linux :) thanks a lot sir for your important time
      – noobdeveloper99
      Sep 28 '15 at 13:09


















    • i already have theses to lines nameserver 103.7.148.2 and nameserver 103.7.148.6 so should i remove these two and add the one you answered or i just need to add your suggested line at the end.. please
      – noobdeveloper99
      Sep 28 '15 at 11:33










    • Add nameserver 8.8.8.8 at the beginning. It looks like these nameservers aren't working.
      – dr01
      Sep 28 '15 at 11:35












    • sir, not working... :( , do i need to provide any gateway..??
      – noobdeveloper99
      Sep 28 '15 at 11:42












    • Does a ping 8.8.8.8 work?
      – dr01
      Sep 28 '15 at 13:07










    • no sir, may be i am missing something during installation time... but now i am on lxde desktop, but thanks a lot I got lots of idea how networking works in debian and in linux :) thanks a lot sir for your important time
      – noobdeveloper99
      Sep 28 '15 at 13:09
















    i already have theses to lines nameserver 103.7.148.2 and nameserver 103.7.148.6 so should i remove these two and add the one you answered or i just need to add your suggested line at the end.. please
    – noobdeveloper99
    Sep 28 '15 at 11:33




    i already have theses to lines nameserver 103.7.148.2 and nameserver 103.7.148.6 so should i remove these two and add the one you answered or i just need to add your suggested line at the end.. please
    – noobdeveloper99
    Sep 28 '15 at 11:33












    Add nameserver 8.8.8.8 at the beginning. It looks like these nameservers aren't working.
    – dr01
    Sep 28 '15 at 11:35






    Add nameserver 8.8.8.8 at the beginning. It looks like these nameservers aren't working.
    – dr01
    Sep 28 '15 at 11:35














    sir, not working... :( , do i need to provide any gateway..??
    – noobdeveloper99
    Sep 28 '15 at 11:42






    sir, not working... :( , do i need to provide any gateway..??
    – noobdeveloper99
    Sep 28 '15 at 11:42














    Does a ping 8.8.8.8 work?
    – dr01
    Sep 28 '15 at 13:07




    Does a ping 8.8.8.8 work?
    – dr01
    Sep 28 '15 at 13:07












    no sir, may be i am missing something during installation time... but now i am on lxde desktop, but thanks a lot I got lots of idea how networking works in debian and in linux :) thanks a lot sir for your important time
    – noobdeveloper99
    Sep 28 '15 at 13:09




    no sir, may be i am missing something during installation time... but now i am on lxde desktop, but thanks a lot I got lots of idea how networking works in debian and in linux :) thanks a lot sir for your important time
    – noobdeveloper99
    Sep 28 '15 at 13:09













    0














    And you are sure that you get a IP Address after you run sudo dhclient wlan0.
    You can check that with ifconfig.



    If not you can try to set it manually if you know the IP Range of your WLAN.
    Open the interface config with



       sudo nano /etc/network/interfaces


    And change the following parameters matching to your config



      iface wlan0 inet static
    address 192.168.0.1 #the IP Address debian should get
    netmask 255.255.255.240 # your networkmask
    gateway 172.19.49.14 # Your gateway I guess your WIFI Router IP Address will work


    After that you can set again your DNS manually in the /etc/resolv.conf like dr01 suggested






    share|improve this answer





















    • tired but didn't work, now i am installing debian-lxde-cd1.iso which comes with desktop... but thanks a lot @kais3n Sir for your important time :)
      – noobdeveloper99
      Sep 28 '15 at 12:49


















    0














    And you are sure that you get a IP Address after you run sudo dhclient wlan0.
    You can check that with ifconfig.



    If not you can try to set it manually if you know the IP Range of your WLAN.
    Open the interface config with



       sudo nano /etc/network/interfaces


    And change the following parameters matching to your config



      iface wlan0 inet static
    address 192.168.0.1 #the IP Address debian should get
    netmask 255.255.255.240 # your networkmask
    gateway 172.19.49.14 # Your gateway I guess your WIFI Router IP Address will work


    After that you can set again your DNS manually in the /etc/resolv.conf like dr01 suggested






    share|improve this answer





















    • tired but didn't work, now i am installing debian-lxde-cd1.iso which comes with desktop... but thanks a lot @kais3n Sir for your important time :)
      – noobdeveloper99
      Sep 28 '15 at 12:49
















    0












    0








    0






    And you are sure that you get a IP Address after you run sudo dhclient wlan0.
    You can check that with ifconfig.



    If not you can try to set it manually if you know the IP Range of your WLAN.
    Open the interface config with



       sudo nano /etc/network/interfaces


    And change the following parameters matching to your config



      iface wlan0 inet static
    address 192.168.0.1 #the IP Address debian should get
    netmask 255.255.255.240 # your networkmask
    gateway 172.19.49.14 # Your gateway I guess your WIFI Router IP Address will work


    After that you can set again your DNS manually in the /etc/resolv.conf like dr01 suggested






    share|improve this answer












    And you are sure that you get a IP Address after you run sudo dhclient wlan0.
    You can check that with ifconfig.



    If not you can try to set it manually if you know the IP Range of your WLAN.
    Open the interface config with



       sudo nano /etc/network/interfaces


    And change the following parameters matching to your config



      iface wlan0 inet static
    address 192.168.0.1 #the IP Address debian should get
    netmask 255.255.255.240 # your networkmask
    gateway 172.19.49.14 # Your gateway I guess your WIFI Router IP Address will work


    After that you can set again your DNS manually in the /etc/resolv.conf like dr01 suggested







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Sep 28 '15 at 12:19









    Kais3nKais3n

    1




    1












    • tired but didn't work, now i am installing debian-lxde-cd1.iso which comes with desktop... but thanks a lot @kais3n Sir for your important time :)
      – noobdeveloper99
      Sep 28 '15 at 12:49




















    • tired but didn't work, now i am installing debian-lxde-cd1.iso which comes with desktop... but thanks a lot @kais3n Sir for your important time :)
      – noobdeveloper99
      Sep 28 '15 at 12:49


















    tired but didn't work, now i am installing debian-lxde-cd1.iso which comes with desktop... but thanks a lot @kais3n Sir for your important time :)
    – noobdeveloper99
    Sep 28 '15 at 12:49






    tired but didn't work, now i am installing debian-lxde-cd1.iso which comes with desktop... but thanks a lot @kais3n Sir for your important time :)
    – noobdeveloper99
    Sep 28 '15 at 12:49













    0














    Please check if you have added the interface, with IP address provided by DHCP/router in /etc/network/interface. If not please add iface ethXXX inet dhcp.



    You can also check here, looks like similar problem: https://ubuntuforums.org/showthread.php?t=1582015






    share|improve this answer




























      0














      Please check if you have added the interface, with IP address provided by DHCP/router in /etc/network/interface. If not please add iface ethXXX inet dhcp.



      You can also check here, looks like similar problem: https://ubuntuforums.org/showthread.php?t=1582015






      share|improve this answer


























        0












        0








        0






        Please check if you have added the interface, with IP address provided by DHCP/router in /etc/network/interface. If not please add iface ethXXX inet dhcp.



        You can also check here, looks like similar problem: https://ubuntuforums.org/showthread.php?t=1582015






        share|improve this answer














        Please check if you have added the interface, with IP address provided by DHCP/router in /etc/network/interface. If not please add iface ethXXX inet dhcp.



        You can also check here, looks like similar problem: https://ubuntuforums.org/showthread.php?t=1582015







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 13 '18 at 19:00

























        answered Mar 13 '18 at 5:16









        novicenovice

        12




        12






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f232512%2funable-to-connect-to-internet-using-terminal-debian-8%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?