Bengtssons loge p? ?sterlen ?r en riktigt h?jdare med trevligt boende och en ?nnu trevligare personal!!
Författare: Jörgen (Sida 71 av 119)
Nu har dom designat om webb widgeten, och s? h?r ser den nya ut 🙂
|
Hittade en bra howto på SSH tunnlar
http://www.progbox.co.uk/wordpress/?p=434
exempel.
So in our example, we want to connect from a->b and then a connection will be made on our behalf, from b->c. So how does this manifest itself in reality. Let’s look at a typical ssh command line, which would be run on a.local, to achieve what we have described.
ssh -nNL 4800:c.mailserver:110 b.sshserver -l sshuser
Hittade en bra sida med en howto om find (för oss nybörjare). http://www.debuntu.org/how-to-find-files-on-your-computer-with-find
T.ex. If you want to search for *.mpg and *.avi files, you will use the following: find /home -name ’*.mpg’ -o -name ’*.avi’