-
Re: Create directory in date like structure
Create a shell script let's say move_files.sh with the following snippet function filemove() { FILE_NAME=$(basename "$1") if [[ "$FILE_NAME" =~ ^.+\_[0-9]{8}\-.+_.+_.+-.+\.mp3$ ]]… (View Post)1 -
How to show all values when AngularJS strict filter field is empty?
I have a table which can be filtered by several columns. The filter is strict. However, it shows an empty table. How to apply a strict filter only to non-empty values? I need to show all results when… (View Post)1 -
Install Asterisk 18 on CentOS 8
Asterisk-installation A little house keeping before installation. yum updateyum groupinstall "Development Tools"sed -i 's/\(^SELINUX=\).*/\SELINUX=disabled/' /etc/sysconfig/selinuxsed -i 's… (View Post)1
Howdy, Stranger!