Search This Blog

Showing posts with label Chrome. Show all posts
Showing posts with label Chrome. Show all posts

Tuesday, April 6, 2021

Switch tt-rss to Fraidycat

I switched to tt-rss after the Google Reader shutdown.

Running my own server for RSS update is always fun and feels in control.

But I am also looking for an alternative solution without a Server.

Fraidycat is a desktop app or browser extension for Firefox or Chrome.

Export the opml from tt-rss then import it to Fraidycat.

It's been awesome after a week's usage.
highly recommended for anyone following a lot of sites like me.

Thursday, March 24, 2016

How to simulate POST request by Chrome apps Postman

I'm testing on Windows, trying to simulate POST requests (with different form variables) for load testing. I have tried all kinds of load testing software but failed to get it working.

For GET requests, I know I can just put parameters behind the url

http://www.example.com?id=yyy&t=zzz

But how do I simulate a POST request?

I have a chrome REST Client but I do not know what to put in the headers and data.

Here's what I've tried so far:

Thursday, January 21, 2016

Simple Docker UI cleanest Docker GUI

There must be lots of you out there using Docker and hate Docker Toolbox!

I have VMware Player installed on my Laptop, hosting a Docker VM I build by myself.

I also have few other Docker servers everywhere.

Just don't want install VirtualBox + Few other items in Docker Toolbox I don't need. But it just not an option! How crazy is that!

Here is what I tried:

1.Custom install Docker Toolbox:

Docker_Toolbox_install

I can accept 137.3 MB size, but force me install the VirtualBox and Docker Client and Docker Machine? Nonnnnn

2.I wen to Kitematic Github site, download the latest windows package.

Kitematic_Install

How smart is that! I mean how much you (Docker) got paid from Oracle who try to push VirtualBox!

I don't hate VirtualBox, it's a great opensource production! Just not my type.

I highly recommend a Chrome App: [Simple Docker UI]

Which is only Size: 884KiB

Lunch the Apps, add my Docker VM and Docker Server into it ( You need to allow Remote API access from the Docker Server, which the Developer also put it on the Interface).

Simple_Docker_UI

Super easy and quick, I can also run it from my ChromeBook.

This is exactly what I want!

And I'd like to share with all my friends.

 

Have a great day!

Sunday, May 23, 2010

How to put Google Chrome Cache into RamDisk

1.First Instll Ram Disk and set it to Driver Z:
    --with option create temp folder

2.Close Chrome

3.at command line input:

mklink /J "C:UsersLambertAppDataLocalGoogleChromeUser DataDefaultCache" "Z:temp"

create the link