Mint

Mint: Keyboard Shortcuts

Mint Screenshots and Recording:

  • S-Print - area save
  • s-c-print - area clipboard
  • print - desktop save
  • c-print - desktop clipboard
  • a-print - window save
  • c-a-print - window to clipboard
  • s-c-a-r - desktop record toggle (requires cinnamon restart)

 

Tags

Ubuntu Debian Version Matrix

cat /etc/debian_version

mint 19.1 = Debian buster/sid

 

Ubuntu            Debian  
20.04  focal      bullseye/ sid
19.10  eoan       buster  / sid   - 10
19.04  disco      buster  / sid
18.10  cosmic     buster  / sid
18.04  bionic     buster  / sid
17.10  artful     stretch / sid   - 9
17.04  zesty      stretch / sid
16.10  yakkety    stretch / sid
16.04  xenial     stretch / sid
15.10  wily       jessie  / sid   - 8
15.04  vivid      jessie  / sid
14.10  utopic     jessie  / sid
14.04  trusty     jessie  / sid
13.10  saucy      wheezy  / sid   - 7
13.04  raring     wheezy  / sid
12.10  quantal    wheezy  / sid
12.04  precise    wheezy  / sid
11.10  oneiric    wheezy  / sid
11.04  natty      squeeze / sid   - 6
10.10  maverick   squeeze / sid
10.04  lucid      squeeze / sid

 

Linux: Ubuntu 18.04.3 Change hostname ( for SAMBA, etc )

https://linuxize.com/post/how-to-change-hostname-on-ubuntu-18-04/

hostnamectl

hostnamectl
bamboo

sudo hostnamectl set-hostname jira
hostnamectl
jira

hosts

sudo cp /etc/hosts /etc/hosts.bak
sudo nano /etc/hosts
127.0.1.1 bamboo

127.0.0.1 jira


EDIT cloud.cfg ( if cloud-init installed )

ls -l /etc/cloud/cloud.cfg

setup@bamboo:~$ ls -la /etc/cloud/cloud.cfg
-rw-r--r-- 1 root root 3612 May 11  2019 /etc/cloud/cloud.cfg


Search for preserve_hostname and change the value from false to true:

sudo nano /etc/cloud/cloud.cfg
# This will cause the set+update hostname module to not operate (if true)
preserve_hostname: false

# This will cause the set+update hostname module to not operate (if true)
preserve_hostname: true

Mint: Mint 19 Cinnamon: Install Notes

Linux Mint 19.1 Cinnamon Install Notes
==============================================

Users/Groups
=======================
add admin - setup
add & chmod 777 /home/shares/vm
add /iso , /vm-shared
sudo -H system-config-samba

 

 

 

RDP
=======================
rdesktop -g 1920x1000 -a 16 192.168.0.101

SECURITY CAM
share
smb://WORKGROUP;username@HOSTNAMEORIPADDRESS/PATH

 

 

Tags
Subscribe to Mint