milosev.com
  • Home
    • List all categories
    • Sitemap
  • Downloads
    • WebSphere
    • Hitachi902
    • Hospital
    • Kryptonite
    • OCR
    • APK
  • About me
    • Gallery
      • Italy2022
      • Côte d'Azur 2024
    • Curriculum vitae
      • Resume
      • Lebenslauf
    • Social networks
      • Facebook
      • Twitter
      • LinkedIn
      • Xing
      • GitHub
      • Google Maps
      • Sports tracker
    • Adventures planning
  1. You are here:  
  2. Home
  3. Linux

Unzip

Details
Written by: Stanko Milosev
Category: Ubuntu
Published: 17 July 2026
Last Updated: 31 July 2026
Hits: 19
sudo apt update
sudo apt install unzip
sudo unzip yourfile.zip
unzip /path/to/archive.zip -d /path/to/destination/

Display avaliable memory with colors

Details
Written by: Stanko Milosev
Category: Ubuntu
Published: 17 July 2026
Last Updated: 17 July 2026
Hits: 14
To display avaliable memory with colors
free -h | awk 'NR==2{printf "\033[36mRAM\033[0m | \033[32m%s\033[0m Total | \033[31m%s\033[0m Used | \033[32m%s\033[0m Free | \033[33m%s\033[0m Avail\n",$2,$3,$4,$7}'

Change pass add user

Details
Written by: Stanko Milosev
Category: Ubuntu
Published: 17 July 2026
Last Updated: 18 July 2026
Hits: 16
sudo passwd root
sudo adduser username
If you want the user to be able to run administrative commands:
sudo usermod -aG sudo username
Delete user
sudo deluser username
sudo deluser --remove-home username

WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

Details
Written by: Stanko Milosev
Category: Ubuntu
Published: 17 July 2026
Last Updated: 18 July 2026
Hits: 25
If on:
ssh username@ip-addres
I receive error like:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED25519 key sent by the remote host is
Then do
ssh-keygen -R ip-addres
  1. Installing and Running an ASP.NET Core 10 Application on Ubuntu 24.04 with Nginx
  2. Installing Nginx, MariaDB, and PHP 8.5 on a Clean Ubuntu Server for Joomla!
  3. Installing Mailcow on a Clean Ubuntu Installation
  4. JSON prettifier for Gedit

Subcategories

Arch linux

Linux

Ubuntu

Page 5 of 7

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7