Profile
Achievement
 
    
                iblis's Recent Bash Snippets
- All /
 « Prev 1 Next »
Encrypts traffic between host port 5900 and client port 5921 (view the forwarded traffic at `vnc://localhost:5921`).
        
        
        
            0 
        
        
            1048 
        
                    posted 16 years ago by iblis
            1. Allows encryption between client and server 
2. Bypasses filtered port, if any on the standard port for the given service.
        
        
        
            1 
        
        
            1359 
        
                    posted 17 years ago by iblis
            When installing mysql and mysql-dev with fink, gem is unable to find the mysql headers and libraries: you should specify their location. If compiled manually from source, gem will find it if /usr/local/mysql (or what ever other location you specified...
        
        
        
            0 
        
        
            1203 
        
                    posted 17 years ago by iblis
            test with echo instead of mv
example removes spaces after dots, replaces spaces with _, removes ' , and -, and finally lowercases filenames
        
        
        
            1 
        
        
            1569 
        
                    posted 17 years ago by iblis
            -nd   do not create a hierarchy of directories (save all recursively retrieved files in the current directory)
-r      recursive retrieving
-l1    set maximum recursion depth to 1 (stay in that folder): set to 2 if necessary
--no-parent     do not...
        
        
        
            3 
        
        
            1928 
        
                    posted 18 years ago by iblis