disable password prompt for sudo in ubuntu
After using ubuntu Linux in my xiaomi laptop for months, I find the password prompt really annoying when I try to switch to root account […]
Read More →After using ubuntu Linux in my xiaomi laptop for months, I find the password prompt really annoying when I try to switch to root account […]
Read More →To disable a test in junit5, using @Disabled annotation in the class or method definition. For example, @Disabled class SortTest { @Test void sortAscTest() { […]
Read More →Recently I am reading the book “SQL The Complete Reference” to refresh the SQL language of the RDMS. I find that the SQL syntax diagram, […]
Read More →I am familiar with the rpm package management system, because the products in our company are running in the RHEL Linux OS and the development […]
Read More →Yesterday, I was assigned a bug, in which uploading a file caused a ‘401 unauthorized’ error response. After analyzing this issue, I found that it […]
Read More →