Dell EMC OpenManage Ubuntu and Debian Repositories

2021-03-29 KENNETH 0

Dell EMC OpenManage Ubuntu and Debian Repositories   URL : http://linux.dell.com/repo/community/openmanage/   환경 OS : ubuntu 20.04 (codename : focal) OMSA latest version (2021.03.29) : 950     add repositories 950 : omsa version focal : ubuntu code name     add key     Install all OMSA components     Starting dsm_om_connsvc     Ubuntu에서 설치시 systemctl 에 서비스 등록이 자동으로 등록(enable) 되기 때문에 따로 해줄것은 없다  

How to download and install prebuilt OpenJDK packages in LINUX(redhat and ubuntu)

2018-04-23 KENNETH 0

URL : http://openjdk.java.net/install/ How to download and install prebuilt OpenJDK packages JDK 9 & Later Oracle’s OpenJDK JDK binaries for Windows, macOS, and Linux are available on release-specific pages of jdk.java.net as .tar.gz archives. As an example, the archives for JDK 10 may be found on jdk.java.net/10 and may be extracted on the command line using $ tar xvf openjdk-10*_bin.tar.gz JDK 8 Debian, Ubuntu, etc. On the command line, type: $ sudo apt-get install openjdk-8-jre The openjdk-8-jre package contains just the Java Runtime Environment. If you want to develop Java programs then please install the openjdk-8-jdk package. Fedora, Oracle Linux, Red Hat Enterprise Linux, etc. On the command line, type: $ su -c “yum install java-1.8.0-openjdk” The java-1.8.0-openjdk package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.8.0-openjdk-devel package. JDK 7 Debian, Ubuntu, etc. On the command line, type: $ sudo apt-get install openjdk-7-jre The openjdk-7-jre package contains just the Java Runtime Environment. If you want [ more… ]

No Image

ubuntu desktop change resolution on virtualbox

2015-04-23 KENNETH 0

가상서버(virtualbox) 환경에서 ubuntu-desktop 을 설치했을 경우 화면의 해상도가 640×480(4:3) 밖에 표시되지 않는다. ”su -” or  ”sudo” 를 통해서 apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11   ubuntu14.04 버전에서 아래와 같은 에러가 발생할 수 있는데 The following packages have unmet dependencies: virtualbox-guest-x11 : Depends: xorg-video-abi-15 Depends: xserver-xorg-core (>= 2:1.14.99.902) E: Unable to correct problems, you have held broken packages. 이런 경우에는 그냥 속편하게.. 가상머신창 메뉴의 ”장치” -> ”게스트 확장 설치” 기능을 이용하면 된다. 결론은 그냥 ”장치” -> ”게스트 확장 설치” 기능을 이용하면 된다는거… ;;;;;;