How do I create a .onion site? [closed] - nginx

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 3 years ago.
Improve this question
I have a ubuntu linux and have been using this site: https://scottlinux.com/2013/10/11/how-to-create-a-tor-onion-site/ but I am getting confused on how to use this file /etc/nginx/nginx.conf and from there everything else is a little confusing as well. If you know how to follow these instructions, please let me know.

Its cool, I'll just answer my own question... Again.
Using this website helped me a lot more because it had step-by-step details that the one above was missing.
https://www.bentasker.co.uk/documentation/security/290-hosting-tor-hidden-services-onions

The best way to create a .onion site would be through a Tor .onion homepage.Just follow the links there and you should create your own personal website quite easily.Or you could use a Tor Wiki to do so instead.

Related

Can't add authtoken to "ngrok" [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 months ago.
Improve this question
I'm new to Kali Linux and recently I tried to install ngrok, it worked perfectly but now for some reason it doesn't. I tried to create a new Authtoken and add it on Kali but it always says "ERROR: Unrecognized command: config". I've searched everywhere but I can't find a solution, please help me. Thanks in advance.
had the same problem too just a couple of hours ago fixed it by typing ngrok authtoken xxxxxxxxxxxxxxxxxxxxxxxxx (replace the x with the authcode from the ngrok dashboard)

Wordpress how to add Theme Installation [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 4 years ago.
Improve this question
I bought theme via appthemes and now I see that for install it I have to upgrade WordPress?
Anyway to do it differently?
Thanks
Check The theme installation requirement from the documentation. Normally every theme has an instruction about compatible WordPress version. But I don't think there will be a problem with the updated WordPress version. Always try to use update version.

How to configure vsftpd to send me an email on user login process? [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
I want to send a mail to abc#abcd.com when someone is logging in via FTP. I have tried using /etc/pam.d/vsftpd "session optional pam_exec.so /path/to/my/emailing_script.sh" but it doesn't work (i have tested this script in /etc/pam.d/sshd and it works).
Any suggestions?
Thanks in advance.
In order for vsftp to use the pam sessions you need to enable it in the configuration file:
add (or update) the line
session_support=YES
without that line PAM sessions will not be used so your PAM session module will not be run either.
Look for "session_support" on this documentation page.

How a process create in UNIX [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
Can some one help me out here, it is necessary to complete my assignment.
I need to know,
how a process created in UNIX...? and
how a process created in MS-DOS...?
How is the unix process is different from MS-DOS process...?
I have fair knowledge about Operating Systems.I tried to find better answer on the internet, but I was unable to find in google, yahoo answers, etc...
Thank you........
You can do better than "the internet"...
Try:
Tannenbaum's Modern Operating Systems.
Page 735 for Linux, page 857 for Windows Vista (including MS-DOS).

How to connect to remote hosted sql server [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
I think I am doing everything right but I am not being able to access the sql server online. I have put my settings beneath. Of course the password is hidden. Any help?
Looks like the Server name should be MSSQL1228.wc1\inst2. You currently have MSSQL1228\inst2.
Your instance name is wrong
replace mssql1228\inst by mssql228.wc1\inst
If that doesn't work try the IP address 50.57.219.8,4120
And if that doesn't work, you might need to validate that your user has permissions to access that specific database.
Without knowing your specific error message is hard to know 100% what's wrong

Resources