do -i apt-get install lubuntu-core apt-get dist-upgrade apt-get autoclean rm /var/cache/apt/archives/*.deb reboot
출처: http://cskimair.tistory.com/283 [linux(ubuntu)_windows multi programming]
#우분투_최소_설치 #linux_minimum_installation
do -i apt-get install lubuntu-core apt-get dist-upgrade apt-get autoclean rm /var/cache/apt/archives/*.deb reboot
출처: http://cskimair.tistory.com/283 [linux(ubuntu)_windows multi programming]
sudo apt-get update && sudo apt-get upgrade
sudo apt-get --no-install-recommends lubuntu-core
- automatic login
>/etc/lightdm/lightdm.conf
[SeatDefaults] autologin-user=<YOUR USER> autologin-user-timeout=0 # Check https://bugs.launchpad.net/lightdm/+bug/854261 before setting a timeout user-session=Lubuntu greeter-session=lightdm-gtk-greeter
*. https://help.ubuntu.com/community/Lubuntu/Boot_Install_Login#For_release_12.04_and_on_.28LightDM.29
- How I can autostart a program when logging into Desktop
- boot delay reducing and no kernel message displaying
/etc/default/grub
sudo update grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
#GRUB_TIMEOUT=2
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX_DEFAULT=quiet
#GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="console=tty12"
- ubuntu static ip address setting
https://www.manualfactory.net/10108
# The primary network interface auto enp0s3 iface enp0s3 inet static address xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx dns-nameservers xxx.xxx.xxx.xxx
- network restart
systemctl restart networking.service
- set default application in LX session
$/.config/lxsession/Lubuntu/autostart
> sudo apt-get install lxsession-
default-apps
- how to ignore EDID value
Firstly, note that EDID refers to "Extended display identification data" (see wikipedia). This is the information that the monitor sends to the PC about itself -- notably including a list of acceptable resolutions.
The error message means: communication between monitor and PC is not
working very well, and the EDID information package was not received
properly. This will not stop you working; however, sometimes you may
find that your computer falls back to a "safe" (and not very sexy)
resolution like 800x600, or worse.
The usual cause is: long, low-quality VGA cables used for
high-resolution monitors. You may also be seeing some ghosting on your
monitor (unsharp image, looks like it's been wiped out a little,
usually to the right). Solution: use DVI or DisplayPort instead (or the
royalty-paid alternative: HDMI). For the time being, consider switching
to a lower resolution.
The error does also happen with laptops, in which case you may want to
get the PC <-> Monitor connection (internal to the laptop) looked
at by an engineer.
If you are happy with your monitor, and just want the error message to
bugger off, try something like this in your /etc/X11/xorg.conf.d:
try something lik in /etc/X11/xorg.conf.d
Option "IgnoreEDID" "1" Modes "1152X864" "1024X768" "800x600"
- touchscreen in multiple monitors
|
-dual monitor setting in ubuntu
root@lotto:~/os-setting# cat /root/dual-monitor.sh |
- touchscreen setting in /usr/share/X11/xorg.conf.d/99-calibration.conf
root@lotto:~/os-setting# cat /usr/share/X11/xorg.conf.d/99-calibration.conf |
- autostart file setting
root@lotto:~/os-setting# cat /root/.config/lxsession/Lubuntu/autostart |
- grub setting for no kernel messages
root@lotto:~/os-setting# cat /etc/default/grub |
- apt-get 설치 목록
- install power manager program sudo apt-get install xfce4-power-manager root@lotto:~/os-setting# history | grep apt-get |
https://help.ubuntu.com/community/Lubuntu/Documentation/MinimalInstall
IntroductionMost people can install Lubuntu using the graphical or alternate installationmethod. For very old computers, down to 128MB of RAM, a minimal install (with additions later) is the way to go. Please note that the minimal installation method is more difficult than others; if you can possibly manage it, please use the graphical or alternate installers. This area also covers times when you may wish to install just the core Lubuntu system and add on your own applications. Please be aware that your system may seem to 'hang' (stop) at about 90% (dpkg), it has not; it just takes a little time (up to 90 minutes). The lowest specification that we have seen working is a Pentium 2 with 64MB of RAM using the Lubuntu core. However, don't expect to use Lubuntu daily on a very old and low resources systems like Pentium 2 with 64MB - this is more like an experiment rather than production example. For non-PAE processors we recommend using the Force-PAE or Lubuntu-fake-PAEmethod to install. If you want Lubuntu setup automatically, or don't have an internet connection, please use the graphical or alternate installation . Full install, minimal install or core install?A full install includes all the packages which are shipped by default with the standard Lubuntu installation; such as web browsers, mail clients and office programs. Lubuntu minimal and core contains a more stripped-down graphical environment. To make a more educated decision to determine which you want to install, you can check the links in the table below.
DownloadingFirstly you need to download the minimal Ubuntu ISO; click on the version you want from the table below. 64-bit PC (amd64, x86_64) (Recommended)
32-bit PC (i386, x86)
64-bit PowerPC (ppc64)**
32-bit PowerPC (ppc)**
** Unofficial port, unsupported by Canonical MethodInstall (13.10 and later)This is the default alternative at the top of the menu, and it works well in 14.04, if you want want Lubuntu or Lubuntu Core. If you have extremely low memory, you should use the command line install. The whole installation is within a text mode wizard type interface, when run from CD/DVD, and there is a brief check in a second text mode screen, when run from a USB drive. [See USB]. The install mediaUSBIf you are using a USB device to install the system, follow the USB Guide
Optical mediaIf you are using a CD/DVD, follow the CD Guide Method (continued)After succeeding with either, follow these instructions:
Other than that, just answer the questions as you are asked. Command Line Install: 12.04 and laterOnce you have the minimal install running and have signed in you can add the Lubuntu part to it. These instructions are for Lubuntu 12.04 and later, 32 bit/ 64 bit / PPC . You will be using sudo, please take the time to read About sudo. Be very careful, using sudo turns off the final layer of protection that prevents you from completely destroying your system. If you are in any doubt, please do ask via our Contact Us section. For the full desktop installation use: sudo -i apt-get install lubuntu-desktop apt-get dist-upgrade apt-get autoclean rm /var/cache/apt/archives/*.deb reboot For the Lubuntu core installation use: sudo -i apt-get install lubuntu-core apt-get dist-upgrade apt-get autoclean rm /var/cache/apt/archives/*.deb reboot |
'os > Linux' 카테고리의 다른 글
gdb로 실행시간 측정방법 (0) | 2018.02.21 |
---|---|
how to delete unused linux kernel (0) | 2018.02.19 |
ubuntu-페북-한글입력오류방지용-한글입력기 대체 (0) | 2017.04.20 |
samba-client-connect-on-ubuntu (0) | 2017.04.19 |
file-compare-tool_beyondcompare-install (1) | 2017.04.19 |