There are 6 articles tagged as "shell"

CLI command to whitelist Composer packages

on December 04, 2017. in Development, Software. A 3 minute read.

James asked this question the other day on Twitter:

Visual sudo for shell scripts

on November 06, 2017. in Development, Software. A 2 minute read.

The other day I was putting together a small shell script to do some administrative tasks on my Fedora workstation.

Continue reading Visual sudo for shell scripts...

Find duplicate lines from a CSV

on March 21, 2016. in Development. A 1 minute read.

Finding duplicate lines from a CSV file is something I have to do from time to time, yet not on a regular enough basis to remember it all. Plus, I’m trying to blog more often.

Continue reading Find duplicate lines from a CSV...

Notes on shell scripting

on December 29, 2011. in Development, Programming. A 2 minute read.

Yesterday I did some shell scripting and thought about writing down the few things learned along the way. Amazing how little needs to be done to learn a lot :)

Continue reading Notes on shell scripting...

Change permissions on folders/files only

on January 11, 2011. in Development. A 1 minute read.

This is just a quick reminder for myself. Should really remember this one. Changes permissions on folders|files only.

Backup script for mysql

on November 05, 2010. in Development. A 1 minute read.

This post is more of a reminder for myself. Anywayz, a little bash script that backups a database, gzipit and deletes all backups older than 3 days.

Continue reading Backup script for mysql...