Profile
Achievement
Dorgendubal's Recent Snippets
- All /
« Prev 1 Next »
Ideal if you have a laptop. If someone steals it, he will not be able to read all your mails and documents with precious information (about passwords, accounts, credit cards, private stuffs, etc...).
This snippet is considering that you are using...
0
1602
posted 17 years ago by Dorgendubal
* Resized images are generated into TARGET_DIR.
* Change the resolution (800x800 in my example) and quality (80) as you want.
* The command keeps the image's proportion. 1600x1200 will be converted into 800x600, 1200x1600 into 600x800.
_Notice_:...
2
2618
posted 17 years ago by Dorgendubal
Useful to remotely assist another person.
1. Connect to his computer using ssh
2. Execute first command listed below
3. The other person must open a terminal and execute the second command
4. Both are connected to the same terminal "screen"
1
2179
posted 17 years ago by Dorgendubal
Useful when you have to deal with ClassNotFoundException. The command looks for all jar in the current directory and any sub-directory, and checks if the jar contains the specified class. The command lists all matching jars.
0
2192
posted 17 years ago by Dorgendubal
Useful to quickly backup a folder by synchronizing it to another partition/disk.
0
1636
posted 17 years ago by Dorgendubal
Useful to quickly identify processes listening to ports (to eventually kill them).
0
1777
posted 17 years ago by Dorgendubal
Useful to convert all matching files from one encoding to another.
Some examples:
1
2534
posted 17 years ago by Dorgendubal
* _HOST_: remote host
* _PORT_: ssh port (default 22)
* _PATH_: remote path to synchronize
0
1680
posted 17 years ago by Dorgendubal