skip to main
|
skip to sidebar
Tips, Tricks and Tools
... and Thoughts
Home
All Posts
Firefox Extensions
JavaScript Compiler and Encoder
Bulk Player for YouTube
Misc Tools
Support
Thursday, July 7, 2022
Linux: build OpenSSL 32bit on a 64bit box
$ setarch i386 ./config -m32 --prefix=... --openssldir=...
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Best of TopTip.ca
BEST TIP
BEST TOOL
Web Image Slideshow
Get it from Google Play
Products
Internet Explorer Extension
Bulk Player Mate for YouTube
Chrome Extensions
Image Viewer
Bulk Player Mate for YouTube
more ...
Thunderbird Extension
Autohide Tabbar
Online Tools
Bulk Player for YouTube
Unit Converter
ASCII <--> EBCDIC Converter
Others
No Captioning
MD5 in Java
Random Posts Widget for Blogger
Share Buttons Bar
Support
Popular Posts
Adding a CA to the trust store for Eclipse
If a Eclipse plugin uses a self-signed updating web site, you may encounter the authentication failure error when updating the plugin. The...
Google Docs - spreadsheet - insert chart on another sheet (updated)
To insert a chart for your spreadsheet data, you can highlight the wanted cells and select menu Insert|Chart. The new chart will be put som...
Mockito error: You cannot use argument matchers outside of verification or stubbing
There may be many reasons can cause this error. But in this case, this error was wrongly spit out when I wrote: when(myObject.myMethod(any...
Linux: Convert a file with UTF-16 encoding to ASCII encoding
We use command iconv to convert the file's encoding. iconv -f UTF-16 -t ASCII input.txt -o output.txt We can append string //TRANSLI...
VirtualBox unable to start error: rc=-5640
If you see this error when trying to run a guest machine in VirtualBox: (rc=-5640) Please try reinstalling VirtualBox. where: supR3Hardene...
Sony wireless adapter UWA-BR100 alternative: TP-Link TL-WR740N wireless router (without DD-WRT)
If you have a Sony BRAVIA HDTV without a built-in wireless adapter, you may have checked out the Sony wireless adapter UWA-BR100. This wirel...
InstallCert.java - to solve the SSL handshake problem
If a web server is using a self-signed or unknown certificate, your JSSE application will encounter the javax.net.ssl.SSLHandshakeException ...
Add a new Event Source and create Event Logs on Windows
Open a PowerShell terminal. The New-EventLog command creates an Event Log MyLog and registers an Event Source "MyLogSource" to i...
gdb: skip instructions or lines while stepping the program
Supposed you are at line 50 and you want to skip the following several lines of your source code and continue from line 60, you can input co...
Google Chrome: print in black and white
Press Ctrl-P in Google Chrome opens the Print dialogue. To print the current page in black and white: Select the printer for the Destinati...
Random Posts
Random Posts Widget
Followers
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Total Pageviews
Contact
zen (a.t) toptip.ca
>
Tweet
Get This
<
No comments:
Post a Comment