linux tag

403 questions


1 answers
45 views
0
How to Determine Memory-Related Drivers

The manufacturer's board (using i.mx6) uses embedded Linux.The manufacturer informed us that the eMMC on the board has been changed from 4GB to 8GB due to maintenance.As a result, Linux needed a patch...

2 years ago

2 answers
59 views
0
I don't know how to power off my PC while running virtualenv and Python.

The environment is ubuntu.Working through Putty.activate virtualenv and source bin/activateRun Pythonpython sample.pyentered.What should I do if I want to turn off my PC while it's still running?

2 years ago

2 answers
124 views
0
Understanding How to Obtain the Network Section of an IP Address

I would like to know the network part and host part of the IP address.QuestionThe IP address specified in the DNS A record does not know the class, does not have a subnet mask and does not have a CIDR...

2 years ago

1 answers
73 views
0
I want to extract a specific string to a specific character in a shell script.

The following log files are available:aaa1234.234;bbbb5678.345;ccc12345.356;aaa2345.344;bbbb6789.354;ccc23456.678;I want to extract only the number of bbbb from bbb to ; from this file.There is no str...

2 years ago

1 answers
136 views
0
The site does not appear.

https://github.com/blobmon/simplechanI installed the bulletin board above on the Internet, but the home screen is displayed, but when I click on it and enter it, it doesn't show what should be display...


2 answers
79 views
0
ERROR: Duplicate key value violates unique constraint "boards_pkey" error failed to investigate.

https://github.com/blobmon/simplechanAfter completing the above site and entering the database to change the name of board1 displayed on the site to Anime&Manga, simplech_db-# update boards set bo...

2 years ago

2 answers
125 views
0
I don't know how to resolve 403 after changing the document route in nginx

Hi, nice to meet you.This is my first post.Regarding CentOS 7 nginx (1.14.0) running on VPS, 403 was returned and the cause was not known.If the document route is set to the default /usr/share/nginx/h...

2 years ago

1 answers
82 views
0
Cannot enter the database within Postgresql.

https://github.com/blobmon/simplechanI want to enter the database as a user, but I can't.Now, once you are back again being the normal, default user, cd into /sql/ directory in Simplechan repository.W...


2 answers
117 views
0
I want to select a file name with a date that I generated in the past in the script.

Currently, there is a file that was granted using the date command.■ Example: 20180101.zip to 20180131.zipFrom 9:00 on the selected date to 9:00 on the next daywithout unzipping the zip, the line that...

2 years ago

1 answers
44 views
0
I have a question about awk statement.

Example July 1st, July 2nd, July 3rd...September 30th10000 10000 20000 13000Assume you have a file similar to the one above.How do I add them up from July 1st to July 3rd and repeat them semi-permane...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.