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

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?

Linux Bash And Html Variables (import And Export)

I've something like: var1=name var2=surname I need export these variables and import it to htm… Read more Linux Bash And Html Variables (import And Export)

Can Nodejs Ui Page Run Shell Cmd To Remote Machine And Run Script

Looking to run a shell command from nodejs ui webpage form. Form has one entry field for a 'ssh… Read more Can Nodejs Ui Page Run Shell Cmd To Remote Machine And Run Script

How Can I Extract Td From Html In Bash?

I am querying London postcode data from geonames: http://www.geonames.org/postalcode-search.html?q=… Read more How Can I Extract Td From Html In Bash?

Xpath Html Get All Columns 1 And 2 Together And Concatenate With Column ":"

i have this following command that gets the data from column 2: Table example: a … Read more Xpath Html Get All Columns 1 And 2 Together And Concatenate With Column ":"