Soluții

Configure Banner in Cisco devices

Steps to configure banner through CLI
    1. Login to the device using SSH / TELNET and go to enable mode.
    1. Go into the config mode.
      Router#configure terminal
      Enter configuration commands, one per line. End with CNTL/Z.
      Router(config)#
    1. Use below command to configure banner for required banner types (motd / login / exec)
      Router(config)#banner motd #Unauthorized access to this device is prohibited!#
    1. Exit config mode
      Router(config)#exit
      Router#
  1. Copy the running configuration into startup configuration using the below command:
    Router#write memory
    Building configuration… [OK]
    Router#
[mai mult...]

How to Launch Multiple Apps at Once on Windows 10

If you tend to open certain apps together on your PC, you can save yourself a few clicks by having all your selected apps open with a double-click. We’ll show you how to do this in Windows 10. To make multiple apps launch at once, you will make a batch file. This file will contain paths to your apps. When you double-click and run this batch file, it will launch all your apps one by one.

[mai mult...]