Tag Archives: delete

LastPass: How To Delete All Saved Vault Items at Once

LastPass is a fantastic password vault application available over a number of different platforms and with a huge range of rather useful features that includes things like automatic form filling, one-click login, synchronization across browsers and of course bullet-proof password management/storage. Our quick little how to today deals with how to easily delete all your stored vault items at once. Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , , | View Comments

Ubuntu: Delete Files Older than a Certain Number of Days via the Terminal

For example, let’s say you currently do non-incremental backups of your data on a daily business. If you don’t keep an eye on it, pretty soon your backup folder will run out of space and your system would come crashing down – so maybe it isn’t such a bad idea to run a cron in the background that deletes unnecessary files that are older than a specified number of days. Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , , , , | View Comments

Ubuntu Subversion: How to Delete a SVN Repository

Although there is tons of documentation on creating new SVN project repositories for your shiny Ubuntu SVN (subversion) server, there isn’t all that much mention of how you actually remove a project repository should you no longer need it. Continue reading

Posted in Software & Websites, Tutorials | Tagged , subversion, , | View Comments

PHP: Delete all Values to Reuse a Keyed Array

It’s sometimes pretty valuable to reuse array structures if you’re kind of doing a task over and over again, and don’t necessarily want to recreate the array’s keyed structure from scratch with each iteration. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments