Linux Tutorial for Beginners: Introduction to Linux Operating System


www.guru99.com/unix-linux-tutorial.html

Linux — самая популярная серверная ОС (операционная система). Linux — это клон UNIX. Знание одного так же хорошо, как знание другого. Этот учебник предназначен для абсолютных новичков. Вам даже не нужно покупать новый компьютер для изучения Linux. Вы можете запускать Linux прямо в ваших существующих системах Windows или Mac OS! (Подробные инструкции по установке Ubuntu приведены в учебниках).

The Art of Code - Dylan Beattie


Software and technology has changed every aspect of the world we live in. At one extreme are the ‘mission critical’ applications — the code that runs our banks, our hospitals, our airports and phone networks. Then there’s the code we all use every day to browse the web, watch movies, create spreadsheets… not quite so critical, but still code that solves problems and delivers services.

But what about the code that only exists because somebody wanted to write it? Code created just to make people smile, laugh, maybe even dance? Maybe even code that does nothing at all, created just to see if it was possible?

Join Dylan Beattie — programmer, musician, and creator of the Rockstar programming language — for an entertaining look at the art of code. We’ll look at the origins of programming as an art form, from Conways Game of Life to the 1970s demoscene and the earliest Obfuscated C competitions. We’ll talk about esoteric languages and quines — how DO you create a program that prints its own source code? We’ll look at quine relays, code golf and generative art, and we’ll explore the phenomenon of live coding as performance — from the pioneers of electronic music to modern algoraves and live coding platforms like Sonic Pi.

Check out more of our talks, courses, and conferences in the following links:
ndcconferences.com/
ndc-london.com/

Metasploit For Beginners - #1 - The Basics - Modules, Exploits


Hey, guys HackerSploit here, back again with another video. In this video, we will be starting the Complete Metasploit Course, that will take you from a beginner to expert with Metasploit.
The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.

Our Courses:
Python For Ethical Hacking — Develop Your Own Scripts: www.udemy.com/course/the-complete-python-3-developer-course/?couponCode=TCP3DC2019

The Complete Ethical Hacking Bootcamp: www.udemy.com/course/the-complete-ethical-hacking-bootcamp/?couponCode=TCEHB2019

I hope you enjoy/enjoyed the video.
If you have any questions or suggestions feel free to ask them in the comments section or on my social networks as well as my blog.

HackerSploit Blog: hsploit.com/

✔️SOCIAL NETWORKS
— Facebook: www.facebook.com/HackerSploit/
Twitter: twitter.com/HackerSploit
Patreon: patreon.com/hackersploit
— Thanks for watching!
Благодаря за гледането
感谢您观看
Merci davoir regardé
Grazie per la visione
Gracias por ver
شكرا للمشاهدة
देखने के लिए धन्यवाद

Проблемы загрузки, установки Tails OS, Qubes OS, GNU/Linux...


В случае с Tails, если у вас графическая карта geforce, вам может помочь внесение:
nouveau.modeset=0
или
nouveau.noaccel=1
Если у вас карта от Radeon:
radeon.modeset=0
Для Qubes OS:
nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
Ссылки
intel managment engine: ru.wikipedia.org/wiki/Intel_Management_Engine
youtu.be/Tiohs-bvEZw SunbooK
youtu.be/GhRyWFUeuzE Свободные альтернативы БИОС/UEFI
youtu.be/z8vgdn_6DgE Настройка GNU/Linux Debian и утилита для оптимизации энергозатрат графическими картами
6:52

Личная безопасность: пробивы, взломы, прослушка и слежка


Сегодня поговорим про пробивы, взломы, слежку и прочие инструменты для создания неприятностей. В видео — базовая информация, если вам нужны более глубокие сведения по теме, пишите в личные сообщения.

Подборка ресурсов для поиска и проверки информации:
triumph-info.ru/2019/04/poisk-i-proverka-informacii/

Реалити-шоу со взломанных камер:
tjournal.ru/flood/27199-polzovatel-dvacha-prevratil-v-shou-nablyudenie-za-lyudmi-cherez-veb-kamery-ih-vzlomannyh-kompyuterov

Обо мне:
andreyzimin.ru/
vk.com/and.zimin
www.instagram.com/and.zimin/

Благодарности и спонсирование новых роликов:
www.donationalerts.com/r/andreyzimin
money.yandex.ru/to/41001699359822

#пробив #взлом #слежка #прослушка

Структура каталогов в GNU/Linux (для Павлова Александра)


Директории Юникс-подоный операционных систем часто вызывают сложности для тех, кто только начинает работать с ними (возможно переходя с чего-нибудь вроде Windows). Я описываю как разобраться в том, что находится в терминале после «cd /; ls».

Отблагодарить меня можно следущими способами:
www.almost-university.com/postcard-for-volodya
Яндекс деньги: 410012245557024
Webmoney-R: R327167873071
Webmoney-Z: Z345122673518
Paypal: Volodya@whengendarmesleeps.org
Paypal (рублёвый): VladimirMozhenkov@yahoo.com

LPIC 103.5 Работа с процессами в Linux


Разбираемся с процессами, выполняющимися в Linux, разбираемся как:
— отправлять процессы в фоновый режим, и возвращать их в активный режим;
— отслеживать процессы при помощи ps, pstree, pgrep;
— останавливать процессы при помощи kill, killall и pkill;
— пользоваться командой nohup;
— следить за состоянием Linux при помощи top, uptime, free;
— работать с командой screen.

LPIC 104.6 Мягкие и жесткие ссылки


Разбираемся с ссылками на файлы и папки, и понимаем механизм работы жестких ссылок, с которыми в Windows мы так тесно не работаем.

Хорошие но невероятно нудные примеры есть у IBM: www.ibm.com/developerworks/ru/library/l-lpic1-v3-104-6/

А про жесткие ссылки в Windows хорошо пишет этот товарищ: www.outsidethebox.ms/12735/