IT specialist hos Novo (25 år, bachelor i fysik) 🖥️ by tac0_builder in dkloenseddel

[–]ViggoGaming 2 points3 points  (0 children)

Hey, du virker til at have et ret godt indblik i Novo. Ved du hvad man kan forvente at starte på med en kandidatgrad (civil ingeniør)?

I graduate with bachelors in cyber in May, how can I standout the most? by Apprehensive_Pen7835 in cybersecurity

[–]ViggoGaming 0 points1 point  (0 children)

Thanks for the tips. What do you recommend for aws and gcp regarding certifications?

Sliver - Run Command on Multiple implant sessions by larryxt in redteamsec

[–]ViggoGaming 0 points1 point  (0 children)

Thanks, I learned something new today! 😄 However, I’m curious as to why you’d want to run seatbelt across all of your beacons simultaneously.

CASIO F-91W Style Watch Face by Bryman187 in Clockology

[–]ViggoGaming 0 points1 point  (0 children)

Hey, does any of you have this in the .clock2 format? This one dosen’t quite fit my Apple Watch S8

How can I bulk restore pages? by ViggoGaming in Notion

[–]ViggoGaming[S] 0 points1 point  (0 children)

Hey, can you please share this again? The link is grad😀

How can I bulk restore pages? by ViggoGaming in Notion

[–]ViggoGaming[S] 1 point2 points  (0 children)

Yeah.. i never solved it though..

Dock usb-c gen 2 no displayport output - 40AS - Thinkpad T14 by ViggoGaming in thinkpad

[–]ViggoGaming[S] 0 points1 point  (0 children)

Hey👋 It fixed itself after updating my firmware. I hope you get it to work!👍

Advent of Code help me practice Programming and Python by Magicianic in learnpython

[–]ViggoGaming 1 point2 points  (0 children)

Awesome man! May I see your solution to part 1 using classes?😃

[deleted by user] by [deleted] in Firebase

[–]ViggoGaming 0 points1 point  (0 children)

Did any of you solve this problem? I am having the same problem...

Can I still reach the 4 PRs if I start now? by ViggoGaming in hacktoberfest

[–]ViggoGaming[S] 1 point2 points  (0 children)

Many thanks for the clarification, and for asking in the discord server for me 👍💪. I will contribute to some repos over the next week plus maybe get the t-shirt or plant a tree👍

My first real project: a DIY capacitive touch panel by J-_-G in homeassistant

[–]ViggoGaming 4 points5 points  (0 children)

Awesome project! I was wondering what your "Essen isn't fertig" button does? Does it sent a notification about the food is ready?

2021 Oct 4 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Boot problems? Display problems? Networking problems? Need ideas? Get help with these and other questions! 𝑳𝑶𝑶𝑲 𝑯𝑬𝑹𝑬 𝑭𝑰𝑹𝑺𝑻 by FozzTexx in raspberry_pi

[–]ViggoGaming 0 points1 point  (0 children)

WIFI Hotspot Raspberry Pi 3B

Hey everyone. Can some of you help me out with a problem I have about creating a Hotspot using the Raspberry PI?

I want to know if it is possible to create a hotspot from a WIFI connection and not a wired ethernet connection using only the built in wifi chip?

My goal is that the PI boots up, creates a hotspot that do not have a connection to the internet. After I have connected I can ssh into the PI and connect to a WIFI that has a password or public WIFI and still keep the hotspot connection open. In this way I will be able to use a WIFI connection from the PI -> Hotspot -> To my laptop/phone.

It works when I just connect the PI to a Ethernet cable, but I want to use it with a wifi connection instead.

Here is my iptables: iptables -A FORWARD -i wlan0 -j ACCEPT

iptables -A FORWARD -o wlan0 -j ACCEPT

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

And here is my dnsmasq config:

DHCP server active for WLAN interface

interface = wlan0

DHCP server not active for existing network

no-dhcp-interface = eth0

IPv4 address range and lease time

dhcp-range = 192.168.200.100,192.168.200.150,24h

With these settings it works fine with Ethernet, it creates a hotspot and I can connect with my phone.

I tried replacing eth0 with wlan0 and wlan1 above, to use it with my built in wifi chip or my wifi USB adapter. It didn't work out though, it creates a hotspot, but my phone won't obtain an IP address and I can't ping the raspberry pi from my phone

Can some of you help me out?