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
Wednesday, July 3, 2019
Linux: base64 encoding command
Encode a string with base64:
$ echo -n abc | base64
Decode a base64 encoded string:
$ echo -n YWJj | base64 -d
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
PHP: list all files and sub-directories under the current directory
Create a file index.php: <?php $allItems = scandir("."); $toHide = array('.', '..', 'index.php'); ...
Firefox Extension: Wiktionary and Google Translate
NOTE: Many users have asked whether there will be a WebExtension version of this add-on. We appreciate your support. Unfortunately, the...
Install a Firefox extension for a newer/unsupported version of Firefox
Some Firefox extensions are released on this site. They are free and can be downloaded from the official Mozilla Add-ons website. I would tr...
Google Chrome: content script limitations make my extension look bad
After I published my Google Chrome extension Boss Key and Button , some positive feedbacks were received in the beginning. But later on, I k...
Google Docs - spreadsheet - set formula for a whole column/row
If you want the column C to be the sum of column A and B, i.e. C1 = A1 + B1 C2 = A2 + B2 C3 = A3 + B3 ... you don't have to ...
Allow Microsoft Edge to visit self-signed HTTPS websites | Resolve certificate error issues | Microsoft Edge
If the website is using a self-signed certificate or an invalid certificate, Microsoft Edge shows an error page. Unlike Firefox or Google Ch...
Blogger: retrieve the list of all posts
To retrieve the posts of a blog, we can use the URL like this: http://***.blogspot.com/feeds/posts/default?alt=json&callback=mycallba...
Firefox/Thunderbird Extension: Autohide Tabbar
Overview This extension auto-hides your Firefox/Thunderbird's tab bar. It can also relocate the tab bar to the bottom of the browser w...
Firefox extension: Full Screen Image Viewer
NOTE: This extension is not available anymore due to the incompatibility with the newer versions of Firefox. If you are interested in sim...
Blogger: Tweeking the Contempo template
With the Contempo template, the homepage of the blog will show snippets of the most recent posts. To show the whole posts instead we can edi...
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