⚓ Blog › HOWTO › VMware Player › Linux Mint 17 MATE | Kontakt |
☯ VMware Player für den Privatgebrauch gratis
sudo parted /dev/sda
(parted) unit B
(parted) mktable gpt
(parted) print « ggf. rm NUMBER zum Löschen alter Partitionen (help für Hilfe)
(parted) mkpart "BIOS GRUB" 1MiB 2097151B « 1MiB ausreichend, kein UEFI-Support (Kofler 13, S. 78)
(parted) mkpart "Linux Mint" 2MiB 19326304255B
(parted) align-check optimal 1 « "1" entspricht der Partitionsnummer 1
(parted) set 1 bios_grub on « "1" entspricht der Partitionsnummer 1 (Kofler 13, S. 920)
(parted) quit
sudo mkfs.ext4 /dev/sda2
/dev/sda2
auswählen und [Change…] klicken:/
sudo apt install open-vm-tools open-vm-tools-desktop # :386 bei 32-Bit-Systemen
sudo tar zxvf VMwareTools-9.6.2-1688356.tar.gz -C /usr/local/share/
cd /usr/local/share/vmware-tools-distrib/
sudo ./vmware-install.pl
sudo /usr/bin/vmware-config-tools.pl
cat /proc/mounts
sudo pluma /etc/fstab
…folgende Zeile für die Partition "/" (ggf. "/home" aber keinesfalls die Swap-Partition) anpassen bzw. ergänzen: # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda3 during installation UUID=14019e19-bdc4-40c9-88ca-5b9cba5ccdf3 / ext4 relatime,errors=remount-ro 0 1 # swap was on /dev/sda2 during installation UUID=a62c326a-4551-4d29-8f32-6160a817b0ea none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
cat /sys/block/sda/queue/rotational # 0 entspricht FALSE, 1 entspricht TRUE
cat /sys/block/sda/queue/scheduler
elevator=deadline
sudo pluma /etc/default/grub
…folgende Zeile anpassen bzw. ergänzen: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=deadline"sudo update-grub
sudo -s
fallocate -l 2GiB /swapfile
chmod 600 /swapfile
mkswap -L "Swap" /swapfile
sync
swapon -v /swapfile
sudo pluma /etc/fstab
…folgende Zeile anpassen bzw. einfügen: # Swap file .. showing the priority option /swapfile none swap defaults,pri=8 0 0
cat /proc/sys/vm/swappiness
cat /proc/sys/vm/vfs_cache_pressure
sudo pluma /etc/sysctl.conf
…folgende Zeile anpassen bzw. einfügen: vm.swappiness=15vmdk
(VMware virtual disk file)
sudo apt install ntp
sudo -s
mkdir /var/spool/lpd
dpkg -i --force-all mfc490cwlpr-1.1.2-2.i386.deb
dpkg -i --force-all mfc490cwcupswrapper-1.1.2-2.i386.deb
lpd://192.168.xxx.xxx/BINARY_P1
ORF.at - FM4 (Das vierte und jüngste Radioprogramm des Österreichischen Rundfunks)
Jugendkanal
http://mp3stream1.apasf.apa.at:8000/listen.pls
BR.de - PULS (Das junge Programm des Bayerischen Rundfunks)
Jugendkanal
http://streams.br.de/puls_2.m3u
sudo apt install libreoffice-style-tango libreoffice-style-galaxy
sudo apt install [hunspell-de-de-frami] hyphen-de mythes-de
aisleriot « Patience-Spielvarianten "Klondike", "Spinnen" oder "Freecell" usw.
gnome-games « …gnome-mahjongg, gnome-mines, gnome-sudoku
gnome-hearts
hitori « Zahlenspiel in spe ab/mit GNOME 3.14
sudo apt install seahorse gufw
Linux Mint is designed to be comfortable and easy to use but also powerful and configurable. Everything is done to make the user experience better.DistroWatch.com:
Linux Mint is an Ubuntu-based distribution whose goal is to provide a more complete out-of-the-box experience by including browser plugins, media codecs, support for DVD playback, Java and other components.