Expressing the ‘topFlex Identities

Andrew Kay (novaTopFlex) is a prospective computer scientist and the owner of the novaTop, geoTop, and futoTop identities, also known as the Three Identities. Apart from computer science and technology, novaTopFlex is also interested in geography, mathematics (at large), science, society, philosophy, history, arts and crafts, and more.
Networking
Andrew Kay (novaTopFlex) can also be found at the following social networking sites:
- Facebook → The Professional Account is located at “The Nova Top Flex Group.”
- Instagram → https://www.instagram.com/novatopflex/
- Threads → https://www.threads.net/@novatopflex/
- YouTube → Three Channels
- The Technology Channel is located at https://www.youtube.com/@novaTopFlex/
- The Geography Channel is located at https://www.youtube.com/@geoTopFlex/
- The Mathematics, Culture, History, Fine Arts, and Miscellaneous Topics Channel is located at https://www.youtube.com/@futoTopFlex/
- The “futoTopFlex” Channel is officially referred to as “Third Identity” on YouTube, with the former referring to the account handle.
Fediverse
- novaTopFlex is at https://mastodon.social/@novaTopFlex/ for generalist topics.
- Additional Mastodon profiles for novaTopFlex are https://infosec.exchange/@novaTopFlex/ for information security and https://linux.social/@novaTopFlex for Linux topics specifically.
- On Lemmy, novaTopFlex is located at three separate instances of the software. The three instances include instances for information security, Linux, and computer programming generally.
- For information security broadly, novaTopFlex is at https://infosec.pub/@novaTopFlex/.
- For general computer programming inquiries, novaTopFlex is at https://programming.dev/@novaTopFlex/.
- For Linux insights specifically, novaTopFlex is at https://linux.community/@novaTopFlex/.
- In addition to the YouTube channels, novaTopFlex is also available for video content on the Fediverse at https://tilvids.com/@novatopflex52/.
- Apart from PeerTube, novaTopFlex is also on PixelFed for graphical content at https://pixelfed.social/@novaTopFlex/, albeit in photographic form.
- While this is already a WordPress.org website, novaTopFlex also maintains a WordPress.com site at https://novatopflex.wordpress.com/.
- There is also a separate journal powered by WriteFreely at https://infosec.press/@novaTopFlex/ on top of the two WordPress sites.
- Finally, for general-purpose large-scale blogging in social media form, novaTopFlex is available on Pleroma at https://annihilation.social/@maxFlexGuest/.
This is novaTopFlex.com, the active and official site for novaTopFlex. On the contrary, novaTopFlex.WordPress.com is the free blog for public views and notices.
How does novaTopFlex create videos for the YouTube channel using OBS Studio?
- Start Four VNC Servers
novaTopFlex utilizes the following code to start the VNC servers:
tigervncserver :1 -geometry 2048x1152
tigervncserver :2 -geometry 2048x1152
tigervncserver :3 -geometry 2048x1152
tigervncserver :4 -geometry 2048x1152 - (Optional) Enable a Fifth VNC Server
When starting the fifth VNC server (on port 5905), novaTopFlex shall utilize
tigervncserver :5 -geometry 4096x2304 -xstartup VNC/obstartuprc. - Change Background Colors
DISPLAY=:1 xsetroot -solid LightSlateBlue
DISPLAY=:2 xsetroot -solid DarkSlateBlue
DISPLAY=:3 xsetroot -solid LightSlateGray
DISPLAY=:4 xsetroot -solid DarkSlateGrayDISPLAY=:5 xsetroot -solid RoyalBlue - Position the VNC Servers in OBS
With OBS Studio, the VNC servers shall be set up so that the fifth display takes the entire viewing window in one scene and a separate scene contains a four-corners arrangement, with the first display in the upper left, the second in the upper right, the third in the lower left, and the fourth in the lower right.