How do I apt-get gddrescue and testdisk?

471

Both packages are in the Universe repository. See this question to enable Universe repository :

In order to install them with the following commands you need an Internet access for your machine.

Testdisk Install testdisk:

sudo apt-get install testdisk

Gddrescue Install gddrescue:

sudo apt-get install gddrescue

For installation without internet access see

If that is not possible you may also try with a live rescue CD remix that already has these tools installed (e.g. SystemRescueCD, TestDisk Live CD)

Share:
471
Cyber
Author by

Cyber

Updated on September 18, 2022

Comments

  • Cyber
    Cyber over 1 year

    I have create a website in php that runs on apache.
    I have copied over the project folder to the www folder in WAMP and created an alias for it.
    I have an active wifi connection but want to host the site from my laptop to be accessed on mobile devices. So I created a hotspot using the following command in Admin CMD:

    netsh wlan set hostednetwork mode=allow ssid=NetworkName key=NetPassword
    netsh wlan start hostednetwork


    This creates a Microsoft Hosted Network Virtual Adapter. In adapter settings, I went to properties on my Wifi connection and allowed the created hotspot to have internet access.

    My phone is now connected to the created network, however, when I try to access the website, Chrome on my device says that the web page is not available.

    I used mypcname:8080/alias/ to connect to the website.

    What could I be doing wrong and how can I fix this?

    Thanks

    • Qben
      Qben over 10 years
      I think this belong to superuser or serverfault if it's a professional project.
    • Admin
      Admin over 10 years
      I don't think you will get reply here. I think you should post it on serverfault.
  • Takkat
    Takkat over 11 years
    See edit with link how to activate Universe repository.