The solution to the error “Missing /etc/ntopng/ntopng.start. Quitting”

I tried to run ntopng once:

sudo /etc/init.d/ntopng start

And got the following start error:

* Missing /etc/ntopng/ntopng.start. Quitting
…fail!

ntopng was started only like this:

sudo /etc/init.d/ntopng force-start

To solve an error, just create an empty file:

sudo touch /etc/ntopng/ntopng.start
sudo /etc/init.d/ntopng restart

See also:
Install and configure ntopng

How to delete a page VKontakte

To delete a VK page, you need to login using your login and password, click the upper right of the icon and select “Settings”.
Below, click on the link “You can delete your page”.

Next, you need to select the reason for the deletion, you can uncheck the “Tell your friends” box if you do not want all friends to see the message and the reason for the deletion.
And click “Delete page”.

In my case, a message was displayed that the page was deleted and it can be restored to the specified date (within 7 months).

How to delete a Foursquare account

For the test, I delete the Foursquare account.

First go to the account using your login and password, then click on the user’s icon in the upper right, select “My profile” – “Privacy settings”, in the text we find the link “delete your account” and click on it.

Direct link to delete:
https://foursquare.com/delete_me

In the opened page, you must specify the reason for the deletion and click “Delete Account”, then enter the password for confirmation.

That’s all.

Solution of error CMOS Battery Low

Different BIOS can give an error in different ways, here are a few options:
CMOS Battery Low
CMOS battery failed
State Battery CMOS Low
CMOS Battery Has Failed
System battery is dead
CMOS Battery State Low

An error is displayed when the computer is turned on and indicates that the battery needed to store BIOS settings is empty.

The solution is to replace the battery. It is also possible to clean the contacts. To do this, you need to remove the battery from the motherboard, check if there are dust on the contacts, if there is a tester, then measure its voltage, it should usually be no lower than 3 volts.

How to Delete an AliExpress Account

To delete an account on AliExpress, you need to enter into it by entering your login and password, then open “Profile Settings” and on the left in the menu select “Change Settings”.
In the window that opens, click “Deactivate Account”.

Then enter your email in the line “Enter your username:”, type “Deactivate my account” below, then specify the reason for deactivation and click “Deactivate my account”.

After that, the account will be inactive, but you can reactivate it if you want.

How to make a bootable USB flash drive with CentOS

I will describe the actions that must be performed to make a bootable USB flash drive with CentOS:

1) Download the image of CentOS (namely LiveCD, looking for it usually under the buttons in “via Torrent”) from the official site
https://www.centos.org/download/
Old versions can be downloaded for example here (in isos folders)
http://vault.centos.org

2) Download Universal USB Installer
pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
files.ixnfo.com/Soft/Universal-USB-Installer-2.0.1.4.zip

3) We connect the USB flash drive to the computer and run the Universal USB Installer. In it, we agree with the license agreement by clicking “I Agree“, in the second window where:
Step 1:” choose “CentOS“,
Step 2” click “Browse” and point to the downloaded iso-image CentOS.
Step 3:” select the letter of the flash drive, tick the “Format” (this will re-partition the file system table and erase all the data on the USB flash drive).

4) Click “Create” and we are waiting for the completion of the process.

How to delete an Instagram account

It took somehow to delete the account in Instagram.
I went to Instagram with a login and password, clicked on the right at the top of the account name, then chose “EDIT PROFILE” and at the very bottom there was a link “Temporarily block my account”, which does not delete, but only blocks it with the possibility of recovery in the future, here’s a direct link to the lock
https://www.instagram.com/accounts/remove/request/temporary/

But you do not need to block it, but completely delete it, so you can find the link to delete below in the “CONFIDENTIALITY”. Go to which you need to specify the reason for the deletion and confirm the deletion.
Actually here is a direct link to delete the account in Instagram so do not search – https://www.instagram.com/accounts/remove/request/permanent/

The solution to the error “0x80070005 – Access is denied”

Installed somehow Visual C++ for Visual Studio 2013 (vcredist_x86, vcredist_x64) and noticed the error “0x80070005 – Access is denied”.

In my case, this error occurred because the ESET NOD32 Smart Security antivirus blocked access to some files and directories in the system.
Its disconnection did not give a result, so a quick solution to the problem was the removal of the antivirus, after which the error ceased to be displayed.

Done.