O. Libre
O. Libre
Fix https://github.com/divan/expvarmon/issues/35 and https://github.com/divan/expvarmon/issues/23 This is the branch from https://github.com/marklr/expvarmon with some changes: * rebase * update dependencies * fix many linter issues
To connect to my remote API I have to provide a Token using the "Authorization" HTTP header: ``` curl -H 'Authorization: ' https://api.example.com/v0/books ``` How can I provide such HTTP...
I wanted to delete more than 1300 files in the root directory of my web server. After selecting the files to delete, I pressed bottom delete button but no file...
PHP provides the [`PharData`](http://www.php.net/manual/en/class.phardata.php) to extract an archive. Maybe there are other alternatives... Could be nice to just upload a light tarball file and just decompress it in a selected...
To listen network interface, *tcpflow* requires to be run using the root privileges. Therefore the output files are also owned by root and cannot be accessed by non-privileged users. The...
The option `-I`of `tcpflow` triggers the creation of a complement file having the extention `*.findx`. This file provides the timestamps of each TCP payload. The precision is the microsecond. The...
My original function: ```go func sortedKeys(m map[string]interface{}) sort.StringSlice { keys := make(sort.StringSlice, len(m)) i := 0 for k := range m { // ranges should only be cuddled with assignments...
Please propose alternative methods in README.md as described by Peter Kehl in his comment (see https://extensions.gnome.org/extension/740/hide-top-panel/) > Alternative method In Firefox, open a special URL about:config. Set browser.fullscreen.autohide and browser.tabs.drawInTitlebar...
Thank you for you sweet JSON printer, I am using and enjoying it. 🤩 But, `pprintjson` often uses unnecessary room and I request an option to get a more concise...
### Steps to reproduce 1. Install Nextcloud-SMS v2.0.5 (2018-12-23) from F-Droid (I did not try Google Play) 2. Add an account with wrong password 3. Synchronize now (I have about...