417 questions
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...
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...
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...
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.
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? ...
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...
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...
I called execl() and found errno=2.What does errno=2 mean? What if I just give you the error number?
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 ...
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...
« | - 39 - | » |
© 2024 OneMinuteCode. All rights reserved.