linux opensuse

Discover linux opensuse, include the articles, news, trends, analysis and practical advice about linux opensuse on alibabacloud.com

Windows 7 remote desktop control GNOME desktop in openSuSE 11.0

Windows 7 remote desktop control GNOME Desktop 1 on openSuSE 11.0 and www.2cto.com on openSuSE-> Control Center-> Remote Desktop: allows others to view your desktop, allow other users to control your desktop. Ask the user to enter this password: ****** computer> YaST2 control center> security and user> firewall: solution 1, start: disable automatic firewall startup. solution 2: allow services, add, and VNC.

The openSUSE keyboard cannot be entered correctly when you program the quotation marks to resolve

This is really embarrassing, in Vim wrote the code, GCC compile time, die and die can not compile successfully---God knows, that just print a line "Hello World"!Find the following information, found that the person encountered this problem is still there, such as the following:http://blog.csdn.net/rainysia/article/details/6580361So, what should I do in openSUSE?1. I am a KDE version, there is a search box in the lower left corner, the search "keyboard

Opensuse cacti snmpd. conf configuration

Opensuse cacti snmpd. conf configuration cacti is successfully configured in centos. however, it took some time in opensuse. java code # Please see/usr/share/doc/packages/net-snmp/EXAMPLE. conf for a # more complete example and snmpd. conf (5 ). # Writing is disabled by default for security reasons. if you 'd like # to enable it uncomment the rwcommunity line and change the community # name to something nom

Prohibition of OpenSUSE Tumbleweed system Systemd-coredump

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 in CentOS

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

How to install PostgreSQL database on opensuse

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

Opensuse add Startup Script

Start opensuseProgramOpensuse 11 is used as an example. The start of opensuse is scattered, mainly including/etc/rc. d/boot. local,/etc/rc. d/after. local,/etc/init. d/before. local files. The significance of each file is as follows: /Etc/rc. d/after. Local This file needs to be created manually. It is the script that is executed after the system is started. Similar to RC. Local in other systems. /Etc/rc. d/boot. Local This file is a user scri

Opensuse network configuration memo

This article teaches you how to configure the network in Opensuse (I think it is quite troublesome ). 1. Start YaST and select "Network Settings" in "network devices" 2. Global Options default settings: 3. In the overview: Edit the RTL: In host name/DNS: In the routing options: Remember to write the default gateway here, otherwise the network will not be accessible. 4. In the "System Configuration" menu, select "Network Set

The method of installing Owncloud shared cloud hard disk under openSUSE

1. Install lamp Kit 1) Install Apache Zypper in Apache22) Open Apache Systemctl Start Apache2.service3) Apache Boot Systemctl Enable Apache2.service4) Install PHP Zypper in php5 php5-mysql apache2-mod_php55) Enable PHP5 A2enmod PHP54) (optional, because the openSUSE under the owncloud default is SQLite) installation mariadb Zypper in Mariadb Mariadb-tools5) Start mariadb Systemctl Start Mysql.service6) Set the MARIADB root password Mysqladmin

openSUSE shared network

Because I want to use the Arduino Ethernet extended version, want to build a LAN for its use of wired, but the router is too far away from me. Hence the article. Laboratory Equipment: A notebook with openSUSE, a wired network card, and a wireless card. Router one. Experimental steps: Laptop connected to a wireless network. Select Add Share in a wired connection At this point the cable has been sh

Install and configure openSUSE xmonad in ubuntu

Installation #First install the cabal-install tool:Sudo zypper install cabal-installAfter cabal is installed, check its installation status:Cabal -- versionThe using version 1.16.0 of the Cabal library is usually output.However, the software on the openSUSE library is not the latest, and you may need to upgrade cabal-install:Cabal install cabal-installIn addition, we also need to install GHC Haskell compiler. The installation method in

Compiling and installing the Sphinx extension on openSUSE

does the software search for this library? Could it be another directory? Then look at the configuration file, it is found that the search is really wrong, because the computer is 64-bit, so the previous installation depends on the installation of the 64-bit library, and the installation of the extension is from the 32 library directory to find the dependent library. The problem is finally solved. Summarize Under openSUSE, there are times when instal

Fedora 20 and openSUSE 13.1

Budgie Desktop is a free and open source Desktop and the default Desktop of Evolve OS. Evolve OS is a derivative System of OpenSUSE. Budgie Desktop is a lightweight Desktop system, a good old computer and a Desktop replacement using an ARM architecture computer. Wayland is also supported. The latest available version of Budgie Desktop 2.0 has been released recently. The Panel has become transparent, the menu search bar has been moved to the top, some

OpenSSL error resolution for Ruby installation under openSUSE _ruby topics

Recently playing Ruby, good to say, very feeling; OpenSUSE 12.3 on an old machine and then using RVM to install Ruby, in fact, any good release package Ruby is better than using RVM installed Ruby, personally feel (defy). Then, when you install some software with a gem, you will receive the following error: Copy Code code as follows: ' No such file to load-OpenSSL (loaderror) ' The simple reason is that Ruby's OpenSSL support module

Opensuse character interface and graphical interface

follows to enter the character interface: open a terminal and enter init 3. 4 -- six running levels defined in inittab Init is indispensable for Linux system operations.Program. Is a user-level process started by the kernel. After the kernel is started (it has been loaded into the memory, started to run, and initialized to all the device drivers and data structures, start a user-level program init to start other user-level processes or services. The

Install OpenCV under OpenSUSE

Install dependent libraries: sudo zypper install cmake git libgtk2.0-devel pkg-config libavcodec-devel libavformat-devel libswscale-devel Pytho N-devel python-numpy python-numpy-devel libtbb2 libtiff-devel libjasper-devel libdc1394-22-devel CD ~/opencvmkdir releasecmake_build_typecmake_install_prefix=/usr/local. REF:Http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.htmlInstall OpenCV under OpenSUSE

Install MySQL 5.0.22 in openSUSE 11.1

Install MySQL 5.0.22 in openSUSE 11.1 1. Open mysql5.0.22http: // download.mysql.cn/download_file/gz/5.0/mysql-5.0.22.tar.gz 2. The downloaded file is named mysql-5.0.22.tar.gz. 3.copy the downloaded mysql5.0.22.tar.gz file to the/usr/local directory. 4. decompress the tar package and run the command tar zxvf mysql-5.0.22.tar.gz. 5. Change the mysql-5.0.22 directory to mysql with the command: mv mysql-5.0.22 mysql. 6. Enter the/usr/local/mysql directo

Install Flash Player in opensuse 11.1

1. The administrator password is required to open yast2, as shown in figure 2. Enter the password and select software managerment from the yast2 control Center. 3. Click installed and enter flash in the search box. 4. select flash player and click apply in the lower right corner. 5. Click install (The Install button will appear during the first installation, and the reinstall button will appear if it has been installed), and the installation license statement will appear. 6. After

OpenSUSE 11.2 Chinese Input Method SCIM Installation

Yesterday, after the Virtual Machine entered openSUSE, it was found that it could not be used in Chinese. It did not respond to pressing Ctrl + Shift, It seems that I remember what I used to do. I don't know what to do. So I started to figure it out again. I forgot to refer to the source. Baidu is almost there anyway, and the method is also very simple: 1. Choose Computer> YaST2> Software Management. 2. In the displayed dialog box, search and e

Fix grub (opensuse 10.2)

Yesterday, we had no choice but to reinstall the WINXP system, which naturally damaged grub. Then retrieve the opensuse installation disk and boot it into the rescue system. After the startup is complete, enter the root user and enter grub to enter the grub interface. Find/boot/GRUB/stage1Result (hd0, 5)Mark Root partition/on/dev/hda6(Note: In/dev, 1 is the starting point of the partition, And the grub character interface uses 0 as the starting po

Total Pages: 15 1 .... 6 7 8 9 10 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.