-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApWJpaZAwAiXMtWc+yJ/P
ocZ4rawKOVswQjpUDTc/7ljzmbv7WAIESz+yPcClVh1bVjmkgJjn7C0jN79e2jvV
PHE304M/skkQ7F57B+0Ormsj8ddn4gvlPwLoRQmcMNr0o27gAvtOe6xjXUMmjXM0
rz02m4/Ep/En+e6EHnsu5B7MLdY8+ukO36hy5UxjBBmoJCRRaG7VM18m8QDr026Q
hY9PH7VHK8KqXAI3LsW03femb2jF6664jhOeU1incdNwkaCr+INkRmf5c+zPegsH
1DQwJETD6g3YvINyPRsckIasRCfvVHwygVUGZ/ynw9pcpm2l9jHxnKmQCO0D+WI0
CykpaV+2hEKitxfxLaXmQMqLsMyq9CFWyJ+9vJ7l5kBdYcncLp2CqcU4azFCTW9E
HknkJ7ueAOUA5DRTLydeImXCVrXLdDNgq3xrzR25k/oScc2Iw86A1PQ47gYOFvN+
5yQioikETJBU337sMKK4gEY0chiRYBT4AEOGLB0ib/NbCAq5Sma8BxNLmxikHE5Q
Kpb62g1Tylo+YgtCln0CZW2W7pe/H2yidMPcglk3KGpHrKWKoUxQgnjIDNALDsab
rhyM+REul62z4vpgVNgIbsTe1MCkm/i3feeR7yQ+fjSSZRbjxaaLhwM1scKSlN/w
19gUZH6iRyRtDOUlU3HSB/ECAwEAAQ==
-----END PUBLIC KEY-----
2025-10-06T23:24:21+00:00
- About:
I am a Humanitarian, Software Developer, Philosopher, Mathematician, Poet and love chess. Though I am not that good at chess I love to play. I enjoy many genre of music and love art in general. I will converse with anyone that is polite.
Most importantly, I am me and it would be nice if you could be you.
- Uid
-
b71a4a1e-1167-abde-764b-98f892454222
- Nickname
-
unusnemo
- Full_name
-
Unus Nemo
- Searchable
-
true
- First_name
-
Unus
- Family_name
-
Nemo
- Url
-
https://friendica.rogueproject.org/
- Photo
-
- Photo_medium
-
- Photo_small
-
Unus Nemo
Unknown parent • •@plan-A
why would you go through all that? If you are concerned about someone knowing what your user name is for some reason then just rewrite the motd like this:
I am not exactly concerned about people knowing what my user name is. There is no way they can use that in any scenario to effect me. I literally use the same name here.
In any case dropping the
$(whoami | perl -e 'print ucfirst(<>);')
(as this is the code that retrieves and displays your username with the first letter capitalized) out of the first figlet line will prevent the script from displaying your username.The original motd I shared with you:
Unus Nemo
Unknown parent • •@plan-A
why would you write code just to write more code to eliminate what you just generated? That makes no sense at all. Just eliminate the
whoami
and you do not need to filter its results out withawk
. Remember KISS (Keep It Simple Silly).