Perl Find and Replace One Liner
I’m constantly needing a way to easily change a line in a bunch of configuration files. I thought I’d share the way I do it here.
This allows you to use a regular expression and perform the find and replace.
I’m constantly needing a way to easily change a line in a bunch of configuration files. I thought I’d share the way I do it here.
This allows you to use a regular expression and perform the find and replace.
Here’s something that I usually forget to change from the default and then get annoyed when my terminal hangs.
That’s it. That will keep you logged in for 30 minutes at a time without activity. (600 seconds x 3)
Here’s a quick and simple way to create a Subversion repository while maintaining security by using SSH and the filesystem permissions.
You can now have your users access the repository over SSH.
If your clients are on Windows, I recommend using TortoiseSVN.
Credit goes to the Carnival of Technology.