Search for "note to self"
Update Scripts to Run on Boot
For my own future reference: update-rc.d defaults Name is the name of the script of executable in /etc/init.d/. Executing this command ensures the script will run on startup at every runlevel.Read More | Tags: Note to Self, Linux
CSV Files as Databases
I came across an interesting technique to access CSV files using SQL syntax today. Reading from and writing to CSV files has always been something I've tried to avoid in my code, because (while it is a simple format) there are numerous ways to for...Read More | Tags: .NET, Note to Self, Database






