Skip to content

mejk/computer-stuff

Repository files navigation

Random computer stuff

  • Random notes on various computer issues, installation etc.

  • The installations described on the pages have been tested but mileage may vary.

  • USE AT YOUR OWN RISK! If you end up wiping out your data or bricking your computer, you have been warned.


Here are some sites for Linux-related news etc:

Lots of stuff below is based on these sources.


How to...

General cross-platform software: Linux, Windows & Mac

VNC, SSH, etc

Ubuntu

My external HD is not visible

Check that the system sees it using

lsblk

If the disk is found (usually /sda, /sdb, /sdc or such depending on your system). Assume that it is the dish /sdc and in there /sdc2, it can be mounted (say, to /mnt) using

sudo mount /dev/sdc1 /mnt

Clear cache and swap

Execute the following as root:

sync; echo 3 > /proc/sys/vm/drop_caches 

xrdp fails on 20.04

This worked: comment out the two last lines in /etc/xrdp/startwm/sh and add one

# test...
# exec..
startxfce4

Dual boot problems

It may happen (well... happened to me once) that after a Bios update the system boots directly to Windows and it appears that Grub has been lost altogether. In my case, that's what happened. What helped was the advice from this link. In brief:

  • Boot from live USB.
  • Check if boot-repair is already part of the live USB (check from the Program Menu). If not, then
  • Open terminal and type
sudo apt-add-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair
  • Then find boot-repair from the Program Menu and run it. I used the recommended process.
  • This fixed it on Lenovo C940.

Windows

Mac OSX

About

Some random notes on various computer issues, installation etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •