chown: Recursively change owner of all files and folders

Sometimes QNAP changes file owner to admin:administ (actually to admin:administratorsadmin user in administrators group) which may cause some troubles on certain FTP operations when you’re logged in to QNAP’s FTP server with user different than admin (using this user to operate on FTP is a quite great mistake and you should always use other, less privileged user for this).

Using chown command you can easily fix this.

Read More “chown: Recursively change owner of all files and folders”

Access website via IPv6 address

There are several ways, how one can access a website. Using domain name (i.e. http//www.example.com/) is one of most popular. We can also use IPv4 address (i.e. http://216.58.194.174/). In certain situations URL can be “enhanced” with port number, login and password etc.

A bit less known option is to access an URL using IPv6 address. You only need to enclose it inside square brackets i.e.:

http://[49d7::2e27:fe80:fe0d:d8ff]/webservices.html

Edit: Thanks to Foo Bar for correcting an obvious, yet fundamental mistake to this article.

Save search results to file

When you press Alt+F7 in Total Commander, you have access to really powerful search functionality. Unfortunately, the Load/Save tab allows loading and saving of search parameters, not the search results.

However, there’s a hidden gem that allows you to copy search results to clipboard and then you can paste them to Notepad and save them to file. Just press Ctrl+C when list of search results is focused. A single “blink” of window will tell you that contents are copied to clipboard.