ubuntu tag

178 questions


1 answers
60 views
0
When crontab execution is not normal on Ubuntu

$ sudo crontab -l37 * * * * source /home/jmkim/dms-bi/bi_venv/bin/activate && python /home/jmkim/dms-bi/run.py >> /home/jmkim/test.log 2>&1I registered it on crontab.However, the ...

2 years ago

1 answers
66 views
0
(ubuntu) Please help model.save error in keras

model.fit(TrainX, TrainY, batch_size=30, epochs=3, verbose=1)model.save(models.h5)error :File /usr/local/lib/python3.7/site-packages/h5py/_hl/group.py, line 143, in create_dataset if '/' in name:Type...


1 answers
39 views
0
When I took out mysql's data from centOS to python, Hangul is a question mark?How do we solve what's written as

CentOS locale information is as follows LANG=ko_KR.UTF-8LC_CTYPE=ko_KR.UTF-8LC_NUMERIC=ko_KR.UTF-8LC_TIME=ko_KR.UTF-8LC_COLLATE=ko_KR.UTF-8LC_MONETARY=ko_KR.UTF-8LC_MESSAGES=ko_KR.UTF-8LC_PAPER=ko_KR....

2 years ago

1 answers
43 views
0
How to bundle and execute commands using && on Linux

If you enter command 1 && command 2, command 2 is executed after command 1 is completed, right?Then [Command 1, Command 2, Command 3] && [Command 4, Command 5, Command 6] In this way, ...

2 years ago

1 answers
46 views
0
How to install rpm package on closed network Centos 7?

I installed Python3 on CentOS 7 installed on a closed network server and imported it to use Pandas. ModuleNotFoundError: No module named '_bz2'I'm getting this error...I heard that you can download th...

2 years ago

1 answers
42 views
0
What is the -y option in Ubuntu apt-get install-ywget?

Even if I google it, I can't find -yI was studying with a bookapt-get install -y wget I'm curious about the option that medium-y means

2 years ago

1 answers
41 views
0
Ubuntu ssh pilotage

When I use DOS?Terminal? as in Ubuntu connection with ssh connection, can I use the function to inform code typos or errors as in the Windows environment as in the attached image?vscode is being used.

2 years ago

1 answers
42 views
0
Question about git usage in Ubuntu cli environment

I installed Ubuntu for the server and I'm using it I'm going to use git this time, but I need to authenticate the token, but I wonder how to copy and paste in the cli environment

2 years ago
« - 18 -

© 2024 OneMinuteCode. All rights reserved.