In Linux you can use the command ‘find’ to find files and folders and then also do something with them
Author: Helge
Git
Git is a tool that can help you track changes in your files, specially when you share your files with
Using unix command ‘du’, disk usage
Sometimes you like to know which folders are using up all your space on your Linux server. This command will
Emails from Linux with æ, ø and å
Sometimes one need to send an email from Linux (automated messages, warnings and so on). The problem is that the
Use ‘mutt’ to send email with attachment
The unix ‘mutt’ command can be used to send an email with attachment: mutt -s “Test message” name@something -a files.tar
Postgresql 8.1 database bash dump script
I’ve wrote a simple bash script to dump databases from a Postgresql 8.1 database server which uses the pg_dump and
tar
Create a tar file of files located in a folder: tar -cvf filname.tar foldername/ where: c = create v =
