Jump to content

TheNavigator

Members
  • Posts

    44
  • Joined

  • Last visited

TheNavigator's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm trying to install subversion onto my server in a smooth way, I found that the best way is SVNManager, however, even SVNManager isn't easy enough for a "1 click" thing. It's something I got used to, it's Linux world. However, I had few problems with it, including SMTP mailing (which is solved now), now I have another problem. When I try to edit privileges, this error appears I can't even understand what is that to be honest. Any help is appreciated of course. Thanks.
  2. Forgot that to be honest. It looks like that's the main reason joymax just discontinued it. Thanks then. I won't add that.
  3. I understand what you wrote there, but what I need to achieve is to prevent those Javascripts to reveal the password thing. Joymax site seems like they've removed this feature though :| Maybe it's not that much needed?
  4. I don't know how that's made to be honest, maybe it's not even Javascript, but I saw that at www.joymax.com When the refresh button is pressed, or any link is pressed, or even a Javascript was activated in the URL box, the password field is cleared. This is to prevent those scripts that reveal password fields and etc, while (of course), the data is still received by the php script behind. My question is, any hints on how to do so? All what I can do with Javascript is read it to be honest, so I need some help on what to do to achieve such objective. Any help is greatly appreciated. Thanks
  5. Never mind, I got it I thought that any user can access any directories, thankfully, by default, everything's secured I know it's stupid, but I didn't know so because I rarely used a Linux system with multiple users
  6. After searching for sometime, what I want to do is something like a chroot jail, or an rSSH. Locking the user to a specified directory. chroot looks fine but it's much more than what I actually need. I've also seen Jailkit, but I can't figure out how to make that work on CentOS I guess I need more experience :|
  7. How to make a user and certain its permissions not to access other directories? The user I use, although it's a sudoer, but without using sudo commands it can play with stuff, make files here and there, delete some files, etc. How can I prevent this so the only directory the user can access is the one I specify it for him?
  8. Sorry for the late reply. It's something very advanced and complicated (as reported by experts who are responsible for the informatic olympiads here. For me it wasn't that hard). An algorithm server. Ever heard about Codeforces, TopCoder, USACO, Z-Training, etc. ? The international olympiad for informatics? For your reply, that means I need to turn that "python script" into a service then. True?
  9. How to limit a user to a directory then? And would that work with nohup ?
  10. I'm making a way of communication between a site and a server. User uploads a python file, the server then compiles it and returns the output. Everything works perfectly. The only problem is that script file can access other directories and mess with things. The script deals with only 2 files, "input" and "output". How can I make such thing? Any instructions? Any help is much appreciated Thanks.
  11. I've contacted namecheap support regarding this. They gave some help. The server works perfectly with another client. There's something wrong with php. Moreover, resp = (connect.recv(65535)).strip() print resp # And there could be a lot more here! if I deleted that resp = (connect.recv(65535)).strip() , the second one, php script works fine Can someone help?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.