Please join the discussion at EzeeTalk. www.ezeelinux.com/talk/ Its free, secure and fun!
This video is a crash course to help new users get started with BASH. Here is a list of the commands well cover:
BEGINNERS GUIDE TO THE BASH TERMINAL
NAVIGATION
ls — list directory contents
pwd — print name of current/working directory
cd — change working directory
pushd/popd — put working directory on a stack
file — determine file type
locate — find files by name
updatedb — update database for locate
which — locate a command
history — display bash command history
GETTING HELP
whatis — display the on-line manual descriptions
apropos — search the manual page names and descriptions
man — an interface to the on-line reference manuals
cat — concatenate files and print on the standard output
more/less — file perusal filter for crt viewing
nano — command line text editor
USERS
sudo — execute a command as superuser
su — change user ID or become another user
users — print the user names of users currently logged in
id — print real and effective user and group IDs
CHANGING FILE PERMISSIONS
chmod — change permissions of a file
KILLING PROGRAMS AND LOGGING OUT
Ctrl C — kill a running command
killall — kill processes by name
exit — log out of bash
USEFUL SHORTCUTS
Ctrl D — signal bash that there is no more input
Ctrl L — redraw the screen
Ctrl — make text bigger in terminal emulator
Ctrl — - make text smaller in terminal emulator
In this regular expressions (regex) tutorial, were going to be learning how to match patterns of text. Regular expressions are extremely useful for matching common patterns of text such as email addresses, phone numbers, URLs, etc. Almost every programming language has a regular expression library, so learning regular expressions with not only help you with finding patterns in your text editors, but also youll be able to use these programming libraries to search for patterns programmatically as well. Lets get started…
Подробное описание принципа работы Брандмауэра, или фаервола, тонкая настройка Брандмауэра Windows в режимах стандартной и повышенной безопасности.
Разбираются основные принципы защиты информации на компьютере, подключенном к сети Интернет, с помощью контроля входящих и исходящих подключений. Принцип многоуровневой защиты информации от различных угроз для информационной безопасности. Разбираются случаи предотвращения мошеннических действий третьих лиц с помощью правильных настроек межсетевого экрана.
Firewall дает огромные возможности по управлению сетевым трафиком, проходящим через Mikrotik. Вы, как администратор сети, должны суметь разделить все потоки трафика. дать каждому из них свои права, а весь лишний трафик — заблокировать.
Firewall в Mikrotik по большей части позаимствован из IPTables из Linux.
На вебинаре мы подробно разберем все вкладки меню IP-Firewall, назначения всех параметров и пунктов.
Узнайте как повысить безопасность сети с помощью настройки UFW (Uncomplicated Firewall) в Debian / Ubuntu Linux. Узнайте как можно зарабатывать больше в области кибербезопасности в 2020 году.
– В чем особенность iptables (брандмауэр Linux);
– Что такое UFW и как установить UFW Firewall в Debian / Ubuntu Linux;
– Как добавлять правила UFW и какие правила стоит добавить в первую очередь;
– Какая расширенная функциональность UFW по сравнению с iptables.