raytechnote.com

March 13

How to Change SSH Port in Ubuntu 20.04

Change the default SSH port in Ubuntu, perform the following steps with root privileges:

  1. Open the /etc/ssh/sshd_config file and locate the line:
    #Port 22
  2. Then,add
    Port 2200
  3. Restart the SSH server:
    sudo systemctl restart sshd
Category: Linux | LEAVE A COMMENT
March 13

How to create an admin user on Ubuntu Server

sudo adduser USERNAME

sudo usermod -aG sudo USER
Category: Linux | LEAVE A COMMENT
March 10

How to Download single file from GitHub in Terminal?

  • Click the file name in a GitHub
  • Click Raw to display the file contents.
  • You will see the file’s url link

 

In the command line, run

curl -OL https://raw.githubusercontent.com////path/to/file  (this is the file’s url link)

O means that curl downloads the content
L means that curl follows the redirection

Category: Linux | LEAVE A COMMENT
March 10

How to Quit VI editor without saving anything?

To quit the vi editor without saving any changes you’ve made:

  1.  press Esc.
  2. Press : (colon).
  3. Enter the following:
    q!
    This will quit the editor, and all changes you have made to the document will be lost.
Category: Linux | LEAVE A COMMENT
  • Home
  • Shopping Links
  • Data Recovery Links
  • Useful Tools and Downloads
  • About

Recent Posts

  • How to recovery dismissed email reminders or follow ups
  • How to run an elevated CMD using PowerShell?
  • How to reset xerox printer without admin password?
  • How to detect if you’re behind a transparent proxy?
  • How to Remove new Teams for all users

Recent Comments

  • Joe M on How to Fix GPO Sysvol Permissions Error
  • CP on WDS Server Not Working After in Place upgrade from Windows 2012 to Windows 2019
  • lincruste on WDS Server Not Working After in Place upgrade from Windows 2012 to Windows 2019
  • AX on WDS Server Not Working After in Place upgrade from Windows 2012 to Windows 2019
  • Rogerio Rodrigues on How to Fix GPO Sysvol Permissions Error
March 2021
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  
« May   Dec »

Archives

  • May 2025
  • March 2025
  • December 2024
  • September 2024
  • August 2024
  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • March 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • February 2022
  • December 2021
  • March 2021
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • July 2019
  • June 2019
  • May 2019
  • March 2019
  • February 2019
  • September 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016

Categories

  • Azure
  • Cisco
  • Exchange
  • Linux
  • MAC
  • Microsoft 365
  • Networking
  • Printer
  • Repair
  • SonicWall
  • Uncategorized
  • Virtual Machine
  • Viruses
  • Vmware
  • Windows
  • Windows Server
  • WordPress

  • CrackStation
  • Antivirus Uninstaller
  • Password Recovery Tools
  • SoundCloud
  • WhoIS
  • Is Your Data Secure?
  • No More Ransom
  • WiFi Channel Planning
  • BIOS Master Password
  • Test Virus Protection
  • RDP Wrapper
  • Latest Kaspersky Internet Security
  • Have you been hacked?
  • Network Bandwidth Test

  • How to recovery dismissed email reminders or follow ups
  • How to run an elevated CMD using PowerShell?
  • How to reset xerox printer without admin password?
  • How to detect if you’re behind a transparent proxy?
  • How to Remove new Teams for all users
  • How to Download and install new Teams for a single computer