ux tag

417 questions


1 answers
32 views
0
Assuming the rails server is Ubuntu, is it okay to code on Fedora?

I've tried rails on Windows and Ubuntu, but there's a big difference in command speed, so I'm trying to use Linux directly on other hard disks.I was thinking of installing Ubuntu, which is the easiest...

2 years ago

1 answers
37 views
0
Is there a way for Linux (CentOS6) to automatically obtain data from other sites every day using APIs from other sites?

Everyone is working hard.My question isWhat should I do when I want to automatically retrieve data from another site from my server every day?Should I use a script? If you need to use it How do you wr...

2 years ago

1 answers
101 views
0
Linux Shell Script

Linux is trying to create a sh file and use it like a command.The function is to tar all the folders in the directory where I am currently located, including sub-files and folders.You need to compress...

2 years ago

1 answers
104 views
0
Code to locate the C file currently running

How do I find the location (absolute path) of the C file currently running in the code?I want argv[0] to accept it, but he doesn't.

2 years ago

1 answers
40 views
0
Increase VM Ubuntu Disk Capacity

I'd like to increase the capacity because the ubuntu I'm using in VM is still running out of capacity.Originally, it's 15GB now, so search it and increase the hard disk capacity, and even disk mount? ...

2 years ago

1 answers
35 views
0
Using Python 3 on Linux

You must use Python 3.6 on Linux.Even though I set the alias python='/usr/bin/python3,6', the python 2.7 version was executed I went into the /usr/bin folder myself and looked at it, but there seems t...

2 years ago

1 answers
147 views
0
Does anyone know why the main function returns 9?

ISO/IEC 9899:201x Committee Draft — April 12, 2011 viewed in 5.1.2.2.3 Program termination ..reaching the } that terminates the main function returns a value of 0. It says that when the return value i...

2 years ago

1 answers
36 views
0
What error is errno=2?

I called execl() and found errno=2.What does errno=2 mean? What if I just give you the error number?

2 years ago

1 answers
30 views
0
Linux question.

This is the last step of the project I've been asking about since last time.If the L2 cache miss exceeds 50%, the LED is lit up. Thank you so much, @Daeyoung Heo and Tod.However, in order for L2 Cash ...

2 years ago

1 answers
58 views
0
There are some parts of Linux shell file programming that I don't understand.

It's very basic, so I have no idea what's wrong.test.sh#!/bin/bashecho TEST START !!VAL = `ps -ef | tail -3`echo $VAL Execution resultTEST START !!./test.sh: 5: ./test.sh: VAL: not foundIs there anyth...

2 years ago
« - 39 - »

© 2024 OneMinuteCode. All rights reserved.