Recent content by BlakeF

  1. B

    EXT4 how to disable journaling for USB drive ?

    You can try using the command below. tune2fs -O ^has_journal /path/to/usb
  2. B

    Wifi problem in ubuntu

    I had a similar issue with an earlier version of Ubuntu, I had to download the recommended drivers from the wireless card manufactures site. once they were installed I didn't have anymore issues.
  3. B

    Problem Installing Software in Ubuntu 20.04.1 LTS

    See if this helps. https://solutionsblogs.blogspot.com/2018/10/how-t-o-install-mahasecure-banking-app.html
  4. B

    Gunzip & wildcards not working inside bash script

    make sure you have the following line as the very first line in your script to specify the shell environment. #!/bin/bash
Top