125 reputation
5
bio website sfu.ca/~abozorgk
location Vancouver, Canada
age 26
visits member for 2 years, 1 month
seen Sep 28 '12 at 0:33
stats profile views 3

I love programming and I know how to program with these languages:

C C++ Objective-C (for Iphone developing) C# Java PHP HTML JavaScript


Sep
27
comment Using Squid and Apache
Thank you for you reply. I have found this kevin.vanzonneveld.net/techblog/article/… which is exactly what you are saying but I couldn't make it work.
Sep
27
asked Using Squid and Apache
Sep
27
comment Have Apache Stop Using Squid
Can I ask how you integrated squid with apache? I've searched a lot but haven't found the solution. Thanx
Aug
23
comment Add S3 Bucket as a network drive
Could you give me some tips on where and how to start implementing this?
Aug
23
comment Add S3 Bucket as a network drive
So you are saying all those three applications have their own driver?
Aug
23
asked Add S3 Bucket as a network drive
Jul
26
comment Rsync Remote to Remote
I think its not a good way for privacy right? because in this case everybody could ssh to the second server without a password.
Jul
26
comment Rsync Remote to Remote
Done, I think its now more clear, thanx
Jul
26
revised Rsync Remote to Remote
added 575 characters in body; edited tags
Jul
26
comment Rsync Remote to Remote
Does AllowAgentForwarding yes allows you to ssh without password?
Jul
26
comment Rsync Remote to Remote
I wanna sync the files of virtual machines with another server. My client is gonna be a virtual machine on the same server that is running these vms. I could use ssh and ftp, but I prefer not to install any extra thing on the vms.
Jul
26
comment Rsync Remote to Remote
:D I know ! but thats not my call !! I have to do it agent less. Actually agent based code was what I suggested at the first place, but no luck !
Jul
26
awarded  Supporter
Jul
26
comment Rsync Remote to Remote
The idea is great but the problem is I don't want to run rsync on either of the servers. I have a third system which is the manager of syncing files between these two. I want to write my code agent less.
Jul
26
comment Rsync Remote to Remote
Do you know any other tool like rsync that I could use?
Jul
26
awarded  Commentator
Jul
26
comment Rsync Remote to Remote
Just to make sure, you mean that I should first ssh, then run rsync on the first remote server? ssh server_address "do something" does something on the server after ssh connection is established?
Jul
26
comment Rsync Remote to Remote
I don't want to write my rsync script on any of the systems.
Jul
26
comment Rsync Remote to Remote
Hi, what you suggest is for local to remote, i need remote to remote
Jul
26
asked Rsync Remote to Remote