The newly bought computer is a win7 system and needs to be fitted with a Linux system.
Before the notebook installed an Ubuntu, I heard openSUSE is very gorgeous, I choose open suse here.
Take a openSUSE disc and put it in the optical drive.
Then I felt the installation, and found that different from Ubuntu, especially the section.
I chose a way to prepare a portion of the disk space, delete its partition,
EnvironmentopenSUSE 10.2Tomcat 5.5
Setting up informationAdd the following command to the/etc/init.d/boot.local:/opt/tomcat/bin/startup.sh
Error descriptionAfter openSUSE started, Tomcat never started.
Analysis1. After the system has started, the manual start Tomcat can be successful, stating that it is not a permission issue.2. Find the System log (/VAR/LOG/BOOT.MSG) and find the following information:
Neither the Java_home nor the JRE_HOME envir
This article combines two articles and has personally experienced it. It is very good. We have successfully established a VPN dedicated channel! The whole process is actually very simple. First, repeat the LNMP army brother's method and establish a VPN Server. 1. The full text of Server Installation explains how to create a VPN service on VPS, and how to install
OpenSUSE patch tutorial (kernel2.6.x) -- Linux general technology-Linux programming and kernel information. The following is a detailed description. [Note]: Some patches are very famous, such as CK.
What is the kernel?
The kernel is the core of a Linux system. It provides underlying functions such as hardware abstraction layer, disk and file system control, and multi-task concurrency management.
What is a patch?
The Linux Kernel is maintained by the
MySQL is a popular cross-platform database management system, often and PHP, Apache/nginx form a Web services platform. The MySQL company was first acquired by Sun, and Sun was acquired by Oracle, giving the open source community a hard hit. Because Oracle is a database startup, it is impossible to benefit from this open source competitor, and MySQL has more and more closed source sounds. MySQL author Michael Widenius himself founded the new company Monty Program AB, a new MARIADB open source da
Pptp settings and local vpn (and solve the problem that ssh cannot access the remote host under the vpn), pptpssh1. Install pptpSudo apt-get install-y ppp pptpdsudo vim/etc/pptpd. conf modification: option/etc/ppp/pptpd-optionslocalip 172.31.26.19 (local vpn address) remoteip 172.31.26.20-200 (vpn customer point addres
I have recommended how to set up the PPTP VPN service in the article "VPs initial experience and self-built VPN service". This article has made some modifications and supplements based on the original article, and added"How to connect to pptp vpn on Linux.
The running environment involved in this article: the remote server is configured with low xen VPs on vpslin
The following WLAN test is successful in ubuntu11.04:
Install L2TP IPSec VPN
We will use l2tp-ipsec-vpn software for Werner Jaeger
First, open the terminal and execute the following command to install the l2tp-ipsec-vpn Software
Sudo apt-add-repository PPA: Werner-Jaeger/PPA-Werner-vpnsudo apt-Get updatesudo apt-Get install l2tp-ipsec-
Release date:Updated on:
Affected Systems:OpenSUSE 13.1 KDEDescription:--------------------------------------------------------------------------------Bugtraq id: 64786CVE (CAN) ID: CVE-2013-3713
OpenSUSE is a Linux-based free operating system.
In openSUSE 13.1 and other versions, the image creation configuration in versions earlier than aaa_base 16.26.1 will be added to the "users" group during live ima
The final official version of Fedora9Preview is also approaching, but the official version originally planned to be released on January 1, April 29 will be postponed until next month. In addition, Fedora9 will be the first Linux release that provides kernel-based configuration mode. For openSUSE, the new openSUSE11.0Beta1, including Linuxkernel2.6.2 Fedora 9 Preview, is nearing the final official version. However, the official version originally plann
I use the openSUSE system Zypper installed PHP seems to be a bit of a problem, so you want to compile the installation. Looked at most of the information on the Internet. are compiled under Centos,debian, how do I compile and install PHP under openSUSE?
Reply content:
I use the openSUSE system Zypper installed PHP seems to be a bit of a problem, so you want
Solve the Problem of jfreechart Chinese garbled characters in opensuse
Problem description: In opensuse 10.2, jfreechart information is garbled.
Reason: JDK/JRE in Linux lacks Chinese font support
Solution:
Find a simsun. TTC file in the Windows operating system (the default path should be in the C:/Windows/fonts directory)
Create a fallback folder under the JRE/lib/fonts/directory (for example,/usr/Jav
This article describes how to install the PostgreSQL database in opensuse. Let's take a look at the installation steps through the following introduction!
Environment
I tested the installation of postgresql 8.4.6 on opensuse 11.3, and the installation of postgresql 9.0.3 on opensuse 11.4. The steps are no different.
Install
zypperinstallpostgresql-server
Fedora/rhel/opensuse such as Linux installation Vivaldi browser guide.Personally think that Vivaldi browser is more useful, but also more beautiful, suitable for small fresh use, more powerful features.1. Download Vivaldi.repo and save$ wget Http://repo.fdzh.org/vivaldi/vivaldi.repo-P/etc/yum.repos.d/# fedora/rhel$ wget http://repo.fdzh.org/vivaldi /vivaldi.repo-p/etc/zypp/repos.d/# openSUSE or add source u
VPN is the abbreviation of Virtual private network, it is simply to use public network link to erect private network, it belongs to remote access technology.
VPN server in the current network application is more and more extensive, today I come to you for a brief introduction of the VPN server configuration and users use VPN
What is a VPN?
The English full name of the VPN is "virtual private network", translation comes from "The fictitious specialized network". As the name suggests, virtual private network we can understand him as a virtual out of the enterprise internal line.
This VPN's English full name is "Virtual private network", translates is "The fictitious private network". As the name suggests, the virtual privat
By default, the application in the system crashes, making the core call Systemd-coredump to generate the associated memory image and some debugging information. If the application is running with a large memory footprint, these debugging information will quickly fill the hard disk space. Application crashes are a common thing, but the average user doesn't have to debug it, and most people don't know how to debug it. So it's a good choice to disable it.
The method for disabling Systemd-coredump
openSUSE Installation LEMP/LNMP Kit
1. Install Nginx, PHP5 and MARIADB
Zypper install nginx php5 php5-fpm php5-mysql mariadb-tool mariadb mariadb-client2. Adjust the Nginx configuration file
Add the following in the server block in/etc/nginx/nginx.conf
Note: The default installation Nginx has a similar content that is commented out, but unlike the following configuration $document_root, the default configuration will result in a failure to locate
The OpenSUSE system has its own openjdk, but I would like to install it with the JDK provided by Oracle.
Method:
Download JDK:jdk-8u65-linux-x64.rpm
Install JDK: Unzip the downloaded JDK, place it where you need it: Vi/etc/profile, add the following code at the end:
java_home=/run/media/xiamingchen/tools/jdk1.8/
Jre_home=/run/media/xiamingchen/tools/jdk1.8/jre
PATH=$ PATH: $JAVA _home/bin: $JRE _home/bin
classpath=.: $JAVA _home/lib/dt.jar: $JAVA
Pptp settings and local vpn (and solve the problem that ssh cannot access the remote host under the vpn)1. Install pptpSudo apt-get install-y ppp pptpdsudo vim/etc/pptpd. conf modification: option/etc/ppp/pptpd-optionslocalip 172.31.26.19 (local vpn address) remoteip 172.31.26.20-200 (vpn customer point address range)C
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.