Most answered questions in Linux Administration

0 votes
0 answers

what is asm stand for in linux/include/asm

read from howto_add_systemcall "In general, header files for machine ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
529 views
0 votes
0 answers

Location of ini/config files in linux/unix?

Two questions, really: Is there a standard/convention regarding ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
212 views
0 votes
0 answers

What's the difference between .so, .la and .a library files?

I know an .so file is a kind of ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
425 views
0 votes
0 answers

Are there any standard exit status codes in Linux?

A process is considered to have completed ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
195 views
0 votes
0 answers

wget command not found on linux server

I have a linux server (completely new, ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
562 views
0 votes
0 answers

How to edit a text file in my terminal

I'm using Linux mint and using the ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
193 views
0 votes
0 answers

changing the owner of folder in linux

I have a folder in my subdomain ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
420 views
0 votes
0 answers

Create an empty file on the commandline in windows (like the linux touch command)

On a windows machine I get this ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
632 views
0 votes
0 answers

How to install the npm command on the linux

I'm trying to install the npm ci command on Linux. ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
307 views
0 votes
0 answers

Downloading Java JDK on Linux via wget is shown license page instead

When I try to download Java from ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
484 views
0 votes
0 answers

Linux's locate command returning the path of a deleted file

I am writing a bash shell script ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
255 views
0 votes
0 answers

Using v4l2loopback virtual cam with google-chrome or chromium on linux while having real webcam in use

(I hope posting an answer to own ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
1,662 views
0 votes
0 answers

Creating a daemon in Linux

In Linux I want to add a ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
216 views
0 votes
0 answers

How can I convert a series of images to a PDF from the command line on linux?

I have a scanning server I wrote ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
284 views
0 votes
0 answers

How do I copy folder with files to another folder in Unix/Linux?

I am having some issues to copy ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
244 views
0 votes
0 answers

Trying to download from github to linux but their is only zip and gz

trying to download an older version of ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
212 views
0 votes
0 answers

What does "&" at the end of a linux command mean?

I am a system administrator and I ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
368 views
0 votes
0 answers

How can I monitor the thread count of a process on linux?

I would like to monitor the number ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
225 views
0 votes
0 answers

How to setup CRON job to run every 10 seconds in Linux?

I need to run a CRON job every 10 ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
4,800 views
0 votes
0 answers

What is the difference between ''find .'' and ''find /'' on linux command

I am solving overthewire bandit. I looked ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
279 views
0 votes
0 answers

How to create user in linux by providing uid and gid options?

I have 2 linux machines. On one ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
576 views
0 votes
0 answers

On Linux, does the remove command "rm" run in the background?

I am trying to run my test ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
444 views
0 votes
0 answers

Launch the Brave web browser on Linux using selenium & JavaScript

I am trying to setup a hello ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
863 views
0 votes
0 answers

Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm

I want to compile an open source ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
469 views
0 votes
0 answers

ImageMagick Linux mimick ezgif.com result

Ezgif.com is a great page but can ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
239 views
0 votes
0 answers

Getting file in hex format - my output vs xxd command output

I'm trying to write a simple program ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
462 views
0 votes
0 answers

Hexdump reverse command

The hexdump command converts any file to hex values. But ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
481 views
0 votes
0 answers

Linux Command for getting a dump of hex values bytes from Pcap File

I require a linux command to display ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
420 views
0 votes
0 answers

Getting file in hex format - my output vs xxd command output

I'm trying to write a simple program ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
1,232 views
0 votes
0 answers

How do I output coloured text to a Linux terminal?

How do I print coloured characters to ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
229 views
0 votes
0 answers

failure to compile imgui, glfw, opengl on linux with gcc 11.2

I've recently started coding with c++ and ...READ MORE

Apr 14, 2022 in Linux Administration by Aditya
• 7,680 points
665 views
0 votes
0 answers

How to convert a PDF into JPG with command line in Linux?

What are fast and reliable ways for ...READ MORE

Apr 14, 2022 in Linux Administration by Aditya
• 7,680 points
342 views
0 votes
0 answers

Is it possible to use 9-bit serial communication in Linux?

RS-232 communication sometimes uses 9-bit bytes. This ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
440 views
0 votes
0 answers

How does the wc -c in linux work?

Why the number of characters is 4? echo ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
1,169 views
0 votes
0 answers

BlueStacks emulator for Linux?

I'm under Linux and I need a ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
563 views
0 votes
0 answers

What is a .pid file and what does it contain?

Can anyone shed more light on this, ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
353 views
0 votes
0 answers

Rename directory in linux system

Is there any way to change a ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
208 views
0 votes
0 answers

Alternative to ping

I want to see if an Amazon ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
448 views
0 votes
0 answers

What does the 'export' command do?

I happen to run some commands blindly, ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
264 views
0 votes
0 answers

What directory is '~' when I type 'cd ~'?

I'm only new to using SSH, but ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
278 views
0 votes
0 answers

Default username and password of kali linux -2021.1-vbox amd 64?

I had tried this USERNAME: Root PASSWORD: Root user: ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
1,170 views
0 votes
0 answers

how to grep a specific process from ps in linux?

When I ps -af | grep RV ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
3,316 views
0 votes
0 answers

What are file descriptors, explained in simple terms?

What would be a more simplified description ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
313 views
0 votes
0 answers

Can't remove a linux directory using linux terminal

I've been trying to remove an unwanted ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
209 views
0 votes
0 answers

Shell: How to call one shell script from another shell script?

I have two shell scripts, a.sh and ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
305 views
0 votes
0 answers

What is special about /dev/tty?

ls -la /dev/tty shows the output: crw-rw-rw- 1 ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
212 views
0 votes
0 answers

Get program execution time in the shell

I want to execute something in a ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
217 views
0 votes
0 answers

Get Selenium to work with Brave browser on Linux

I am trying to get Selenium to ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
1,387 views
0 votes
0 answers

What exactly does the Unix `bash` command do when run without options?

When you type bash into the terminal ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
237 views
0 votes
0 answers

Reading data from /dev/usb/lp0 linux

 I have a label printer Wincode LP433 ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
549 views