Skip to content Skip to sidebar Skip to footer
Showing posts with the label Linux

Send Email From Linux Server As Html - Content Type And Html Tags Also Visible In Email

I am trying to send an email as html. #!/bin/sh #MAIL_LIST='gangadhar.n@xx.com' MAIL_SEND… Read more Send Email From Linux Server As Html - Content Type And Html Tags Also Visible In Email

What Are The Flaws , One Must Care In File Upload

I have a Linux server , i am having an upload image in my website , the users who register can uplo… Read more What Are The Flaws , One Must Care In File Upload

Case Sensitivity On Linux And Windows For Javascript Imports In Html

I have follow: test.html: TEST Read more Case Sensitivity On Linux And Windows For Javascript Imports In Html

Html5: Play On Speakers Stream From Microphone On Ubuntu

I am learning html5 and want to try to play on speakers what I say on microphone. So I wrote the fo… Read more Html5: Play On Speakers Stream From Microphone On Ubuntu

Running A Html And Php On Ubuntu

I am new to HTML and PHP. All I want to do is that I made a HTML file and a PHP file and now I wan… Read more Running A Html And Php On Ubuntu

Html In Unix Shell Scripting With Sequential Output

I have a script called 'main.ksh' which returns 'output.txt' file and I am sending … Read more Html In Unix Shell Scripting With Sequential Output

Converting Html To An Image

Possible Duplicates: Convert URL to screenshot (script). PHP: How to capture browser window screen … Read more Converting Html To An Image

Bash: Sending HTML With An Attached File?

I'm looking for a way to send an HTML email from bash with an attached file. I've tried the… Read more Bash: Sending HTML With An Attached File?