
Config SFTP Server on Ubuntu
sudo apt-get install openssh-server
-------------- Define a group ---------------------------
sudo group add sftponly
cat /etc/group
------------ Add User to Group-------------------------
useradd hamid -d / -g [group number] -M -N…

Crontab or Scheduler in linux
You can set schedule in linux with this command:
$ crontab -e
for example:
We want our job to run at 5 A.M., which would be minute 0, hour 5, every day of the month, every month, every day of the week. We need to add a line to the bottom…

Managed File Transfer and Network Solutions
Overview
Still wondering which file transfer protocol is right for your business? Here's a dozen you can choose from. We've also added some brief descriptions to make your choice easier.
1. FTP (File Transfer Protocol)
When it comes to…

Bro Network Security Monitor
Much of Bro’s capabilities originate in academic research projects, with results often published at top-tier conferences. Bro supports a wide range of analyses through its scripting language. Yet even without further customization it comes…

Basic Linux Command
tty= teletypewriter
Ctrl+Alt + F1 =tty1
Ctrl+Alt + F2 =tty2
.
.
Ctrl+Alt+F7= graphic
Description of Command
$apropos file
See manual
$ man file
where we are?
$ which ls
what is in root
$ ls /
show files in list
$ls…

System Center Operation Manager(SCOM)
Do you know anything about SCOM?
System Center Operations Manager has a lot of different features, but what is System Center Operations Manager and how does it work? Well, System Center Operations Manager is a component of the System Center…