I removed Python 3 from my computer now I don't have a desktop (posting this from work PC). I can only access the terminal via Ctrl
+Alt
+F1
. I've tried just about everything I've seen on the forums, but
sudo apt-get update
results in a lot of:
W: Failed to fetch http://repo.org/dists/.... Could not resolve repo.org
I'm worried about losing some critical work, so I tried to push one of my Git repos to my Github account via the terminal and I get:
Could not resolve Github.com
Even
ping google.com
returns the Could not resolve
error. So, first, how can save my files somehow? Either by pushing them to the Github repo or transferring them to another PC?
tar caf mybackup.tar.gz /path/to/my-project
– Aug 12 '16 at 06:08apt-get
. I agree tarring the repo is probably the easiest way to backup it. – edwinksl Aug 12 '16 at 06:28ip
utility, then internet connection, with installing along the needed for Internet packages withdpkg
, i.e. you first have to download them. To download them, or to read tutorials/docs you can use LiveCD of Ubuntu. – Hi-Angel Aug 12 '16 at 06:48