Development and growth path (18) -- back end of DIY management system in sophomore year
preface
Originally, I thought this project was very incompetent. After all, I didn't pass the stress test in the end. I dare not submit my resume even when I submit it.
But after communicating with the counselor yesterday, what's embarrassing? Even if I'm working on a project now, it's difficult to meet people's expectations. But what ...
Posted by Brown on Wed, 09 Feb 2022 11:29:41 +0100
Ubuntu nu18 installing tensorrt7 2.3+cuda11. 1+cudnn8. 0+opencv4. four
Download and install TensorRT-7.2.2.3
Download tensorrt-7.2.2.3 on the official website Ubuntu-18.04. x86_ 64-gnu. cuda-11.1. cudnn8. 0.tar. gz
tar xzvf TensorRT-7.2.2.3.Ubuntu-18.04.x86_64-gnu.cuda-11.1.cudnn8.0.tar.gz
Configure environment variables after decompression:
sudo vim ~/.bashrc
After entering, add environment variables at th ...
Posted by mabwi on Wed, 09 Feb 2022 11:25:41 +0100
Linux learning route 2 [limit resource setting]
preface
The limit parameter in Linux can generally be set by ulimit command or editing / etc / security / limits Conf reloads to make it effective ulimit is more direct, but it is only valid in the current session. Limits Conf can make the user take effect in the next login according to the user and restrictions
1, ulimit command
1.1ulim ...
Posted by EdN on Wed, 09 Feb 2022 10:52:31 +0100
Linux--DHCP server configuration!
1, DHCP overview
DHCP: Dynamic Host Configuration Protocol, which can dynamically assign IP address and subnet mask to clients. It uses ports 67 and 68 of udp, 68port for clients and 67port for server s
DHCP role
Dynamically allocate IP addresses to reduce the workload of administrators and the possibility of incorrect input of IP a ...
Posted by White_Coffee on Wed, 09 Feb 2022 10:26:29 +0100
Linux learning record 3 -- several commonly used file commands
preface
This article mainly studies several common file commands, ls, file and less.
1, Some additional information about the command
Options and parameters
Usually, a command is followed by one or more options, and commands with different options have different functions. In addition, the command will be followed by one or more par ...
Posted by fogofogo on Wed, 09 Feb 2022 08:15:28 +0100
Ubuntu18.04 install dpdk20 11.1 first step! Super detailed!
I Content installation
1.GCC
sudo apt install build-essential
// Verify gcc version
gcc --version
gcc --version
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PART ...
Posted by jnutter on Wed, 09 Feb 2022 07:55:24 +0100
Linux classroom learning notes
@Rain Valley
May 12, 2021 14:14:48
Content review:
# May 12, 2021 14:14:48
## Content review:
mkdir dirName create folder
touch fileName create a file
cat fileName see file
mv filename path take filename Move to specified path lower
cp filename path take filename Copy to path lower
rm filename Delete the specified filename file
rm -r f ...
Posted by jeffrydell on Wed, 09 Feb 2022 03:33:19 +0100
Shooting range weight raising collection
It's said that linux raised the right, but when sorting out, you involuntarily wrote the contents of windows, which turned into a hodgepodge. You don't know whether it's good or bad
https://github.com/sagishahar/lpeworkshop
Windows Rights:
FuzzySecurity | Windows Privilege Escalation Fundamentals
https://github.com/netbiosX/Checklis ...
Posted by themaxx113 on Wed, 09 Feb 2022 02:05:45 +0100
Introduction to interprocess communication (IPC)
I Why do I need interprocess communication
1). data transmission
One process needs to send its data to another process.
2). resource sharing
Multiple processes share the same resources.
3). Notification event
A process needs to send a message to another process or group of processes to inform them of an event.
4). Process control
Some p ...
Posted by swallace on Wed, 09 Feb 2022 00:45:55 +0100
Anaconda installation and use
Anaconda installation
1.1 download installation files
1) If you want to download directly to the local server and upload to the remote server through ftp, please ignore the following operations
2) If the server is networked, you can directly download the server through wget command [centos version], as follows:
The linux system I use is cen ...
Posted by hiasl on Tue, 08 Feb 2022 22:58:35 +0100