ICT: Diary
D: 28 W: 05

< January 2026 >
Sun Mon Tue Wed Thu Fri Sat
 123
45678910
11121314151617
18192021222324
25262728293031

Based on notaweblog.php by joshua stein


searching for entries matching "debugging"…

wednesday, 14 september 2022
... firefox/user.default/pref.js firefox debugging ...

tuesday, 28 december 2021
Creating a simple webserver with while & nc The script: #! /bin/sh # Simple Web Server - Works on OpenBSD # based on @antonmedv webserver: # https://twitter.com/antonmedv/status/1474838597991813127 while :; do nc -Nl 1088 <<EOF HTTP/1.1 200 OK Content-Type: text/html <html> <head><title>Simple NC Web</title></head> <body> <h1> Current date is $(date) </h1> </body> </html> EOF done Shell Script Debugging This shell script was giving me an syntax error:`while' unmatched this was due to a missing done in the script. shellcheck is an excellent resource for checking shell scripts. CSS Ctrl + F5 to force CSS reload in Firefox. css shell

sunday, 3 march 2019
... the system as a standard user. See debugging . debug ...

monday, 2 january 2017
... CSS : a useful article on CSS debugging. debug css ...

friday, 14 october 2016
Debugging An excellent article on debugging with some excellent references. debug

saturday, 31 october 2015
... make port-lib-depends-check For debugging ld: export LD_DEBUG=1 pcc Needs pcc ...

saturday, 11 april 2015
... native format This will enable debugging macro's in both clang and gcc. ...

tuesday, 21 october 2014
... date. Kernel Debugging Kernel debugging thread that was interesting. ...

monday, 14 july 2014
... more efficently, and allow easier debugging. bash debug pipefail set sql ...

thursday, 13 february 2014
Book List The Practice of Programming has a Chapter on Debugging which is excerpted here [web.archive.org]. xrandr error Matthieu and Mark sent different diffs both fixed the issue I raised on ports@ about arandr failing. Teach Yourself Programming in… Came across Teach yourself programming in ten years by Peter Novig as a result of from Abstruse Goose . Inspiration : made me l

wednesday, 12 june 2013
... bus pirate as serial console for debugging purposes. The hardware overview ...

tuesday, 16 april 2013
... sr -g Include output helpful for debugging. You can also use systat to ...


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $