Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to get PHP-FPM status via CLI or pure FastCGI

php bash monitoring fastcgi fpm

Is there a way of having a GUI for bash scripts?

python user-interface bash

Conda Create Environment - No Compatible Shell found

bash conda miniconda

How to perform base 64 encoding from CLI without the base64 command?

bash base64 busybox

Container exited with code 0 when run from docker-compose

How to safely echo all arguments of a script? [duplicate]

bash echo

Is there a way to copy text in git bash (on Windows) using just the keyboard?

bash git text editor git-bash

Segmentation fault (core dumped) error in unix shell script. Help finding bug?

linux bash shell unix review

bash and bc math calculation with decimal point

bash math decimal-point bc

How to cut an existing variable and assign to a new variable in bash

linux bash

How to automate git history squash by date?

bash git git-rebase

Replace a column in file with a column from a different file while retaining the format

bash sed awk

SQLite UPDATE value with row number possible/options?

android database sqlite bash

Shell command fails from python, ok from shell

python linux bash shell

Trouble doing grep only 10 digit number from a file

linux bash unix grep

How to get the content of a function in a string using bash?

Extract the two first words of a string in bash

string bash extract

Accessing script positional parameters inside a function

bash

concatenate variable into single variable separated by comma with for loop

linux bash shell