accidentally deleted /etc/resolv.conf and now cannot access any domain [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I'm using ubuntu 18.04 on my dell inspiron 5402.I was annoyed about my unstable wifi,so I followed some method on the Internet and unfortunately got this problem.
Now when I open chrome, there is DNS_PROBE_FINISHED_BAD__CONFIG displayed.
I checked my /etc/resolv.conf file and it showed broken symbolic link to /run/systemd/resolv/stub.resolv.conf,but when I checked the /run/systemd/ directory ,there was no resolv.
I get fully confused and don't know what to do next .

try this to revert your dns config
resolvectl revert INF-NAME
it could revert back your dns config per-interfaces

Related

Erroneous Gitkraken installation by means of Yaourt Manajro [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
My operating system is Manjaro Linux with gnome Desktop.
I installed gitkraken with yaourt, whereas I was asked to install libcurl-openssh for gitkraken.
Nevertheless, I have gitkraken installed now!
But when I go to the file/folder browser dialog in gitkraken, I see a broken fonts in the dialog as you can see on the following screenshot
How can I fix the wrong fonts?
It's a known problem, see:
https://aur.archlinux.org/packages/gitkraken/?comments=all
https://github.com/Azd325/gitkraken/issues/45
It's because gitkraken uses an old electron version

I can't delete files of USB device in samsung galaxy grand neo in ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I cant delete files/Images in mobile as above mentioned. Whenever I delete particular file/image it shows a dialog containing error that
libmtp error: could not delete object.
Which version of Ubuntu are you running?
lsb_release -a
Perhaps you do not have the right MTP packages installed on your system?
Try with:
sudo apt-get install mtp-server libmtpserver-dev
and reconnect.
Also I've seen cases when it failed and renaming the file did the job (kinda strange). In case you want to go that way.

Bypass the use of Domain in WinEXE [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
is there a way to bypass the use of domain in the winexe command?:
winexe -U domain/username%password //hostname "cmd.exe"
I have two PCs. one is running on windows and the other in linux. These two machines does not have a domain server. Just a simple local area network. Both PCs have administrative accounts
Please help. Thanks
After exploring, I finally resolved the issue by using .\ as a variable for the domainname. the .\ is a default value for the local area network.

Apache2 webserver not displaying pages [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have this strange problem that happens whenever I go to visit any of my websites hosted on my Apache2 server. When I visit a site, chrome just downloads this file named 'download' and just displays a blank page. I opened the the file named 'download' in notepad++ and it displays the html source code to the website. Anyone know what is going on here?
You misconfigured your server: it's returning the wrong mime-type. Go find the config which came with your Apache installation and compare it with the current state to find the stuff which is broken.

cannot create link operation not permitted [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am getting error "link cannot create link operation not permitted" while creating link in ubuntu using below command
link code-1.2.1 code
I am using ubuntu 12.10 version also i tried it using 'sudo link code-1.2.1 code' command but still getting same error.
Thanks.
You are attempting to create a hardlink to a directory. Linux will not allow this. Create a symlink instead (ln -s).

Resources