Link to a PGP/ASC-File on my website [closed] - pgp

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
I would like to include a link to a pgp key (asc-file) on my website, and if someone clicks it, I want it to open in the browser window (instead of displaying a download prompt). How can I do that? I tried the mime type mentioned on the following page, but it doesn't seem to work. http://www.bauser.com/websnob/keydist

Adding the following line to my .htaccess file seems to solve the problem.
AddType text/plain asc
It may not be the best solution, but it works for now.

Related

Is it possible to see "hidden" documents without knowing they exist? [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 11 months ago.
Improve this question
is it possible to see all files that are theoretically viewable by a link but not linked on the main website?
For example:
Let's say the website has:
index.html
undepage/index.html
supersecretdocument.pdf
Is it possible to see the supersecretdocument.pdf know that the document exists without knowing that it's there?
If you're asking "Can I know a file exists without trying to GET (or HEAD) it?", the answer is "no."

How to view instagram profile picture in full-size? [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
I was able to view and download a person's full sized, high resolution profile picture on Instagram until even a few days ago. I usually remove the 's150x150' from the URL and it worked fine for me. But now when I try the same thing I get a error saying 'Invalid URL signature'. I don't know what's happened. Can someone find me a solution for this problem? Or an alternate method maybe?
replace "150x150" with 720x720 and remove /vp/ from the link.it should work.
You can even set the prof. pic size to its high resolution that is '1080x1080'
replace "150x150" with 1080x1080 and remove /vp/ from the link.

Detect if a .doc file is password protected on Linux [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 have .doc file. I want to know is there is any shell/linux cmd that can tell whether the doc file is password protected or not.
For pdf files , I have got pdfinfo. Is there anything for .doc files.
Thanks
Install antiword. If document is password protected, the output of antiword file.doc will be Encrypted documents are not supported, otherwise it will be content of the document.

samb.conf: Where is the "security" parameter? [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 7 years ago.
Improve this question
I'm trying to make files in my linux virtual server browsable from my windows. I'm following the instructions given here: https://help.ubuntu.com/lts/serverguide/samba-fileserver.html
However, I cannot find the security parameter it's talking about. Can I just create that anywhere under the [global]? Or is there a pretty specific place to put it?
Yep, you can just specify the "security=" parameter anywhere in the global section.
https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html

Linux O.S. : Where is the firefox setting stored for this browser modification preference? [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
In your firefox if you right click on the top panel next to 'Help' you can uncheck
Menu Bar
this makes firefox better looking to me.
i need to know where this setting is stored however.
i looked at my file at
gedit /root/.mozilla/firefox/*.default/prefs.js
but it was not stored in that file.
toolbar-menubar in localstore.rdf:
<RDF:Description RDF:about="chrome://browser/content/browser.xul#toolbar-menubar"
currentset="menubar-items"
autohide="true" />

Resources