⚓ Blog › HOWTO › ASUS Eee PC 1000HE › Linux Mint 17 MATE | Kontakt |
☯ MATE 1.8 released | MATE
That being said, the update procedure:
1. Download the update
2. Extract the archive (unzip it)
3. Rename the extracted ROM file to your model (example 1000HE.ROM)
4. Copy the renamed ROM file to a FAT (not FAT32) formatted USB flash drive
5. Insert the USB flash drive into the LEFT USB port (the Eee looks there first)
6. Reboot your machine
7. When you see the BIOS POST screen, press Alt + F2 to enter the update utility (you may have to disable 'Boot Booster')
8. Follow the on screen prompts. Let the update procedure finish completely, do not interrupt it.
9. Things like wireless will be reset to 'disabled' (the default setting). you will have to re-enable them.
disabled
sudo lsblk -o NAME,MODEL,TYPE,SIZE,FSTYPE,MOUNTPOINT,LABEL,PARTLABEL # Vor und nach dem Einstecken
umount /dev/sdX? || umount /dev/sdX # X entsprechend dem gewünschten Datenträger anpassen
sudo dd if=linuxmint.iso of=/dev/sdX oflag=direct bs=1M
Please select boot device
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 "System" 2MiB 10737418239B
(parted) mkpart "Logical Volumes" 10GiB ...
(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 -s
pvcreate /dev/sda3
vgcreate vgmint /dev/sda3
lvcreate -l 100%VG -n home vgmint
sudo mkfs.ext4 /dev/mapper/vgmint-home
/dev/sda2
auswählen und [Change…] klicken:/
/dev/mapper/vgmint-home
auswählen und [Change…] klicken:/home
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=65242822-897f-47ee-89ae-d87238b384f0 / ext4 noatime,errors=remount-ro 0 1 # /home was on /dev/sda4 during installation UUID=a1febed2-a89f-47fa-b7f6-cb39b0040f22 /home ext4 defaults,strictatime 0 2 # swap was on /dev/sda2 during installation UUID=21af137e-243d-49e0-a8b8-781a22d32d2b none swap sw 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=15sudo 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.