Explore >> Select a destination


You are here

www.thegeekstuff.com
| | www.mikerubel.org
11.8 parsecs away

Travel
| | How to make easy, automated snapshot-style backups with rsync and UNIX
| | gabevenberg.com
15.8 parsecs away

Travel
| | I've been using Arch Linux for several years now. Of course, my first installs were... blunderous, as i wanted to do full disk encryption from the get-go, and I didn't know what I was doing. After those first one or two installs, I generally settled on LVM on LUKS with a GRUB bootloader and my swap on an LVM volume, mostly because it makes it much easier to setup hibernation/suspend to disk vs, say, a swap file.
| | resizemyimg.com
16.3 parsecs away

Travel
| | Self-hosting Invoice Ninja v5 offers businesses full control over their data and operations, but with that control comes significant responsibility. One of the most critical tasks for any self-hosted environment is implementing a reliable, automated backup system. Losing client information, invoices, and payments due to accidental deletions, hardware failures, or cyber attacks can have severe repercussions. Read more
| | www.rasikjain.com
38.2 parsecs away

Travel
| While working with a client, we had a requirement to perform bulk insert/update using Retool table and Redshift database. For this situation, We had to loop through the table records and execute a dynamic SQL query in Redshift. Redshift database supports execution of dynamic SQL with the help of Prepared Statements or Stored Procedures. Prepared Statements We use prepared statements when we want to execute dynamic SQL queries directly without a stored procedure.