Ubuntu

Ubuntu

6
12
0

How to find files containing specific text in Linux?

Asked by Sumit Talwar ·
I'm trying to figure out how to scan my whole Linux system for all files containing a particular string of text. This ability to discover text strings in files would be very helpful (...)
0
2
3535

How to change permissions for a folder and all its sub folders and files in one step in Linux/Ubuntu?

Asked by Harpreet ·
I would like to change the permissions of a folder and all its subfolders and files in one step (command) in Linux. I have already tried the following command, but it only works (...)
0
2
2396

How to Install and Configure Laravel framework with Nginx on Ubuntu?

Asked by Deepak Kumar ·
I'm unable to setup latest laravel with Nginx on Ubuntu. What should I do to set up a complete Laravel framework with Nginx on Ubuntu 20.04?
0
1
1902

How to enable Ubuntu microphone noise cancellation and fix volume auto adjusted issue?

Asked by vinoy ·
Is it possible to do realtime noise-removal with PulseAudio? And I also want to fix volume auto adjusted. The microphone started at 100% and slowly started to drop. This is because (...)
0
1
2689

How to check that if a directory exists in a Bash shell script?

Asked by pehow ·
In my shell script, I need to check if a directory exists or not. So, here what command I should use to verify a directory exist or not in a given path?
0
2
2690

How to install mysql-server in the Ubuntu server using shell script without being asked any configuration questions?

Asked by pehow ·
I am trying to install mysql-server in Ubuntu server using a shell script, when I run this command apt install -y mysql-server and during the installation I need to enter the password (...)
0
1
1834
Solved