Category: NZTekonverse -> Linux

  • Edimax EW-7811UAC Wireless Adapter

    These days with wireless everywhere and getting faster all the time, there are situations where we need to hook up a desktop computer to a wireless network. The solutions these days can include a card installed in the PC, or a plug in USB device. Internal cards have the advantage of having an external antenna…

  • Adding a driver to Linux

    UPDATED 23/8/16 Revised instructions using a generic driver downloaded from Github. These instructions were needed for the same wireless adapter but under Xubuntu 16.04 the kernel used was a newer version meaning the manufacturer drivers wouldn’t work. Firstly install the build headers etc sudo apt-get install linux-headers-generic build-essential Next thing is to download a generic…

  • Linux RAID-1 [1]

    Well I have made a start on testing the RAID configuration for my main PC. After looking at various scenarios, the one that fits the closest is incorporated into the documentation at this site: https://raid.wiki.kernel.org/index.php/RAID_setup In addition the following was referenced for some of the initial setup steps: https://linuxconfig.org/linux-software-raid-1-setup In order to make a start…

  • More Mint and a system monitor applet

    After playing with a lot of Lubuntu systems I have started to prefer Mint where enough memory is installed because it is often easier to install higher spec apps like Qgis. Lubuntu is really good for a lower spec system which doesn’t get used for more than internet stuff and I really recommend it for…

  • Keeping a Windows computer in the house

    Last time around I wrote about Linux virtualisation, for which I was testing VMWare Player. With some more testing there have been issues with VMWare which seems to have difficulty either with multitasking with other apps in a Linux system, or maybe it is Ubuntu that has the issue. Either way, it has been difficult…

  • Virtualisation in Linux

    Well like all good OSs you can run virtualisation in Linux. Here is a screenshot of a new VM I am setting up with VMWare Workstation Player 12. The reason why I am using a virtual machine is that Wine isn’t quite so perfect and there are going to be ongoing issues with its compatibility…

  • Lubuntu

    Today I have started setting up three of my computers with Lubuntu. This might be increased to four in future, or else maybe the fourth one will run Mint, or be left on Windows 7 – it is mainly used for media playback. I have chosen to use Lubuntu because I have several old, slow…

  • Multiple Monitors on Linux

    One of the features of Linux as with other operating systems is its multiple monitor capability. As with Windows you can have your desktop spread across two or more screens, with different windows showing on different monitors. Cinnamon in Mint has added the ability to have multiple panels (taskbar equivalent) on each screen and to…

  • Sharing resources between Windows and Linux computers

    Since I have two main computers and one runs Windows while the other runs Linux, there are inevitably going to be some ways in which I will try to share resources between the two computers. Linux of course comes with Samba preinstalled to allow shared folders to be accessible to Windows. One of the key…

  • Irfanview on Wine

    With any computer system there is a point reached where the software you like is on a different platform and you have to find some workaround. Various types of virtualisation are common workarounds. Wine is a type of virtualisation that allows some software packages designed for Windows to be run under Linux. Well, IrfanView can…