current location:Home > Technical Articles > Operation and Maintenance

  • How to quickly interact with files on the local machine?
    How to quickly interact with files on the local machine?
    Generally speaking, remote login is mostly done through the client. After using ssh to log in to the Linux host, how can we quickly interact with the local machine for files, that is, upload and download files to the server and local; with ssh The two related commands can provide very convenient operations: sz: send the selected file to the local machine rz: running this command will pop up a file selection window, select the file from the local and upload it to the server (receive) rz, sz That is, the Windows side of the command line tool for ZModem file transfer in Linux/Unix needs to support ZModem’s telnet/ssh client (such as SecureCRT) to run.
    LINUX . ssh 763 2024-06-02 09:10:17
  • Ubuntu16.04 uses VNC to connect to the GNOME desktop
    Ubuntu16.04 uses VNC to connect to the GNOME desktop
    0x01 Before starting, because in some cases, it is necessary to use the graphical interface of remote desktop to connect to the server, so here is a brief introduction on how to install VNC and desktop environment under Ubuntu16.04LTS. Be sure to confirm that your server has 2GB or more of memory to better use the graphical interface, otherwise it will be stuck or even crash. 0x02 Install the desktop environment. If you do not install the desktop environment, you will see a gray screen and nothing can be seen after VNC connection. 1. You must use the root account to log in to the server using SSH. 2. Update the source and system and enter the following command: aptupdateaptupgrade-y3. Install the desktop environment. Here is an introduction to installing and using the unity desktop and using it for remote connection.
    LINUX . ssh 910 2024-06-01 15:37:17
  • How to solve securecrt Chinese garbled code and how to use securecrt Chinese garbled code
    How to solve securecrt Chinese garbled code and how to use securecrt Chinese garbled code
    1. Open the software SecureCRT and ssh to the server. The following figure appears after executing the ls-l command: 2. The garbled characters in the figure above can be checked by running the locale command to check the encoding format of the server. 3. Solve the garbled code problem by setting the encoding format. The setting steps are as follows. 4. You can first set the encoding format of the current session. 5. Change the encoding format of the software client to utf-8 by viewing the encoding format in the previous step, and run the ls-l command to view the garbled code. 6. Set the global session encoding format to utf-8 or gb2312. The current domestic encoding formats are basically utf-8 and gb2312.
    Computer Software . ssh 914 2024-05-09 14:25:43
  • How to set the default protocol in SecureCRT How to set the default protocol in SecureCRT
    How to set the default protocol in SecureCRT How to set the default protocol in SecureCRT
    First, open and find the options menu at the top of the page. Then, click the Global Options button in the drop-down column. Then, switch the window to the default session page. Then, click the Edit Default Settings option. Finally, click the Telnet option in the drop-down menu of the protocol type. Click to confirm
    Computer Software . ssh 628 2024-05-09 14:25:07
  • How does SecureCRT connect to the host session? How does SecureCRT connect to the host session?
    How does SecureCRT connect to the host session? How does SecureCRT connect to the host session?
    1. First, after opening the SecureCRT interface, click the file menu in the upper left corner. 2. Then, click the quick connection option. 3. Then, enter the host name and user name information. 4. Finally, after completing the password verification, click the OK button.
    Computer Software . ssh 472 2024-05-09 10:58:22
  • How to automate PHP cloud deployment using Jenkins?
    How to automate PHP cloud deployment using Jenkins?
    With Jenkins automating PHP cloud deployment, you can: Install PHP plug-ins and create new pipeline jobs. Define build and deployment phases, including installing dependencies, running tests, and conditionally deploying code. Automate the build and deployment process to improve code quality and shorten release cycles.
    PHP Tutorial . ssh 518 2024-05-06 14:27:01
  • How to deploy and maintain a website using PHP
    How to deploy and maintain a website using PHP
    To successfully deploy and maintain a PHP website, you need to perform the following steps: Select a web server (such as Apache or Nginx) Install PHP Create a database and connect PHP Upload code to the server Set up domain name and DNS Monitoring website maintenance steps include updating PHP and web servers, and backing up the website , monitor error logs and update content.
    PHP Tutorial . ssh 954 2024-05-03 08:54:01
  • How does FileZilla connect to the file server through the SFTP protocol_FileZilla connects to the file server through the SFTP protocol tutorial
    How does FileZilla connect to the file server through the SFTP protocol_FileZilla connects to the file server through the SFTP protocol tutorial
    1. Select [SFTP] for [Protocol]. 2. Enter the IP address of the file server in the [Host] input box. 3. Enter 22 (the port used by SSH) in the [Port] input box. 4. Enter relevant information in [User] and [Password] below. 5. Finally, click the [Connect] button at the bottom of the window. 3. Finally, the connection is successful. As shown in the picture, FileZilla is connected to the file server through the SFTP protocol, and files can be uploaded and downloaded.
    Computer Software . ssh 402 2024-04-30 14:50:24
  • How to build a permanently free Linux server
    How to build a permanently free Linux server
    There are two ways to build a permanently free Linux server: take advantage of the cloud service provider's free trial or permanently free plan using a permanently free instance provided by an open source cloud platform (such as DigitalOcean or Linode)
    Linux Operation and Maintenance . ssh 1246 2024-04-30 13:51:14
  • One line to understand the causes and consequences of SSH login
    One line to understand the causes and consequences of SSH login
    SSH flow chart According to the flow chart, we can see the process of our program from the initial browser to the final page echo. If there is anything you don't understand, please leave a message. The Hibernate layer is mainly responsible for mapping files, injection of Action and Service, and responsible for calling between the three layers of background services. **JSP is equivalent to the HTML page in our asp.net. If it is the same as our HTML page, then it can also be used. Ajax can be written and our events can be triggered. Events are triggered through the action attribute. There will be an address in this attribute, which is specifically used to establish a connection with our backend.
    LINUX . ssh 537 2024-04-29 09:10:09
  • How to use Fail2Ban to protect your server from brute force attacks
    How to use Fail2Ban to protect your server from brute force attacks
    An important task for Linux administrators is to protect the server from illegal attacks or access. By default, Linux systems come with well-configured firewalls, such as iptables, Uncomplicated Firewall (UFW), ConfigServerSecurityFirewall (CSF), etc., which can prevent a variety of attacks. Any machine connected to the Internet is a potential target for malicious attacks. There is a tool called Fail2Ban that can be used to mitigate illegal access on the server. What is Fail2Ban? Fail2Ban[1] is an intrusion prevention software that protects servers from brute force attacks. It is written in Python programming language
    LINUX . ssh 692 2024-04-27 08:34:20
  • What are the ssh remote connection tools?
    What are the ssh remote connection tools?
    The most popular SSH remote connection tools include: PuTTY (free, open source, command line and GUI) MobaXterm (commercial, integrated terminal emulator) SecureCRT (commercial, powerful, command line and GUI) KiTTY (free, open source, command line ) Royal TSX (commercial, comprehensive remote connection management)
    Common Problem . ssh 444 2024-04-27 04:54:15
  • What is the ssh port number?
    What is the ssh port number?
    The default port number for SSH is 22 because it was originally an unused port and later became common practice and security considerations. Modifying the SSH port number can help enhance security and prevent automatic scanning and attacks. Additionally, taking additional security measures, such as enabling firewalls and key authentication, is critical to protecting your SSH service.
    Common Problem . ssh 617 2024-04-27 04:51:14
  • Run Linux on Android devices
    Run Linux on Android devices
    Once upon a time, I tried searching for a simple way to run Linux on Android. My only intention at that time was just to use Linux and some basic applications like SSH, Git, awk, etc. Not asking for much! I don't want to root my Android device. I have a tablet that I use mainly for reading e-books, news, and a handful of Linux blogs. Other than that, I don't use it much. So I decided to use it to implement some Linux functions. If you also want to run Linux on your Android device, this article may be helpful to you. Termux - Android terminal emulator that runs on Android and ChromeOS
    LINUX . ssh 865 2024-04-26 09:07:01
  • Why is there no ssh connection in pycharm?
    Why is there no ssh connection in pycharm?
    PyCharm does not have SSH connection function by default, and the "SSH Configuration" plug-in needs to be installed. After installation, you can right-click the "Remote Host" folder in the project, select "Deployments", add SSH deployment configuration, enter the remote server information and verify the connection.
    Python Tutorial . ssh 521 2024-04-24 20:45:22

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28