linux tag

403 questions


3 answers
130 views
0
I want Linux to copy a large number of files while maintaining a directory structure.

To copy a file named *.x under source_dir (with the exception of files with different extensions such as *.y in the same directory hierarchy) to destination_dir while maintaining the directory structu...

2 years ago

1 answers
99 views
0
consolidate the minimum compilation environment into a single file

Can I consolidate the minimum environment required for compilation into a single executable file?I would like to have a C compiler environment that can be carried in USB memory, and I would like to re...

2 years ago

1 answers
71 views
0
If you move irb for some reason (Ignoring jaro_winkler-1.5.2 because it extensions are not built.) is displayed.

The message Ignoring jaro_winkler-1.5.2 because it extensions are not built.Try:gempristine jaro_winkler --version 1.5.2) appears for some reason.I ran gempristine jaro_winkler --version 1.5.2 through...

2 years ago

2 answers
53 views
0
Do you have an IDE or editor suitable for editing C++ on Linux?

I recently started C++. Do you have a free IDE (editor) for Linux environments?I prefer an IDE (editor) that specializes in auto-complementation.I don't think I use cmake very often.US>Linux environme...

2 years ago

1 answers
73 views
0
CentOS 7 Does Not Switch Boot Shell Settings

·What do you want to doI installed zsh on CentOS 7 on vagrant with reference to https://qiita.com/d-dai/items/084cace7f6bfd3580f9d.And I confirmed that the path of zsh (/usr/local/bin/zsh) can be run ...

2 years ago

2 answers
84 views
0
Is there a tool for displaying program code variables in the Vim editor or Ubuntu Terminal?

I've been using C/C++ and Python in Ubuntu. I've been looking for a tool that allows me to view and debug variables since I got to know the extension called Variable Inspector in the Jupiter Notebook....

2 years ago

1 answers
107 views
0
"make:execvp:/bin/sh:Argument list too long" error during build with make command

There is an error when building with the make command.I can't tell if the Linux setting is bad, the Makefile is bad, or the shell is bad, so please let me know.raspberry pi3B+openSUSE 64bitMakefile an...


1 answers
48 views
0
Learn how to bring processes to foreground on Linux.

Is there a way to bring the process to foreground with linux?I would like to have the program run in the background (nohup) on the server, log out once, log in again with ssh, and then display it in t...

2 years ago

2 answers
62 views
0
Can I install and run Linux on MacBook Pro 2018?

Does it work with Linux in MacBook Pro 2018?Regardless of distribution or Linux kernel version.I don't have MacBook Pro 2018 yet.However, I am very concerned about whether Linux will work.What is the ...

2 years ago

3 answers
55 views
0
I want to read the text file and use the mv command.

in a text fileaaa.JPGbbb.JPGccc.JPG···I would like to use this text file to move all the file names listed here from one folder to another.I think I can do it with the mv command, but how do I write i...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.