Build Nginx deployment vue project under Ubuntu
Build Nginx deployment vue project under Ubuntu
Previous: deploying SpringBoot under Ubuntu
Step 1: install nodejs on Ubuntu
Execute the apt install nodejs command to install nodejs.
There are many examples in the article before the process. I won't say more. During the process, there will be a prompt to confirm the occupation of disk sp ...
Posted by Giri J on Sun, 16 Jan 2022 10:27:57 +0100
Buffer Overflow Attack Lab (Set-UID Version)
Buffer Overflow Attack Lab (Set-UID Version)
Lab link: https://seedsecuritylabs.org/Labs_20.04/Software/Buffer_Overflow_Setuid/
Experimental environment: ubuntu20 04
The aim of the attack is to obtain the uid permission of the attack buffer file by using the attack buffer permission of the over set
Experimental documents: Labsetup.zip
Expe ...
Posted by Xorandnotor on Sun, 16 Jan 2022 09:54:55 +0100
Method of controlling ubuntu backlight brightness using Qt
development environment
Operating system: ubuntu20 four point three Hardware: Intel J1900 integrated industrial control screen Development environment: QT6 twenty-two
preface
In embedded program development, code is needed to complete the brightness control of the display screen. For example, when the user does not operate for a peri ...
Posted by trev on Wed, 12 Jan 2022 20:23:15 +0100
Build QQ robot Linux deployment robot based on Nonebot2
Through the contents of the first two chapters, I believe we can write simple plug-ins to complete some functions of QQ robot. But because it is running on your own computer, when you close go cqhttp or stop bot When py is running, it will stop the robot. So how can we keep the robot working? That is to deploy our code and go cqhttp on the ...
Posted by CoderDan on Tue, 04 Jan 2022 21:39:51 +0100
Postgresql user guide for Apache Doris ODBC appearance
Today is the first day of the Gregorian new year in 2022. I wish you a happy New Year's day. This is also the first article in 2022. Later, I will bring you more articles about Doris. At the same time, I hope Doris will take off in 2022, graduate smoothly from Apache incubator into a top-level project, and bring you a faster, more stable and mo ...
Posted by nic0las on Tue, 04 Jan 2022 03:47:59 +0100
Introduction to Robosense Sagitar lidar drive file parameters
Introduction to Robosense Sagitar lidar drive file parameters
Before reading this article, please study the following article The use of Robosense in LIOSAM, And install and compile the driver. The Robosense driver file has only one parameter file, config Yaml, stored in rslidar_sdk/config folder. The whole parameter file can be divided into t ...
Posted by michelledebeer on Sun, 02 Jan 2022 22:15:02 +0100
Using qemu under window to accelerate the use of the latest version of ubuntu
Now learn to use qemu
The installation steps are as follows:
1. Install qemu.
Download directly from the official website here:
QEMUhttps://www.qemu.org/ Note that after the installation, write the installation path to the environment variable.
2. Download ubuntu image:
I downloaded ubuntu-20.04 3-desktop-amd64. ISO, the latest version.
...
Posted by Tyen on Sat, 01 Jan 2022 13:26:03 +0100
Introduction to ROS learning notes | how to use launch file
Environment: Ubuntu 18 04, ROS version: Melody launch file: realize the configuration and startup of multiple nodes through xml file. ROS master can be started automatically without entering roscore instruction
1, launch file syntax
1. Grammar
The root element in the launch file is defined with the < launch > tag < node >: ...
Posted by lentin64 on Sat, 01 Jan 2022 08:10:28 +0100
Big data engineering practice reference manual
Big data engineering practice reference manual
vmtools installation still cannot copy and paste, and drag and drop files
reference resources (93 messages) solve the problem that the virtual machine cannot be copied and pasted between VMware and the host when running ubuntu_ Leled blog - CSDN blog_ The ubuntu virtual machine cannot copy an ...
Posted by tomdude48 on Fri, 31 Dec 2021 12:40:01 +0100
ubuntu deployment k8s
preface
This article describes how to deploy k8s clusters on ubuntu, which can be roughly divided into the following steps:
Modify ubuntu configurationInstall dockerInstall kubedm, kubectl, and kubeletInitialize master nodeJoin the slave node to the network
If you are unfamiliar with some of the above names, it doesn't matter. They will be ex ...
Posted by ginoitalo on Thu, 30 Dec 2021 22:30:22 +0100