linux tag

403 questions


2 answers
117 views
0
To display all directories in a particular directory with the find command

Title, how to display all directories in a particular directory using the find command I'm looking into it.This time, I would like to display all the directories below the home directory.I tried using...

2 years ago

4 answers
104 views
0
Why does `ls-a` display `.` or `..`?

In the Unix/Linux world, I believe that . and .. exist conceptually in all directories on the file system.cs-a is clearly present in any directory, but it seems a little useless to see . or ...Why doe...

2 years ago

5 answers
74 views
0
Remove commas in CSV data

A, 100, ZB, 1,000, ZC, 1,000,000, Z↓A, 100, ZB, 1000, ZC, 1000000, ZI would like to change it to , but what do you do with sed, awk, linux, etc.?

2 years ago

1 answers
49 views
0
About Linuxmint's C Language Development Environment [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 5 years ago.5 years agoToday, I want to download Linux mint and create a dev...

2 years ago

1 answers
146 views
0
Cannot execute sudo apt-get-f install command on ubuntu 16.04

I entered sudo apt-get-f install and the command on the terminal. Loading package list... DoneCreating dependency tree Reading state information...completedResolving dependencies...completedThe foll...

2 years ago

1 answers
98 views
0
I want to use unix command in Anaconda Prompt

This is a question for engineers in their 50s.Young people may not get used to it.It seems that it is possible to install mingw(gcc, gfortran) on Anaconda as follows.conda install-canaconda Mingw If p...

2 years ago

1 answers
67 views
0
Want to share pyenv environment with multiple users on the same machine

I am a beginner in Linux.I am studying using Amazon Linux.I would like to use Pyenv not only ec2-user but also root, ec2-user2, ec2-user3, etc.In that case, what kind of composition is appropriate for...

2 years ago

1 answers
116 views
0
Make the window look inactive but still active

We are developing desktop apps on Linux and Qt.When a window is active, the title bar is colored.When deactivated, the title bar turns gray.activeinactiveThis behavior is common as an app, but even wh...

2 years ago

1 answers
83 views
0
When Python is embedded from C language, an error occurs in which Py_Initialize() does not exist.

Nice to meet you.I recently started Python.We are currently developing in C language and would like to do some of the processing in Python.I used this article to embed Python.http://d.hatena.ne.jp/msc...

2 years ago

1 answers
56 views
0
Operate in a swap-free environment

I'd like to run the application with vps (os is centos) where swap space is not available, but I run out of memory and it will fall off soon.I also tried file management swap, but when I hit the swapo...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.