How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

September 19, 2022

Using FTP usernames with @ – symbol in midnight commander, virtual username

Filed under: Linux — Tags: , , , , — admin @ 5:47 pm

Mc, is a file manager for linux. But if you want to use a virtual ftp account you will have a problem

The format is  [username[:password]@]hostname  . However if you have a username with @ into it that is the problem.

The solution is to replace the @ with +

So if you have test@test.com then you will input test+test.com@hostname.com

August 26, 2016

How to scroll bottom down or top in linux mc

Filed under: Linux — Tags: , , , , , — admin @ 10:06 am

Well  I try t lot like in other editor ctrl+home or ctrl+end but is not working

In mc to scroll down or top you have to alt +> or  alt +<

Powered by WordPress