Mount error: unknown filesystem type 'exfat' ubuntu Md. Shahzad Alam - 10:03 0 Edit Error: unknown filesystem type 'exfat' Solutions: Install package in ubuntu system sudo apt-get install exfat-fuse exfat-util...
Allow multiple index file in Apache Penguin Technology - 19:44 0 Edit Allow multiple index file in apache/HTTP configuration file DirectoryIndex index.php index.html
How to calculate two date difference in x days Penguin Technology - 11:43 0 Edit Subtract two date difference in days olddate=2018-06-19 newdate=2020-04-24 echo $(( ($(date -d $newdate +%s) - $(date -d $olddate +%s)) / ...
Print variable with a separator in a shell script Penguin Technology - 10:34 0 Edit Print variable with a separator in a shell script name="penguin" tstamp=24-04-2020 printf "%s$name,%s$tstamp\n"
What's new in CentOS 8 Penguin Technology - 21:12 0 Edit About CentOS 8 CentOS 8 is the latest Linux based operating system. As this is a Linux distribution derived from Red Hat Enterprise ...