Category: NZTekonverse -> Ubuntu

  • KDE remote desktop sharing

    One of the best things about KDE is the amount of apps they have available that are integrated into the shell. As XFCE lacks its own remote access integration you have to install x11vnc and muck around trying to get it to run as a service which I have yet to be able to complete.…

  • How to set a custom display resolution in Xubuntu

    This is the way to mirror my pair of screens on my bedroom PC. One screen is 1360×768 (a little odd) and the other is 1680×1050. The default mirroring in XFCE will only run them both at a 4:3 resolution like 1280×1024, since this is the highest resolution they are both compatible with, even though…

  • Capturing video in Linux / Video resizing / DVR recording

    Simple Screen Recorder is a great Linux software package that can be used to capture video from the screen. I set up my media PC to use it after connecting a second screen to use as the control screen for all applications (in other words, the application itself runs on the control screen while the…

  • Android desktop options

    So after my last post I have had a play with Android x86 on the Linux PCs with very mixed results. Quite why Facebook finds it difficult to support the desktop / browser based version of Instagram with the ability to post images is hard to fathom considering how well they have made Facebook work…

  • Linux RAID-1 [9]: Removing an array

    The last step having set up a new array is to remove the old one from the computer. This is relatively straightforward. Firstly the array has to be unmounted, which is a simple umount command with the path, in this case umount /oldhome. The next thing is to run a mdadm command to remove the…