Linux — самая популярная серверная ОС (операционная система). Linux — это клон UNIX. Знание одного так же хорошо, как знание другого. Этот учебник предназначен для абсолютных новичков. Вам даже не нужно покупать новый компьютер для изучения Linux. Вы можете запускать Linux прямо в ваших существующих системах Windows или Mac OS! (Подробные инструкции по установке Ubuntu приведены в учебниках).
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.
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.
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.
В случае с 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
Сегодня поговорим про пробивы, взломы, слежку и прочие инструменты для создания неприятностей. В видео — базовая информация, если вам нужны более глубокие сведения по теме, пишите в личные сообщения.
Директории Юникс-подоный операционных систем часто вызывают сложности для тех, кто только начинает работать с ними (возможно переходя с чего-нибудь вроде 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
Разбираемся с процессами, выполняющимися в Linux, разбираемся как:
— отправлять процессы в фоновый режим, и возвращать их в активный режим;
— отслеживать процессы при помощи ps, pstree, pgrep;
— останавливать процессы при помощи kill, killall и pkill;
— пользоваться командой nohup;
— следить за состоянием Linux при помощи top, uptime, free;
— работать с командой screen.