Tag Archives: Linux

Allowing Debian Packages To Execute Scripts When Upgrading

openlogo-100

If you have mounted /tmp noexec, aptitude updates may fail. Here’s some possible solutions.

Continue Reading

How to Use SSH Tunneling to Access A Subversion Server Behind NAT

ssh_tunnel_example

How to use reverse ssh tunnels to access a subversion or git repository behind NAT.

Continue Reading

Renaming Many Files At Once with Pattern Matching in Bash

Sometimes you may need to rename many files at once in a similar way, such as removing a specific string from their name. Rather than manually rename the files, you can use a method described at snipplr.com. One of the advantages of this method is that you can preview the changes you will make simply [...]

Continue Reading