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 am seting up an ec2 instance.
It has a very similar configuration with another instance I have seted up, but for some reason I can make vsftpd work in the new one.
This is my config file:
passwd_chroot_enable=yes
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
nopriv_user=vsftpd
virtual_use_local_privs=YES
guest_enable=YES
user_sub_token=$USER
local_root=/root/to/$USER
chroot_local_user=YES
allow_writeable_chroot=YES
hide_ids=YES
guest_username=vsftpd
pasv_max_port=41000
pasv_min_port=40000
port_enable=YES
pasv_enable=YES
pasv_address=XX.XX.XX.XX
The only thing that changes is pasv_address.
Any clue what can it be?
Thanks!
Well, it is working now. It seem like some sintax error or something like that.
I deleted and write again the config file and all solved.
Related
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
just wondering is it possible that I can run an instance after I disconnect it?
The only thing I found is the link but it is not relevant to what I want.
link1
link2
I guess you mean keep it running in background?try
sudo apt-get install screen
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
The connection works fine with doing it through the gui as shown in pic 1, but I have tried
mount_smbfs //rajohns:MyPassword#msclst2fs
and I see that the format is supposed to be
//[domain;][user[:password]#]server[/share] path
but I don't know what to put for domain or /share or path
Try
mount_smbfs rajohns:MyPassword#msclst2fs/SHARE2 /Volumes/msclst2fs
to make the volume available at /mnt/msclst2fs. The path is wherever in your file system you want to make the volume accessible.
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 running a minecraft server for a friend. And he needs to be able to start the server. I need some way to run a bat file over the internet for him. I am not really coder so. I don't know how to do this. I have been told by coder friends ssh is the way to go. I have no idea how to use ssh. Windows btw.
Quick Google Search, First result
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 set up sub-domains on my development machine that runs IIS 7 on Windows 7.
It looks like it is possible by editing hosts file in C:\Windows\System32\drivers\etc by adding line like this:
127.0.0.1 localhost
127.0.0.1 abc.localhost
I'm wondering if this could be done without adding a configuration for each sub-domain?
Answer given here sounds like this might be possible but it's not clear to me...
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 configuring Oracle Database in fips compliant mode, but not able to find fips.ora, can someone please tell me do i need to create a new file or there is any default location?
Assuming you are on 11g, the fips.ora file is either located in the $ORACLE_HOME/ldap/admin directory, or is pointed to by the FIPS_HOME environment variable.
If it doesn't exist create it and add
SSLFIPS_140=TRUE
See http://docs.oracle.com/cd/B28359_01/network.111/b28530/asoappe.htm