ux tag

417 questions


1 answers
65 views
0
How to Open Vim from the Right-click Menu

I am currently using Linux Mint 18.3.When I right-click on the text file, there is a menu called Open with Vim.Nothing happens when you click it.How can I start Vim from the right click?I think I inst...

2 years ago

2 answers
104 views
0
Why do you need ARG_MAX? (Or how do you decide on ARG_MAX?)

On Linux, there is a limit to the number of arguments passed to commands in the shell.For example, if you try to execute a command like foobar* for many files and get a Argument list too long error, t...

2 years ago

1 answers
114 views
0
I want to use the redox-form(v6) as a typescript.

I have a question about whether the redox-form is used as a typescript.What I want to do is to use the redox-form(v6) as a typescript.The typescript uses v2.If you get the type definition of the redox...

2 years ago

3 answers
79 views
0
How do I check my Linux server service logs?

US>On Linux servers, you are running services such as nginx, php-fpm, and mysqld.Is there any software that makes it easy to view log files for these services?Currently, whenever there is a problem, I...

2 years ago

1 answers
114 views
0
Debian10's bash shell now says 'command not found'...

All commands now appear command not found on the Debian 10 bash shell...How can we solve this problem?Is there only a reinstallation?Please let me know.

2 years ago

2 answers
63 views
0
Specify the field to search for a string in the Linux shell script

I don't know how to do it.Number | Name | Height | Weight There is a table that records the .I would like to extract people over 170 centimeters tall and under 180 centimeters from here. grep$a filena...

2 years ago

1 answers
43 views
0
Information About SSH Multiple Connections Using pexpect

I am a beginner at python and linux.I want to use pexpect to connect multiple times with ssh, but it doesn't work.The steps you would like to take are as follows.1. SSH connection from terminal A to t...

2 years ago

1 answers
82 views
0
Emacs Does Not Start on Linuxmint

I installed Emacs, but I can't open them.I downloaded Emacs by referring to the site below.http://baker-street.jugem.jp/?eid=636

2 years ago

1 answers
41 views
0
How to write an Assembly (NASM) subroutine

I'm starting to learn the assembler (NASM) in an x86 environment.I want to learn how to write subroutines, so I'm trying to write down the code at the code at the bottom.What do you expect is Hello, W...

2 years ago

1 answers
67 views
0
How do you write this in JavaScript?

I was looking at Flux's Dispatcher.js source.class Dispatcher <TPayload > { _callbacks:{[key:DispatchToken]:(payload:TPayload)=>void};<TPayload> and _callbacks:{[key:DispatchToken]:(pay...

2 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.