Thứ Ba, 19 tháng 10, 2021

curl with profile connection time

 curl with profile connection time


curl -v "https://xxx/app/api/" -s -w '\nEstablish Connection: %{time_connect}s\nTTFB: %{time_starttransfer}s\nTotal: %{time_total}s\n'   -d "userID=1572101002801152000&sig=4c411914995b96e3417f6930c3e2927b"


curl -v "https://xxx/app/api/" -s -w '\n\nTotal: %{time_total}s\n'   -d "userID=1572101002801152000&sig=4c411914995b96e3417f6930c3e2927b"

Thứ Sáu, 8 tháng 10, 2021

gnome-screenshot build ubuntu 20

 


1983  meson compile

 1984  sudo add-apt-repository ppa:apandada1/libhandy-1

 1985  sudo apt-get install libhandy-1-0

 1986  meson compile

 1987  sudo apt-get install libhandy-1-dev

 1988  meson compile

 1989  ninja 

 1990  cd compile/

 1991  ninja 

./gnome-screenshot  --interactive

~/NetBeansProjects/gnome-screenshot-master/compile/src$ ./gnome-screenshot  --interactive

chieuvh@cpu10778:~/NetBeansProjects/gnome-screenshot-master$ rm -r compile && meson compile && cd compile && ninja && ll src/ && cd ../ && ./compile/src/gnome-screenshot --interactive