'os/Linux'에 해당되는 글 42건
- 2017.05.17 :: linux lubuntu minimal installation
- 2017.04.20 :: ubuntu-페북-한글입력오류방지용-한글입력기 대체
- 2017.04.19 :: samba-client-connect-on-ubuntu
- 2017.04.19 :: file-compare-tool_beyondcompare-install 1
- 2017.04.12 :: SSH Key - 비밀번호 없이 로그인
- 2017.04.12 :: ssh command and cpu percentage get
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 |
sudo apt-get install uim uim-byeoru설정방법
- 나의 경우 기존에 ibus-hangul을 사용하고 있어 위의 링크의 설명대로 settings -> language support -> ibus 상태에서 text entry를 English 제외하고 제거
- 위의 text entry에서 추가로 switch to next source, switch to previous source 단축키를 shift + space 가 아닌 다른것으로 변경
- settings -> language support -> keyboard input method : uim으로 변경
- 컴퓨터 재시작 혹은 로그아웃 후 로그인
- uim setting 콘솔에서는 Global Settings -> default input method 벼루로 변경
- Global Key bindings 1 -> [Global] on, [Global] off 단축키 제거
- Byeoru key bindings 1 -> [Byeoru] on, [Byeoru] off 단축키 shift + space로 지정 -> Apply
- settigns -> text entry -> show current input source in the menu bar 체크박스 해제
'os > Linux' 카테고리의 다른 글
| how to delete unused linux kernel (0) | 2018.02.19 |
|---|---|
| linux lubuntu minimal installation (0) | 2017.05.17 |
| samba-client-connect-on-ubuntu (0) | 2017.04.19 |
| file-compare-tool_beyondcompare-install (1) | 2017.04.19 |
| SSH Key - 비밀번호 없이 로그인 (0) | 2017.04.12 |
https://www.wsgvet.com/bbs/board.php?bo_table=web&wr_id=26
우분투에서 삼바 클라이언트로 네트워크
드라이브 연결(마운트)하기
'os > Linux' 카테고리의 다른 글
| linux lubuntu minimal installation (0) | 2017.05.17 |
|---|---|
| ubuntu-페북-한글입력오류방지용-한글입력기 대체 (0) | 2017.04.20 |
| file-compare-tool_beyondcompare-install (1) | 2017.04.19 |
| SSH Key - 비밀번호 없이 로그인 (0) | 2017.04.12 |
| ssh command and cpu percentage get (0) | 2017.04.12 |
#linux_tunning #linuxtunning #filecomapre #file_compare
https://www.scootersoftware.com/download.php?zz=kb_linux_install
Beyond Compare 3 on Debian 7, 8 64-bit
Enable 32-bit architecture support: sudo dpkg --add-architecture i386
Graphical Install
Double click on the .deb package to install using the graphical package manager.
Terminal Install
wget http://www.scootersoftware.com/bcompare-4.1.9.21719_amd64.deb
sudo apt-get update
sudo apt-get install gdebi-core
sudo gdebi bcompare-4.1.9.21719_amd64.deb
Terminal Uninstall
sudo apt-get remove bcompare
update: winmerge can be a alternative.
'os > Linux' 카테고리의 다른 글
| ubuntu-페북-한글입력오류방지용-한글입력기 대체 (0) | 2017.04.20 |
|---|---|
| samba-client-connect-on-ubuntu (0) | 2017.04.19 |
| SSH Key - 비밀번호 없이 로그인 (0) | 2017.04.12 |
| ssh command and cpu percentage get (0) | 2017.04.12 |
| cpu load(percent) calculation (0) | 2017.04.11 |
SSH Key - 비밀번호 없이 로그인
https://opentutorials.org/module/432/3742
[axl@asterisk1 axl]$ ssh-keygen -t rsaGenerating public/private rsa key pair.
google search:
https://www.google.co.kr/search?q=how+to+use+awk+in+ssh+remote+command+&ie=utf-8&oe=utf-8&client=firefox-b&gfe_rd=cr&ei=wa_tWL3JPI6H0ASEmrSoAg#q=ssh+keygen
http://stackoverflow.com/questions/14707307/how-to-use-bash-awk-in-single-ssh-command
awk 기본개념:
http://www.dreamy.pe.kr/zbxe/CodeClip/6332
'os > Linux' 카테고리의 다른 글
| samba-client-connect-on-ubuntu (0) | 2017.04.19 |
|---|---|
| file-compare-tool_beyondcompare-install (1) | 2017.04.19 |
| ssh command and cpu percentage get (0) | 2017.04.12 |
| cpu load(percent) calculation (0) | 2017.04.11 |
| lubuntu_ubuntu tunning after installation (0) | 2017.03.29 |
ssh command and cpu percentage get
http://stackoverflow.com/questions/9229333/how-to-get-overall-cpu-usage-e-g-57-on-linux
grep 'cpu ' /proc/stat | awk '{usage=($2+$4)*100/($2+$4+$5)} END {print usage "%", $5}'
http://askubuntu.com/questions/274349/getting-cpu-usage-realtime
http://stackoverflow.com/questions/9229333/how-to-get-overall-cpu-usage-e-g-57-on-linux
'os > Linux' 카테고리의 다른 글
| file-compare-tool_beyondcompare-install (1) | 2017.04.19 |
|---|---|
| SSH Key - 비밀번호 없이 로그인 (0) | 2017.04.12 |
| cpu load(percent) calculation (0) | 2017.04.11 |
| lubuntu_ubuntu tunning after installation (0) | 2017.03.29 |
| samba-setting-in-ubuntu14 (0) | 2017.03.15 |

