How to start the SSH server in Venom Linux.

To start the SSH server on a Venom Linux machine, use this command. bash-5.0# /usr/sbin/sshdbash-5.0# /usr/sbin/sshd This will start up the SSH server and then you may connect over SSH to your machine. Edit the /etc/ssh/sshd_config file and make these changes to allow the SSH server to run and allow logins. Allowing root login is … Read more

How to fix Firefox addons that have been disabled by incompetent Mozilla developers.

Use this setting in about:config to fix this issue for now. xpinstall.signatures.required   xpinstall.whitelist.requiredxpinstall.signatures.required xpinstall.whitelist.required That’s it. Now go and reinstall / reconfigure those addons. And for anyone on Firefox who hasn’t hit the issue yet, still do it, because you will eventually. Also, leave that drokking setting as false forever, because Mozilla is hiring … Read more

How to spawn items in Arma 3 that are not available in EDEN.

Spawning items in Arma 3 can be annoying if they are set to scope = 1; and are not available in the editor to place. But if you know the classname, they can be placed easily. Use this code to spawn them. Run this in the debug console in EDEN editor. create3DENEntity ["Object", "Land_Communication_anchor_F", screenToWorld … Read more

How to get the Unity Tweak Tool running in Ubuntu 17.10.

I was trying to run the Unity Tweak Tool on Ubuntu 17.10 and I got this error. jason@kaio:~$ unity-tweak-tool /usr/lib/python3/dist-packages/UnityTweakTool/__init__.py:40: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version(’Gtk’, ‘3.0’) before import to ensure that the right version gets loaded. from gi.repository import Gtk Error: schema com.canonical.notify-osd not installedjason@kaio:~$ unity-tweak-tool /usr/lib/python3/dist-packages/UnityTweakTool/__init__.py:40: PyGIWarning: Gtk … Read more

How to get Steam running on Ubuntu 15.04 Linux.

I had problems getting Steam to run on Ubuntu 15.04, I would get this error. jason@darkstar:~$ steam Running Steam on ubuntu 15.04 64-bit STEAM_RUNTIME is enabled automatically [2016-01-05 11:03:24] Startup – updater built Dec 14 2015 11:15:53 SteamUpdateUI: An X Error occurred X Error of failed request: BadValue (integer parameter out of range for operation)jason@darkstar:~$ … Read more

When will ignorance end? Is this the future of the world with our education system?

This person really believes that the Commodore 64 is the oldest computer that ever existed and does not know about the Collossus; and the ENIAC. They had workable computers in the 1950`s; these were able to perform quite useful calculations. The computer that was placed in the Voyager 1 probe in the 1970s used magnetic … Read more

A look at the Ubuntu 12.10 Linux distribution. Some cool things I have noticed.

The Ubuntu 12.10 Linux distribution is getting a workout here and I have noticed quite a few cool changes in the final release. The annoying bugs from the alpha and beta releases are gone and in their place is quite a fast distribution indeed. The Unity desktop running in Virtualbox without the Virtualbox guest-additions is … Read more

How to get me-tv working on Linux Mint 13 Maya. Compiling from source with an older version.

The me-tv software for Linux Mint 13 Maya was not working for me, but I found out that if you download this tarball: https://launchpad.net/debian/+archive/primary/+files/me-tv_1.3.7.orig.tar.gz and install it by running the commands below. ./autogen.sh make make install./autogen.sh make make install Then the software will work. The new version 2.00 release is broken, the client-server model does … Read more

The me-tv software is not working on Linux Mint 13. This should be fixed soon though.

The me-tv package distributed with the Linux Mint 13 maya distribution is not working at the moment, the client-server model they have adopted is quite a change, but when I executed it from a terminal window, I got the error that the database format was not compatible and the me-tv-server was not able to be … Read more

Debian non-free firmware package interfering with USB HID devices.

I recently installed the firmware-linux-nonfree package on my Debian Squeeze installation and after a re-boot, the USB keyboard and mouse has stopped working. Even my old PS2 mouse would not work. I have chrooted into my Debian installation from Linux Mint 12 and after looking in the /var/cache/apt/archives folder, I have found the name of … Read more