How-to & Style

Every Computer Can Be Hacked!
Every Computer Can Be Hacked! 121gamers 0 Views • 10 months ago

Have you ever heard the sentence that every device can be hacked? I have talked to several security researchers who have experience in hacking Browsers, iPhones and more, to figure out if this is true. And if it's true, should you be worried?

You should worry more about Phishing:
https://www.youtube.com/watch?v=NWtm4X6L_Cs

@steventseeley: https://twitter.com/steventseeley
@s1guza: https://twitter.com/s1guza
@itszn13: https://twitter.com/itszn13
@xerub: https://twitter.com/xerub
@gf_256: https://twitter.com/gf_256 / https://www.youtube.com/channe....l/UCmYAXMxue6UdEPfAP

---

00:00 - Can Every Device Get Hacked?
00:53 - Collaboration
02:24 - Law of Security: The More Complexity, The More Insecure
03:20 - Proof #1: Zerodium
04:55 - Proof #2: Phone Vendor Security Updates
05:33 - Proof #3: Hacking Competitions
06:28 - "Can You Find The Vulnerabilities Alone?"
09:27 - "Weaponized" (or Operationalized) Exploits
10:35 - The Original Question Is Useless
11:18 - Risk Of Your Device Getting Hacked?
12:32 - The Economics Of The Attacker
14:30 - Who Should Be Worried About 0days?
15:11 - Attack On Security Researchers
16:06 - What Can You Do Against Hackers?
18:15 - Trick Against Smartphone Hacking
19:22 - Summary and Conclusion
21:21 - Outro

-=[ ❤️ Support ]=-

→ per Video: https://www.patreon.com/join/liveoverflow
→ per Month: https://www.youtube.com/channe....l/UClcE-kVhqyiHCcjYw

-=[ 🐕 Social ]=-

→ Twitter: https://twitter.com/LiveOverflow/
→ Instagram: https://instagram.com/LiveOverflow/
→ Blog: https://liveoverflow.com/
→ Subreddit: https://www.reddit.com/r/LiveOverflow/
→ Facebook: https://www.facebook.com/LiveOverflow/

Bind to the Cloud with Falcor with Jafar Husain at Modern Web UI
Bind to the Cloud with Falcor with Jafar Husain at Modern Web UI 121gamers 0 Views • 10 months ago

SLIDES: https://drive.google.com/open?....id=0B7zweKma2uL1c1pN

Jafar Husain is the Cross-Team Technical Lead for the Netflix UI's. He is the architect of Netflix's UI data platform "Falcor", and specializes in building reactive, event-driven systems. He is the Netflix representative on the JavaScript standards committee (TC-39) and is actively working to evolve the JavaScript language.

Imagine how easy building your application would be if all of the data in the cloud was available in-memory on the client.
Falcor is the JS data access framework that powers Netflix. We'll show you how to use Falcor to replace all of your endpoints a with a single JSON resource on the server. Then we'll show you how to use the power of Angular 2 templates to bind your templates directly to your JSON resource in cloud without any code at all! You'll see how simple app development can be when your controllers don't have to worry about retrieving data from the server.

You'll also see how easy it is to integrate Falcor into your existing stack, regardless of whether you are using a single database, or like Netflix, have a huge number of different back-end services.

How to setup a PWA (progressive web app) with  Lighthouse CI on GitHub actions
How to setup a PWA (progressive web app) with Lighthouse CI on GitHub actions 121gamers 0 Views • 10 months ago

We will use the GitHub actions to create a PWA (progressive web app) and test it using Lighthouse CI. I will also review my improvements from the report CI in Lighthouse.

Git repository:
https://github.com/kalaspuffar/stuff2buy

DigitalOcean's App Platform allows you to build, deploy, and scale apps quickly using a simple, fully-managed solution. We’ll handle the infrastructure, app runtimes, and dependencies so you can focus on your code and launch your app efficiently.

https://digitalocean.pxf.io/c/....3402234/1373760/1589

Leverage AI in your software development workflow. Enhance your skills as a software developer, grow your career, and stay competitive in this fast-paced industry.

https://imp.i384100.net/c/3402234/2145943/14726

Join the channel to get access to more perks:
https://www.youtube.com/channe....l/UCnG-TN23lswO6QbvW

Or visit my blog at:
https://danielpersson.dev

Outro music: Sanaas Scylla

#lighthouse #pwa #actions

[Updated 2019] OpenVPN Installation. Windows Client/Linux Server
[Updated 2019] OpenVPN Installation. Windows Client/Linux Server 121gamers 0 Views • 10 months ago

ANOTHER SECURITY CHANGE OCCURRED WITH OPENVPN 2.4 AFTER THIS VIDEO WAS MADE.
At 9:50 an edit is made to the ssl config file to change md5 to sha512. Just above that line you should see:
default_crl_days= 30
change this so it reads
default_crl_days= 3650
If this is not done when using OpenVPN 2.4 your VPN will stop accepting connections 30 days later.
----------------------------------

Services used in this video
VPS Supplier:
https://cloud.digitalocean.com/login
(Note, I am not endorsing Digital Ocean. I do not receive any reward or commission from them. They are simply the provider I use.)

Windows applications used in this video
PuTTY: https://www.chiark.greenend.or....g.uk/~sgtatham/putty
WinRAR: https://www.rarlab.com/download.htm
OpenVPN: https://openvpn.net/community-downloads/
FireFox: https://www.mozilla.org/
Notepad :)

Login to VPS with PuTTY: root@IP.ADDRESS
Change root password but DO NOT USE THE SAME ONE I USED!!!

Update the VPS
apt update
apt dist-upgrade

Enable packet forwarding
nano /etc/sysctl.conf

VPS Login PuTTY shortcut
root@IP.ADDRESS -pw ROOTPASSWORD

Install OpenVPN
apt install openvpn

Install Webmin
http://www.webmin.com/deb.html
apt install -f

Login to Webmin
https://IP.ADDRESS:10000
user: root
password: ROOTPASSWORD

Change default_md
nano /etc/openvpn/openvpn-ssl.cnf

Create .rnd file
https://www.random.org/bytes/

Create VPN server instance
10.50.0.0 255.255.255.0
auth SHA512
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"
push "redirect-gateway def1 bypass-dhcp"

Set OpenVPN to autostart
nano /etc/default/openvpn

Check VPN server is running
service openvpn@myvpn status

Check IP address
https://www.whatsmyip.org/

Ubuntu 20.10 on a Raspberry Pi 4 - Running a web server using beta release 64bit Linux
Ubuntu 20.10 on a Raspberry Pi 4 - Running a web server using beta release 64bit Linux 121gamers 0 Views • 10 months ago

Ubuntu 20.10 is now available as a BETA release. This includes a Raspberry Pi server edition. In this video I will boot up from a newly created image using the image from:
https://cdimage.ubuntu.com/releases/20.10/beta/



*********



UPDATE! Ubuntu 20.10 is now also available as a desktop edition for the Raspberry Pi. See the following link for more details: https://youtu.be/-RPcRlDfoQg



*********


After showing the install of Raspberry Pi server edition I then show how it can be setup as a basic web server with a simple test page created in html.


This is just the first steps in setting up a web server as it only installs Apache 2. You may also want to install a database such as Maria DB or other applications. You will probably also want to change to a static IP address which is not shown in this video.


The console screen video is captured using gucview

Chapters
00:00 Introduction
00:40 Console screen and login to ubuntu
02:48 Logging in remotely using ssh
03:22 Installing apache2 web server
04:28 Loading the default page in a web browser
05:21 Changing ownership of the html directory
05:58 Creating a basic text only html page

This was tested using the beta image installed onto an SD Card. I have tried to boot from an external USB drive (eg SSD drive), but that was unsuccessful. See the comments for more details - or please let me know if you have had more success.

This video is also included on my website at: http://www.penguintutor.com/ne....ws/raspberrypi/rpi-u

The
The 121gamers 0 Views • 10 months ago

Teleport Open-Source Community Edition: https://cybercademy.org/go-teleport

👇 Links, timestamps, and notes below 👇

🔗 Website Links Mentioned
Passwordless Homelab Project Overview Slides: https://docs.google.com/presen....tation/d/1l-X9uXgosg
Teleport: https://goteleport.com/?utm_campaign=eg&utm_medium=partner&utm_source=GrantCollins
Signup for a free domain name with Freenom: https://www.freenom.com/en/index.html?lang=en
Note: Type in domain name, choose “Checkout”, and create a new account.
Sign up for AWS: https://portal.aws.amazon.com/....billing/signup#/star
AWS Educate (apply for free annual credits): https://aws.amazon.com/education/awseducate/
Deploy Open Source Teleport on a Linux Server (commands used to download Teleport Cluster): https://goteleport.com/docs/de....ploy-a-cluster/open-
Local Lab (with Docker Desktop): https://goteleport.com/docs/tr....y-out-teleport/docke
Introduction to Linux for Cybersecurity Crash Course - https://www.youtube.com/watch?v=2eEe5LnEbks&list=PLLDjng0_4bmMQgeomsJIyUZTt7YM9UfLt

⏰ Timestamps
0:00 – Introduction
0:45 – Project Overview & Prerequisites
8:38 – 1) Register a Free Domain Name
11:27 – 2) Create a Teleport Cluster with AWS EC2
21:02 – 3) Log into EC2 and Download Teleport
24:50 – 4) Configure Teleport Cluster
30:00 – 5) Login to Teleport UI
34:52 – 6) Connect Personal Computer
39:13 – 7) Add Another SSH Node
43:44 – 8) Conclusion

🐕 Follow Me:
Twitter: https://twitter.com/collinsinfosec
Instagram: https://www.instagram.com/collinsinfosec
Cybercademy Discord Server: https://discord.gg/bWymWhCv9p

🤔 Have questions, concerns, comments? -
Email me: grant@cybercademy.org

🎧 Gear:
Laptop (Lenovo X1 Carbon Ultrabook 6th Gen): https://amzn.to/2O0UfAM​​​​​
Monitors (Dell D Series 31.5” D3218HN): https://amzn.to/2EXlgRF​​​​​
Keyboard (Velocifire VM01): https://amzn.to/2TEswfd​​​​​
Headphones (Audio Technica ATH-M40x): https://amzn.to/2F4Tvq6​​​​​
Work Monitors (Dell U4919DW UltraSharp 49 Curved Monitor): https://amzn.to/3yQmDhM
Desk (FLEXISPOT EW8 Comhar Electric Standing Desk): https://amzn.to/3S9OxvG
Chapters

RPI 2 - Node-Red quick Install, ready for IoT apps
RPI 2 - Node-Red quick Install, ready for IoT apps 121gamers 0 Views • 10 months ago

As a precursor to getting to more Power Supply and other electronic projects on the go, I want to look at a few programming languages / environments I have not used before

In this case I will look at using Node-Red.

To quote the site
http://nodered.org/
"Node-RED
A visual tool for wiring the Internet of Things.
Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways."

This is a programming environment driven by a graphical WEB page and uses Drag and Drop with configuration of nodes to build your application
Many nodes are available and if you cannot find what you need, it seems to be fairly simple to add you own, and if you know Java then even better.

It will run on many platforms including Windows, Linux and OSX and or course a range of hardware including the PC or Raspberry PI.

A long-time friend of mine "Peter Scargill" has been using Node-RED for a while and provided me access to a few scripts he uses to make configuring the PI a little easier. The process will still take an hour or two but this is including everything from creating a boot SD card through to a full working environment including a Database, MQTT, WEB Admin Pages and many node-RED nodes installed

Pete’s technical blog is here: - http://tech.scargill.net/
His scripts can be found here: - https://bitbucket.org/snippets/scargill/

Node-RED documentation can be found here: - http://nodered.org/
And if you google "Node-Red Nodes" you will find plenty more. Add "Scargill" to the search for many posts by Pete. (He goes by Pete, I go by Peter :) )

And some useful info for node-RED from IBM can be found here: - http://www.techrepublic.com/article/node-red/

I will be following this post with actual programming tutorials and sessions using node-RED very soon so keep an eye out.

SDC 2018 - Automation of SMI-S Managed Storage Systems with PyWBEM
SDC 2018 - Automation of SMI-S Managed Storage Systems with PyWBEM 121gamers 0 Views • 10 months ago

Presented by Karl Schopmeyer, Owner, Inova Development Inc.

Download Presentation:
https://www.snia.org/sites/def....ault/files/SDC/2018/

Abstract:
Using scripts and automation tools such as Ansible is common when doing repetitive management tasks and monitoring systems in the data center, but writing these scripts can be challenging when integrating with different storage system management interfaces. PyWBEM simplifies these tasks when dealing with storage systems managed by the Storage Management Initiative Specification (SMI-S) standard. PyWBEM is an open source Python library that simplifies dealing with storage system discovery, security, monitoring, performance, fault reporting, and active management.

This talk provides an overview of the use of the PyWBEM project tools to automate and simplify access and configuration of storage systems that are managed via an SMI-S connection. Examples of automation with tools like Ansible using PyWBEM and the PyWBEMtools as the resource manager will be provided. The talk will also cover future directions for the PyWBEM open source project.

Learning Objectives:
1. Introduce attendees to the active PyWBEM open source project
2. Describe storage management use case scenarios and how they are being solved using PyWBEM
3. Describe the use of the SMI resource layer based on the SMI profiles to enable scripting and automation of the management of SMI based resources
4. Demonstrate specific use cases of SMI management automation using the PyWBEM tools
5. Discuss future directions for the PyWBEM project

A file server on your Raspberry Pi with only one command - OpenMediaVault vs professional NAS
A file server on your Raspberry Pi with only one command - OpenMediaVault vs professional NAS 121gamers 0 Views • 10 months ago

Using a Raspberry Pi shouldn’t be complicated.
📥 Download my free PDF glossary to start the right way:
https://download.raspberrytips.com/glossary

OpenMediaVault is software that can be installed on any Debian-based distribution, like Raspberry Pi OS Lite. It can be used to host and configure a file server via a web interface in a few clicks.

In this video, I show you how to use it, and make a quick comparison with my Synology NAS.

Hardware used for this video:
- Argon One case: https://raspberrytips.com/argonone (Amazon)
- SSD in the case: https://raspberrytips.com/m2ssd (Amazon)
- USB key for RPI OS: https://raspberrytips.com/myusbkey (Amazon)
- My Raspberry Pi: https://raspberrytips.com/mypi4 (Amazon)
- Synology NAS: https://raspberrytips.com/syno (Amazon)

Check the article for more details:
https://raspberrytips.com/open....mediavault-on-raspbe

Installation command (one line):
wget -O - https://github.com/OpenMediaVa....ult-Plugin-Developer | sudo bash

---------- Links ----------
Master your Raspberry Pi in 30 days (e-book)
📕 https://raspberrytips.com/yt-ebook

Raspberry Pi Bootcamp (course)
📕 https://raspberrytips.com/yt-course

Master Python on Raspberry Pi
📕 https://raspberrytips.com/masterpython

Join us on Patreon!
❤️ https://raspberrytips.com/patreon

👉RaspberryTips: https://raspberrytips.com/
👉Recommended hardware: http://raspberrytips.com/resources

---------- My stuff ----------
(affiliate links)

- Raspberry Pi: https://raspberrytips.com/rpi4 (Amazon)
- SD card: https://raspberrytips.com/sd (Amazon)
- Case: https://raspberrytips.com/case (Amazon)
- Keyboard: https://raspberrytips.com/keyboard (Amazon)
- Touch screen: https://raspberrytips.com/screen (Amazon)
- Video capture: https://raspberrytips.com/capture (Amazon)
- Sense Hat: https://raspberrytips.com/sensehat (Amazon)
- Robot dog: https://raspberrytips.com/robotdog (Amazon)
- Raspad 3: https://raspberrytips.com/raspad

---------- Follow Me! ----------
👉Twitter: https://twitter.com/TipsRaspberry
👉Pinterest: https://www.pinterest.com/raspberrytips/

---------- Timestamps ----------
0:00 Intro
0:32 Why?
1:23 Prerequisites
2:18 Installation
3:22 Overview
4:40 File share creation
6:39 OMV vs Synology vs manual install
7:44 Similar tool






#raspberrypi #openmediavault #synology

Note: This description contains affiliate links.
If you use them, I’ll get a small commission.
The commission comes at no additional cost to you.
RaspberryTips is a participant in the Amazon Associates and other companies affiliate programs.

ISPConfig: A FOSS CPanel Alternative on Debian Server
ISPConfig: A FOSS CPanel Alternative on Debian Server 121gamers 0 Views • 10 months ago

Today we want to have a brief first look at ISPConfig as a possible CPanel alternative. This is a local install but looks at the ease of installation, the basics of setting up accounts, and the customer portal.

A2Hosting Affiliate:
https://tlm.li/a2h

More Info:
https://www.ispconfig.org/


-----------
Support Switched to Linux!
👕 Merch: https://shop.switchedtolinux.com
🛒 Amazon: http://tlm.li/amazon
💰 Support: https://switchedtolinux.com/support
🛒 Affiliates: https://switchedtolinux.com/affiliates
👥 Multichannel Support: https://thinklifemedia.com
💰 Patreon: /TomM
-----------
Social Media:
🐦 Twitter: @switchedtolinux
🐸 Gab: @switchedtolinux
💡 Minds: @switchedtolinux
Reddit: /r/switchedtolinux
Mastodon: https://fosstodon.org/@switchedtolinux
-----------

We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.

Apache vs NGINX
Apache vs NGINX 121gamers 0 Views • 10 months ago

Web server vs. application server: https://ibm.biz/Apache_Vs_NGINX

NGINX Reverse Proxy: https://ibm.biz/NGINX_proxy

If you're into web development, you have undoubtedly heard of Apache and Nginx. They're both open source web servers, but they have different strengths, and both are worth considering as part of your web architecture choices. Is speed at all costs your thing? Or extensibility? In this video, Martin Keen explains how these web servers work and then breaks down the tradeoffs of each solution (spoiler: it's not an either/or answer).

Get started for free on IBM Cloud → https://ibm.biz/sign-up-today

Subscribe to see more videos like this in the future → http://ibm.biz/subscribe-now

#AI #Software #Dev #lightboard #IBM #MartinKeen #Apache #NGINX

Raspberry Pi 4 Home Automation Server with IOTStack
Raspberry Pi 4 Home Automation Server with IOTStack 121gamers 0 Views • 10 months ago

MANY THANKS TO ALL MY PATRONS on https://www.patreon.com/onemarcfifty !!!
Please visit my channel page: https://www.youtube.com/onemarcfifty
Want to talk to me? Join my Discord Server: https://discord.com/invite/DXnfBUG

We will install IOTStack and Webmin on a raspberry Pi4. IOTStack is a complete collection of famous home automation software such as Home Assistant, Openhab, Node Red and many others. With this you can run your home automation software in docker on a pi.

0:00 Use a Pi as Home Automation Server
0:38 Intro jingle
0:48 TLDR/TLDW
1:01 description of IOTStack
2:06 Get IOTStack and Install Docker on the Pi
3:33 Installing IOTStack on the Pi
5:22 Installing Webmin
7:30 Call to Action

the commands used in this video

To download, install and start IOTStack:


sudo apt install -y git curl
git clone https://github .com/SensorsIot/IOTstack.git IOTstack
# please remove the space before the dot com
cd IOTstack/
./menu.sh
sudo raspi-config
locale

sudo reboot
cd IOTstack/
./menu.sh
docker-compose up -d



To install webmin:


wget https://prdownloads.sourceforge .net/webadmin/webmin_1.962_all.deb
# please remove the space before the dot net

clear
sudo dpkg -i webmin_1.962_all.deb
sudo apt -f install




Licence-free music on / Lizenzfreie Musik von https://www.terrasound.de/lize....nzfreie-musik-fuer-y

Easily Setup a VPN Through Your Webmin or Virtualmin Server GUI using PPTP
Easily Setup a VPN Through Your Webmin or Virtualmin Server GUI using PPTP 121gamers 0 Views • 10 months ago

Step By Step on GadgetClass.com:
http://gadgetclass.com/?post_type=blog&p=957&preview=true

     If you are trying to setup a VPN for masking your IP, torrenting, security, work internet browsing, or just plain security, you probably already have a control panel such as CPanel, Plesk, Webmin or Virtualmin. If not, Leave a comment or HMU and I'll make one on setting up a server quick and easy. This video is going to delve into the more obscure realms of Virtualmin/Webmin customization because, let's face it, all the other blogs and videos are in Spanish or just a mouse on the screen with crappy license-free music. Today we will get you setup with a simple PPTP VPN server connection and answer all your questions along the way.

Let's Get Started

Pre-Requirements :
1. A VPS setup with Virtualmin or Webmin or both (Virtualmin Includes the Webmin core)
2.Ability to login to said server
3.Your favorite beverage


Steps:
1.If VirtualMin had their shit together, you could just click install after finding "PPTP VPN Server" in the "UnUsed Modules" menu of WEbmin. As of the latest version today, there is no direct install link so we have to install it using the YUM install function of Webmin. So. Click the Webmin Tab (upper left corner)
2.Click "System"
3.Click "Software Packages"
4.Click the radio button for "Package from YUM"
5.Type "PPTP" into the name field
6.Click Install
7.Agree to any prompts. If you have any issues, or it cannot find PPTP, Type PPTPD instead
8.Once PPTP is installed click "Refresh Modules" in the main Webmin Category menu
9.You will now have PPTP VPN Server under the Main "Networking" category of Webmin
10.Click on "PPTP VPN Server"
11.Click on "PPTP Server Options"
12.Check "PPTP-specific settings" radio button
13.Enter 10.0.0.1 for theserver end config box
14.Enter 10.0.0.100-150 into the allocate to clients box          (or any address in the IP address range set above 10.0.0.2-10.0.0.255)
15.Click Save
16.Click on PPP Accounts
17.Click "Create New PPP Account"
18.Enter a Username
19.Enter a Password in "Set to:" field
20.Click "Save"
21.Click "Network Configuration" in Webmin Category Menu
22.Click "Routing and Gateways"
23.Check the "Act as Router" "yes" radio button
24.Click "Save"

That's It!!! Your Done :)
Too Easy????


OK let's setup the connection to operate behind a NAT for added protection. I did this through the command line console. You can do it under "Linux Firewall" but this is just one of those things that;s better done with a single command line.

Steps:
1.Login to your server via PuTTy or any SSH or command line terminal
2.Command:
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
This sets up masquerading for all VPN connections that go through the VPN.... Let's add this to the rc.local file to make it happen at boot
3.Click the Webmin "System" Category Menu
4.Click "Bootup and Shutdown"
5.Top file should be rc.local, if not find it in the list and click on it
6.In the editor enter:
"sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE"
7.Click Save

That's it.... Now You're Really Done. Proceed to VPN Setup on Whatever Device You're Going to Connect With...

Showing 10 out of 11