Linux Stuff

From Da Nerd Mage Wiki
Jump to navigation Jump to search

Installing Linux on a Dead Badger: User's Notes

Installation Assistance

Command Line Linux (Proper Linux)

tips & How-Tos

  • Working Notes

Linux for the Desktop

All Linux distros should attempt to be as user friendly as possible, that's the sign of a polished well made OS. And no distro should ever become complacent about the quality of it's UX, all distros should always strive to make things better, every time a new user becomes confused, their experience should be used to refine the UX design to make the OS better.I like Linux Mint because it attempts to be as user friendly as possible. Some people call this approach "A beginner Linux distro". I disagree. Linux Mint is a distro for all users, new and experienced. From mums who spend all day on Facebook, to programmers. - grady_vuckovic (reddit)

Distros

Desktop Environments

Remote Access & Control

AnyDesk

AnyDesk Website

  • Either download & install:
    • wget https://download.anydesk.com/linux/anydesk_6.1.1-1_amd64.deb
    • sudo apt install ./anydesk_6.1.1-1_amd64.deb
  • Or set it up in the repositories for updatability:
    • wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
    • echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list
    • apt update
    • apt install anydesk

TeamViewer

TeamViewer Website

  • Download & install:
    • wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
    • sudo apt install ./teamviewer_amd64.deb
  • Updating:
    • TeamViewer add their own APT repository to your system during the install...
    • Not entirely sure how I feel about this...

VNC

RDP

Linux Applications & Tools

System Setup

Bunches of other stuff




Remote Desktop


Linux Reference Links