How to send APDU command - smartcard-reader

need the experts help, I have HID 3021 card reader and using usim explorer. the question is how to send APDU commands to read the files directory? It will be help also if someone can help if I want to clear the cache memory of my card?

Related

How to embed an exe file into webpage?

I have a Windows executable, XAMPP, and ngrok. On the receiving end of my makeshift server, I would like my client(s) to be able to click a link that would open the before mentioned executable on my side, and stream the image to my user(s).
I would like if some user input could get through, as arrow keys & space bar, and I'm willing to do this by whatever means possible. Thank you!
You could look into CGI which provides a way for a webserver to interact with an executable via standard input and output. There is also a stack overflow answer detailing what CGI is. For user input, the CGI can pass data both ways, so it should be capable of what you are trying to achieve.

Tableau Server Automating reports

I have many tableau workbooks on our tableau server. I want to automate these workbooks and print them to PDF and email them to specific people.
Could anyone help me with this ?
Thanks in advance
Still there is no option to publish automatically but you can do it with some trick below
there few requirement before you get start.
Your viewer need static IP address so we can access tableau without login and download pdf file click here.
Little knowledge programming i.e. R or Python to send email and hit link to download file click here
You should be able to use the Tableau REST API for this task - there is a feature currently being voted on here: https://community.tableau.com/ideas/5025
This post here has more details for you about a potential workaround that might suit your needs: https://community.tableau.com/docs/DOC-8361

Powershell Help, the code i have sends a email out to people, need to save a the data of the code but not as a text file

I am new to powershell and need some help. I have a code which runs everyday and sends an email out to people regarding the server status and other details. What i need to do is save that file as maybe an output file or something so if the customer wants can go in to powershell type in the script command and it comes up with the information thats on the email
Is there a way to do this. This cant be a text file. Has to be something u can type and the data comes up?
please help, thanks in advance
Os
Without code the only definite answer I can give you is using the Out-File command. I do not see why it can't be a txt file (because it's just an email)since data can come up and be typed. You can always Out-File to excel or csv, it really all depends on what you're trying to ask.

Access filesystem from AEM

Is there a way to access a file (present on the File System) from AEM. More specifically, I have requirement wherein:
1. I need to fetch a custom log file (present under crx-quickstart/logs/.log
2. Send an email with this file attached via AEM
Any inputs would be really appreciated.
You can do this via java fileinputstream and associated api's. Use relative paths to access the file so that once your code is deployed to other environments(servers) it doesn't error out with any IO exception.
The answer to this question is same as Link to your answer
This is just a suggestion that go for the question suggested by the stackoverflow first when you are typing your question. As the same question has already been asked before.
Thank you...

Reduce Autogenerated Metadata in Flash SWF?

Some coder friends and I have challenged each other to create a working game with the smallest file size possible. I've made my first attempt in Flash with a mere 273 Actionscript bytes and a 15 byte shape, but I'm getting killed on the whopping 600 bytes of metadata on export. Anybody know if there's a way to knock that down?
The reason I mention the challenge is to make sure you know that this is probably the least important question being asked on StackOverflow atm and if someone else needs help feel free to give it to them first. :-)
Cheers!
If using the Flash IDE, there should be an option to remove the metadata.
Flash CS3 and later introduced an XMP panel in Publish Settings which allows the user to add metadata to make the .swf file easier to scan by Google spiders(as a collaboration between Google and Adobe's Flash Player team).
The publish settings should also allow you to remove/not include metadata