PHP POST Upload File Using CURL
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: <?php $data = […]
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: <?php $data = […]
By Ryan at ifupdown.com: Social networking websites often ask you to see if any of your email contacts are already using the service. They ask […]
If you are looking to send email with attachment via shell script or at shell prompt/command line (read as bash prompt), use mutt command. Mutt is a […]
As stated in comptechdoc.org Editors: emacs, vi, pico, jed, vim Command Example Description cat Sends file contents to standard output. This is a way to list […]
The file /etc/sudoers, has the rules that users have to follow when using sudo command. If you are (or was) running Ubuntu, you may know […]
This is a tutorial about how to create simple batch scripts in linux console. I will use “/home/” as my root folder. It can be applied […]