linux

The Open-Source OS De-Facto

 

19
Sep
2011
nicolas

Linux - Helpfull Bash snipets

Linux snipets

This is a collection of scripts that have proven to be helpful over time, it may also be helpful to you.

Destroying all content of a folder permanently

if you find that you need to delete the content of files (shredding) , but not the whole disk you could run the following snippet.

I find this snippet useful when using systems that do not have shred installed - such as synology NAS boxes.

15
Sep
2011
nicolas

Redmine installation on Debian 6 - guide

These are the notes used to install our Redmine repository system.

We use Redmine internally to manage our work - it has a really good set of tools to facilitate the interaction of a team during development.

In our case, we use it with subversion, as it is a reliable system that has plugins for Eclipse,  and Visual Studio - which we use on our projects.

Subscribe to RSS - linux