Sometimes you want to access software that isn’t available on Linux. This seems to happen less frequently nowadays. So, the task is to install virtual box on my linux box, and then install Windows 10 on top of that. apt-get install virtualbox This led to a series of errors: WARNING: […]
Linux
17 posts
Press F2 key during bootup for doing hardware tests. Example, your USB device or keyboard is malfunctioning. Press F10 Key during bootup for setting up include choosing Windows or Ubuntu for bootup.
Place the line in your .emacs file: (setq printer-name “ENVY_4500”) The name of your printer can be found typing lpstat -p -d This works in Ubuntu.
One recent cipher option in openSSH is ed25519. This is an Elliptic curve and is used in many public key cryptographic schemes. These curves are polynomials in two variables — (x,y), and of the second degree in y, and of the third degree in x. One can consider the curve […]