Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux

How to merge two parts of data?

linux awk

grep -E {,1} showing results that have more than 1 occurance

regex linux bash grep

Searching for a value in a file with two delimiters

linux bash shell awk

what's the difference between fallocate and ftruncate

c linux glibc fallocate

How to sign a rpm package without typing password?

linux rpm gnupg

Moving to GitLab from GitHub (as remotes in POSIX environment)

linux git github find gitlab

Unable to locate package phpmyadmin on Ubuntu Server 18.04

linux ubuntu phpmyadmin

Specify CPU frequency as a kernel CMD_LINE parameter of Linux on boot?

linux kernel cpu frequency

Unsigned long into char array

c linux pointers unsigned

Why are Go sockets slower than C++ sockets? [closed]

Why use .data instead of reserving space in .bss and initializing at runtime, for variables in assembly/C?

c linux assembly memory x86

How can I change icon theme in Inkscape?

linux icons inkscape

Bash reverse shell command cron job not working - I give up

what's the difference between /proc/self and /proc/$$?

linux bash shell

Is there anybody using Keil MDK on Linux through wine?

What's the point of using Busybox in a low ram embedded system

Passing multiple link libraries in GPR file

linux ada gnat

bash extract segments of a string and store in variables

linux bash awk

Secrets in docker compose

linux docker docker-compose

Why does "A=3; A=4 echo $A" produce 3 (instead of 4) in Bash? [duplicate]

linux bash