How to position a window on the Linux desktop when launching.

Positioning a window on your Linux desktop is very easy, the –geometry parameter allows positioning a window easily. An easy way to start multiple instances of an application and then be able to position them all side by side. ┌──(john㉿DESKTOP-PF01IEE)-[/mnt/c/Users/Intel i5/Videos] └─$ mpv –geometry=208:0 NOLm_CarChase_0105_1000k.mp4┌──(john㉿DESKTOP-PF01IEE)-[/mnt/c/Users/Intel i5/Videos] └─$ mpv –geometry=208:0 NOLm_CarChase_0105_1000k.mp4 This example is how to … Read more

How to use X11 Forwarding with SSH on Linux.

Using X11 Forwarding with SSH on Linux allows a remote user to log into a Linux server and then load X11 applications over a network. This is very useful to load graphical apps. Here is an example. The -X parameter to the ssh utility is used to enable X11 Forwarding on the client. ┌──(john㉿DESKTOP-PF01IEE)-[/mnt/c/Users/Intel i5/Videos] … Read more