
Master explains how to install oracle and mysql with Docker under unbuntu
1. Install docker to update the apt source and install the CA certificate. The command is as follows: sudoapt-getupdatesudoapt-getinstallapt-transport-httpsca-certificates. Add GPG key: sudoapt-keyadv--keyserverhkp://p80.pool.sks-keyservers.net: 80--recv-keys58118E89F3A912897C070ADBF76221572C52609D Open /etc/apt/sources.list.d/docker
Jul 17, 2024 pm 12:03 PM
Mariadb learning summary (2): database and table management
Database management Buddha said: "First there are libraries, then tables, then data..." Create database CREATEDATABASE[IFNOTEXISTS]db_name[create_specification]...create_specification:[DEFAULT]CHARACTERSET[=]charset_name|[DEFAULT] COLLATE[=]collation_name For example: Create a database and specify the default character set as UTF-8SHOWCHARACTERSET; //View supported character sets CREATEDATABASEmydb
Jul 17, 2024 am 08:58 AM
Learning summary (1): ssh usage, Linux directory structure and password-free login
Learning summary (1).: represents the current directory, and can also be represented by ./; ..: represents the upper-level directory, and can also be represented by ../. Article Directory Step 0: After using ssh to open the ssh tool putty (free!), I found an error Couldn'ttagreakekeyexchangealgorithm when logging in. I checked and said that the putty version may be too old, so I went to the official website to download another one——, magically Okay (but at first I thought the account was the command related to the account linux file in Ubuntu, but I never logged into hhh. Then I tried it and realized it was the @ front thing of this thing hahahaha). In addition, you can also set up a password-free password
Jul 17, 2024 am 07:51 AM
Nginx Getting Started Tutorial
1. Introduction to Nginx 1.1 Nginx features modular design, good scalability and high reliability. Support hot deployment: update configuration files without downtime, upgrade versions, and replace log files. Low memory consumption: 10,000 inactive in keep-alive connection mode. Connection, only requires 2.5M memory event-driven, aio, mmap, sendfile1.2 Basic functions of Nginx static resources web server http protocol reverse proxy server pop3/imap4 protocol reverse proxy server FastCGI (lnmp), uWSGI (python), etc. Protocol modularization (non-DSO) like zip, SSL module 1.3 Nginx with
Jul 17, 2024 am 07:21 AM
How to turn on the Linux subsystem on Windows 10
WSL allows you to access the Linux Bashshell on Windows. In the previous article, we discussed the target users of Windows Subsystem Linux (WSL). In this article, we will start the journey of WSL on Windows 10 devices. To prepare for WSL you must use the latest version of Windows 10 Fall Creator Update. After that, check the Windows 10 version by searching for “About” in the Start menu bar. In order to use WSL, your version should be 1709 or latest. Here is a screenshot of my operating system
Jul 17, 2024 am 04:07 AM
How to create and present presentations from the Linux command line
In the Linux world, there are several different ways you can choose to give a presentation. For example, Impress.js has a large number of multimedia displays and excellent visual impact, Beamer is specially provided for LaTex users, and so on. And if you're looking for an easy way to create and display text presentations, mdp can help you achieve it. What is MDP? mdp is the next ncurses-based command line demonstration tool for Linux. What I like about mdp is its support for markdown, which makes it easy for me to create slideshows in the familiar markdown format. Naturally, it can also easily publish slideshows in HTML format. Another benefit is that it supports UTF-8 character encoding,
Jul 17, 2024 am 02:07 AM
How to implement background running of JAR process under Windows system
1. Windows 1. Copy javaw.exe in /jkd/bin in the jdk installation path, and rename the process name corresponding to the jar (whatever you want to change) 2. Create a run.bar in the same directory as the jar The content of the file is as follows: @echooffstart[modified javaw name]-jar[full name of jar] For example: a javaw.exe is copied and named jarDemo; the directory where the jar is located is: d: Demo; so the corresponding one in run.bat The content is: @echooffstartjarDemo-jarD: Demonstration jarDemo-0.0.1-SNAPSHOT.jar (Note
Jul 17, 2024 am 01:21 AM
Win+linux dual system installation
1. The step of installing the system U disk with UltraISO should not go into too much detail. Whether you are installing a windows or ubuntu system, making a system U disk is necessary. The blogger is using the system USB disk installed by UltralSO. You must download the Ubuntu image before installation. You can choose which version you want according to your needs. 2. Set the U disk to boot. Enter the BIOS to set the U disk to boot. This step is also a necessary step to install Win10. Different brands have different setting methods. You should set it according to your own model. After setting, the U disk can be automatically started after plugging in the system disk. 3. Win10 creates a disk partition. Win+X enters the disk partition directory and sets the disk partition prepared for the Linux system.
Jul 17, 2024 am 12:49 AM
Original: Centos 7 source code compilation and installation of Nginx 1.13
I won’t go into the relevant introduction of nginx. Since you choose nginx as your web server, you must have different knowledge and understanding of nginxserver. Next, I will install it directly. Prerequisites I am using the centos7.364-bit core version system. Before installing and configuring nginx, you must install the nginx dependency package. Please see the production chapter of Centos7 compilation and installation of php7.1, and install the dependency packages provided at the beginning of the article. This dependent component package is suitable for any version of Nginx. Create new web users and groups $/usr/sbin/groupaddwww$/usr/sbin/useradd-gwwwwww$ulimit
Jul 16, 2024 pm 09:18 PM
Methods and prerequisites for modifying the maximum number of TCP connections and UDP numbers in Linux systems
Prerequisite for changing the limit on the maximum number of TCP connections and UDP in the Linux system: The default configuration of the system with Root permissions is sufficient for daily use, and when performing wide-concurrency network programming, exceeding the number of connections will encounter the maximum number of open files. Error report, unable to create a new connection (exceeded the maximum number of processes), system resource allocation error 1, modify the maximum number of user processes and the maximum number of files, the role of ulimit ulimit: Display (or set) the limit of resources that the user can use (limit) Chinese Linux operating system Linux space, this limit is divided into soft limit (current limit) and hard limit (upper limit), where the hard limit is the upper limit of the soft limit. The system resources used by the application during operation do not exceed
Jul 16, 2024 pm 02:25 PM
Old Boy Linux Issue 23 A must-read for operation and maintenance personnel: How to increase your salary in Beijing, Shanghai, Guangzhou and Shenzhen?
If you want to make more money, you need to cultivate your abilities above the knees (from the space of the old boy teacher). Students living in Beijing, Shanghai, Guangzhou and Shenzhen who are not satisfied with their wages should take a closer look! It’s the Spring Festival. I write this article to share with you. I wish you a happy Spring Festival! Opening: Operation and maintenance personnel, please don’t belittle yourself! Some operation and maintenance personnel are in operation and maintenance positions themselves, and they really belittle the operation and maintenance position and think that development is awesome. Of course, that is just a "siege", linux system image download, dear! Operations and maintenance are the same as development. They are both IT jobs. Although pure operation and maintenance are similar to pure development, they are both quite miserable. Development is mostly more miserable. You work overtime very late to get the project online quickly. Sometimes you don’t see anyone in closed development for a month. The 23rd issue of Renlaoboylinux has been launched and bugs and functions have been improved every day!
Jul 16, 2024 pm 01:43 PM
Nginx+Tomcat deployment operation of Angular+javaweb project
Initially, I used ngbuild-prod-aot to compile and package. Note here that since it is now officially built-in, you only need to enter ngbuild–prod when packaging. Here you can compare it with the size of my project: ngbuild: 8,348,761 bytes ngbuild–aot: 9,232,405 bytes ngbuild–prod: 1,839,811 bytes ngbuild–prod–aot: 1,839,811 bytes Finally, it can be seen that ngbuild–prod can be completed. Minimum packaging for productization. I don’t understand something here. The pre-compiled build is larger than the regular build. I hope it will be bigger.
Jul 16, 2024 pm 12:41 PM
Solutions to Linux subsystem errors under Win10
In order to better test Linux applications, many users will install the Linux subsystem on Windows 10 system computers. However, a friend recently reported that he encountered an error message of 0x80070057 when turning on the Linux subsystem function. What should I do? Next, the editor of PConline will share with you the solution. The details are as follows: 1. This error is because win10 has released a new version, but the computer's win10 has not yet been upgraded to the latest version. When it failed like mine, the latest released version number was 1703, but the current version was not caused by 1703; 2. We can press [Win+I] to open the settings, and then click [System] > [About] to view the current version.
Jul 16, 2024 pm 12:07 PM
Easy Language version 3.6: cross-platform programming, supports Windows, Linux and Unix
Ways to develop Linux programs with Easy Language. Easy Language version 3.6 is a cross-platform version, which can support the development of Windows, Linux and Unixlinux platforms. In the Easy Language version 3.6 environment mirror, you can compile programs based on Windows in the Windows environment. programs, and compile programs under Linux, and can be distributed on multiple platforms. When publishing separately, just select different operating systems. Here, we would like to inform Yi Language users once again that if you compile a program based on Windows, you can use Yi Language version 3.6 to compile directly. There will be no impact on cross-platform and it will be the same as the previous operation. If you want to develop programs based on Linux systems, please refer to the following
Jul 16, 2024 am 11:40 AM
Hot tools Tags

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use
