Add-Migration allocation_units angular angular6 azure Background Call build-tools core C# dell docker docker image donet ef dotnet dotnet ef @eaDir echo ef EntityFramework EOF error find firewall git index kill light codes linux Luci merge mssql msvs_version MySql network ng build node-gyp node-sass openvpn OpenWRT partitions size PK powershell PR Primary Key pull request size sp_who2 sql SSH synology t-sql tables Thread ThreadPool Threads tips ubuntu unifi Update-Database vpn windows-build-tools wpf xev xmodev

Template for multiline echo to file in linux systems.

cat << EOF > /path_to_file
multi
line
content
EOF

 

This is solution to find and delete all @eaDir folders at Synology directory.

  1. To find all directories named @eaDir use the command:
    # find . -type d -name "@eaDir"
  2. To delete all found, do:
    # find . -type d -name "@eaDir" -print0 | xargs -0 rm -rf

Today a small tutorial on how to remap keys under linux