mirror of https://gitlab.com/curben/blog
parent
1f70316713
commit
0a725e9ecf
|
@ -109,7 +109,7 @@ header @svg Content-Type image/svg+xml
|
||||||
root * /home/user/www
|
root * /home/user/www
|
||||||
```
|
```
|
||||||
|
|
||||||
I prepared a set of dummy files with most common file extensions ([download](https://gitlab.com/curben/blog/-/raw/site/20201112/dummy.zip)). This enables you to test whether Caddy serves the correct file. `.gz` and `.br` files are _not_ compressed files, they are text files so that you can easily identify the file being served. This also means you cannot test it on browsers since the files are not are not actually compressed (you'll get encoding error); also note that web browsers only send `Accept-Encoding: br` request header to HTTPS website.
|
I prepared a set of dummy files with most common file extensions ([download](/files/20201112/dummy.zip)). This enables you to test whether Caddy serves the correct file. `.gz` and `.br` files are _not_ compressed files, they are text files so that you can easily identify the file being served. This also means you cannot test it on browsers since the files are not are not actually compressed (you'll get encoding error); also note that web browsers only send `Accept-Encoding: br` request header to HTTPS website.
|
||||||
|
|
||||||
Unzip the dummy.zip and specify the folder in the `root` directive. Following are some sample tests after you start Caddy:
|
Unzip the dummy.zip and specify the folder in the `root` directive. Following are some sample tests after you start Caddy:
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,8 @@ updated: 2020-02-19
|
||||||
|
|
||||||
## Publications
|
## Publications
|
||||||
|
|
||||||
- Leom, MD, Deegan, G, Martini, B & Boland, J 2021, 'Information disclosure in mobile device: examining the influence of information relevance and recipient', _HICSS_. [Preprint](https://gitlab.com/curben/blog/-/raw/site/publications/Information-disclosure-mobile-device_preprint.pdf)
|
- Leom, MD, Deegan, G, Martini, B & Boland, J 2021, 'Information disclosure in mobile device: examining the influence of information relevance and recipient', _HICSS_. [Preprint](/files/publications/Information-disclosure-mobile-device_preprint.pdf)
|
||||||
- Leom, MD 2020, 'User privacy preservation on mobile devices: investigating the role of contextual integrity', PhD thesis, University of South Australia. [PDF](https://gitlab.com/curben/blog/-/raw/site/publications/User-privacy-preservation_thesis.pdf)
|
- Leom, MD 2020, 'User privacy preservation on mobile devices: investigating the role of contextual integrity', PhD thesis, University of South Australia. [PDF](/files/publications/User-privacy-preservation_thesis.pdf)
|
||||||
- Leom, MD, Choo, K-KR & Hunt, R 2016, 'Remove wiping and secure deletion on mobile devices: a review', _Journal of Forensic Sciences_, pp. 1-20, doi: [10.1111/1556-4029.13203](https://doi.org/10.1111/1556-4029.13203). [Postprint](https://gitlab.com/curben/blog/-/raw/site/publications/Remote-wiping-and-secure-deletion-on-mobile-devices-a-review_postprint.pdf)
|
- Leom, MD, Choo, K-KR & Hunt, R 2016, 'Remove wiping and secure deletion on mobile devices: a review', _Journal of Forensic Sciences_, pp. 1-20, doi: [10.1111/1556-4029.13203](https://doi.org/10.1111/1556-4029.13203). [Postprint](/files/publications/Remote-wiping-and-secure-deletion-on-mobile-devices-a-review_postprint.pdf)
|
||||||
- Leom, MD 2015, 'Remote wiping in Android', MSc thesis, University of South Australia. [PDF](https://gitlab.com/curben/blog/-/raw/site/publications/Remote-wiping-in-Android_thesis.pdf)
|
- Leom, MD 2015, 'Remote wiping in Android', MSc thesis, University of South Australia. [PDF](/files/publications/Remote-wiping-in-Android_thesis.pdf)
|
||||||
- Leom, MD, D'orazio, CJ, Deegan, G & Choo, K-KR 2015, 'Forensic collection and analysis of thumbnails in Android', _Trustcom/BigDataSE/ISPA_, IEEE, pp. 1059-66, doi: [10.1109/Trustcom.2015.483](https://doi.org/10.1109/Trustcom.2015.483). [Postprint](https://gitlab.com/curben/blog/-/raw/site/publications/Forensic-collection-and-analysis-of-thumbnails-in-Android_postprint.pdf)
|
- Leom, MD, D'orazio, CJ, Deegan, G & Choo, K-KR 2015, 'Forensic collection and analysis of thumbnails in Android', _Trustcom/BigDataSE/ISPA_, IEEE, pp. 1059-66, doi: [10.1109/Trustcom.2015.483](https://doi.org/10.1109/Trustcom.2015.483). [Postprint](/files/publications/Forensic-collection-and-analysis-of-thumbnails-in-Android_postprint.pdf)
|
||||||
|
|
Loading…
Reference in New Issue