In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the things that need to be paid attention to after installing Debian 10. The article is very detailed and has certain reference value. Interested friends must read it!
Debian 10 is the latest LTS release of Debian, codenamed Buster, and includes many features. If you recently tried to install Debian 10 on your computer, you don't know what to do next.
1. Install sudo
After Debian 10 is installed, you need to install sudo packages first in order to install packages that require administrator privileges using a normal account.
Under the root account, execute the following command to install sudo.
apt install sudo -y
To add your local users to the sudo group, use the usermod command as follows:
usermod -aG sudo linux2652, correction date and time cp /usr/share/zoneinfo/Asia/ShangHai /etc/localtime #Time zone is Asia/Shanghai #Internet Time Calibration apt-get install 210.72.145.44 #China National Time Server: 210.72.145.44# Manual Time Correction sudo date -s 11/13/2019 #13 November 2019 sudo date -s 10:05:30 #10: 05:30 3. Perform system update sudo apt updatesudo apt upgrade -y4. Install vim
Vim is an enhanced version of Vi, a powerful editing tool for both writing and editing code. Due to VIM's powerful and flexible configurability, various plug-ins, syntax highlighting, code completion, color schemes and other resources are extremely rich, many programmers have also made it their own preferred code editor, for all kinds of popular programming languages, VIM support is quite perfect.
sudo apt install vim -y5, Install flameshot (screenshot tool)
Flameshot is a powerful but easy-to-use screenshot software, Chinese name flame screenshot.
sudo apt install flameshot -y
6, Install cloud music player wget http://d1.music.126.net/dmusic/netease-cloud-music_1.2.1_amd64_ubuntu_20190428.debsudo dpkg -i netease-cloud-music_1.2.1_amd64_ubuntu_20190428.deb7, Install VLC player
VLC is a free, open-source, cross-platform multimedia player and framework that can play most multimedia files, as well as DVDs, audio CDs, VCDs and various streaming protocols.
sudo apt install vlc -y8, Install VirtualBox
VirtualBox is an open source virtual machine software with excellent performance.
wget https://download.virtualbox.org/virtualbox/6.0.14/virtualbox-6.0_6.0.14-133895~Debian~buster_amd64.debsudo dpkg -i virtualbox-6.0_6.0.14-133895~Debian~buster_amd64.deb9, Install WPS
WPS Office for Linux is an office software suite independently developed by Kingsoft Co., Ltd., which can realize the most commonly used functions of office software such as text, tables, presentations, etc. With low memory footprint, fast running speed, compact size, powerful plug-in platform support, free online storage space and document templates.
wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/8865/wps-office_11.1.0.8865_amd64.debsudo dpkg -i wps-office_11.1.0.8865_amd64.deb10, Install VNote
VNote is a desktop Markdown editor, with Windows, macOS, Linux three major system clients, support code highlighting in editing state, preview images, Vim mode, infinite level folders and other features, suitable for programmers. VNote focuses on Markdown editing and reading, designed to provide a comfortable editing experience.
wget https://github.com/tamlok/vnote/releases/download/v2.7.2/VNote-2.7.2-x86_64.AppImagechmod +x VNote-2.7.2-x86_64.AppImagesudo ./ VNote-2.7.1-x86_64.AppImage The above is "What to watch out for after installing Debian 10" All the content of this article, thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 266
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.