Jump to content

X3N

Active Members
  • Posts

    270
  • Joined

  • Last visited

Posts posted by X3N

  1. try this without quotes. Rsync has be to on both machines. Also if you want to automate this using a shell script then you'll need to create a public/private keypair using ssh in order to do a passwordless login.

    "rsync -arz --delete -e ssh bob@someserver.com:/copy/this/directory /copy/to/this/directory"

    and if you want to see every file your are copying add a v

    like this

    "rsync -arzv --delete -e ssh bob@someserver.com:/copy/this/directory /copy/to/this/directory"

    and if you want to check how much space the entire copy uses

    "du -ch /copy/to/this/directory"

  2. Personally I use WINE and I have had no problems playing any of my games like HL2, or Portal - even Gary's Mod works.

    Windows applications could be developed using the wine api so that that are fully compatible with both linux and windows just no one does it yet... cept for maybe picasa is a good example...

  3. With rsync is it possible to have my central server go out and pull the files from the servers out on the internet or do the servers that I want backed up have to send there files to the central server?

    theres mulitple ways to do this... the easiest way is to use rsync daemon the other way is to stream it over ssh using cron and shell scripts... for speed i would just use the daemon but if you wanted to be real secure about it you could run it from a shell script... and you can either pull or push the files accross rsync supports both methods... for real secure enviroments i usually have a SAN pull the backups from the machines that need to backed up in order to prevent access to the san by the machines... that allows you to run multiple backups on one central SAN without giving the client access to the storage.

  4. either cp + tar or rsync... i prefer rsync cause its faster and can do incremental backups... theres also this totally awesome program that will do snapshotting of linux drives not using LVM called hotcopy... r1soft makes it and distributes it free...

  5. sweet great work... something i'd like to see is automating a reverse connection with vnc to relay off a server connected to the interwebs... i was developing some python reverse shells but kinda lost interest in the whole project due to other priorities.

  6. the other solution is to use squid proxy which caches data so it reduces the processing power needed... squid is real easy to work with.

    another way would be to reroute them though apache straight and use a rewrite script to just change every adsense ads ID number to your own... actually you could do the same thing with squid

  7. i wrote a couple netcat clones in python.... i dont think ill release my code though cause i dont feel like having it ever get blacklisted by antivirus...

    dingleberries... you should check out the twisted python library for more advanced networking capabillities its pretty nice to work with...

  8. why use nmap when you can just go into your routers settings and look at the dhcp table... if you dont want him on your network put a wpa2 password on it.

  9. the best program ive used so far for easy video editing is Sony Vegas and then using Sony DVD architect to author the DVD.

    If you want to really get into the nitty gritty adobe premier is the best choice for video editing but it has a higher learning curve.

  10. technically the cops wouldn't have to actually get on your network to sniff it in order to find out if someone is illegally accessing your connection. But it still is wiretapping.

    Also how do they know if you gave someone permission to access your network or not.

×
×
  • Create New...