I know. Just playing.
Why did you need to filter time of day?
I know. Just playing.
Why did you need to filter time of day?
my sister was playing the sick game and missed out on about 12 weeks of school and would just stay home and play on the internet. So i was tasked with having the internet shutoff during school hours M-F
Also monitor mode on this wireless card kicks ass. It just creates a separate interface and lets me continue using the card as normal
Nice, always had to use two WiFi cards whenever Iâve used it in the past
Oh wow, thatâs shitty. I used to love going to school because I knew more about the token-ring network than the computer lab tech.
Thatâs how monitor mode works. Welcome to the club, but keep in mind that itâs not ideal to use both, and you can have problems sometimes from it.
ive never been able to have a card do both. All of the wireless cards ive used in the past only let you enter monitor mode and you couldnt use the wireless card as a normal wireless card while it was in monitor mode
I want to know how many âNyeh-heh-heh-heh-hehhhhhhsâ were had.
Hmmm, all the atheros I had cards would do that, my current alfa antenna does it, I think the intel WLAN does it in my laptop, Iâve just assumed they all do it.
Even the really high end cicso cards when I was at uni couldnât do I either
you must have gotten lucky or i had some really shit cards XD
LOL. im surrounded by 10 APs atm in my school XD
kek I shouldâve took a picture when I was at the hospital the other day, they had at least 100 AP I could detect with their SSID hidden.
Its amazing how many people consider this a security measure XD
Yeah I mean I had the channel they were using, type of security, mac address and therefore knew they were Cisco APs, it really doesnât do anything it at all XD
kek, I bet the idea was âIf they canât see it, they wonât know itâs there!â
Ah, ignorance really is bliss! I can see why people do it!
I mean, itâd probably prevent 99% of people from accessing it, but the 99% ainât what youâre worried about when youâre setting stuff up.
Yep the 99% isnât the people you should be worried about though XD
If they are smart enough to find it then they are smart enough to crack it.
FUCK I GOT IT.
uhhhhh
god I hate time
time_proper () {
const now = new Date()
const year = getYear(now)
const month = getMonth(now)
const day = getDate(now)
if (this.editedItem.timeIn !== null) {
this.editedItem.timeIn = format(new Date(year+'-'+month+'-'+day+'T'+this.editedItem.timeIn+':00'))
}
if (this.editedItem.timeOut !== null) {
this.editedItem.timeOut = format(new Date(year+'-'+month+'-'+day+'T'+this.editedItem.timeOut+':00'))
}
},
save () {
this.time_proper()
this.editedIndex > -1
? this.$store.dispatch('logs/updateLog', this.editedItem) // update
: this.$store.dispatch('logs/newLog', this.editedItem) // new
this.close()
this.$store.dispatch('logs/todaysData')
}
These days, you could go into any town center, do a scan for wireless networks and probably at least one of them will be some ancient router that is still using WEP. And if there isnât one, time to pull out the dictionaries for the others