NeoLAB
34 subscribers
150 photos
29 videos
94 files
335 links
Lab of @neo_is_kal

๐Ÿง | @ArchLinuxIndia
๐Ÿš | @PrivacyToolsIOChat
๐Ÿฌ | @FossMemes

This is a Journal + Shrine of links
Website: https://neovoid.is-cool.dev
Download Telegram
Another priceless gem from mypustak.com
You don't need to spend several $๐Ÿญ๐Ÿฌ๐Ÿฌ๐Ÿฌ๐˜€ to learn Data Science.โŒ

Stanford University, Harvard University & Massachusetts Institute of Technology is providing free courses.๐Ÿ’ฅ

Here's 8 free Courses that'll teach you better than the paid ones:


1. CS50โ€™s Introduction to Artificial Intelligence with Python (Harvard)

https://lnkd.in/d9CkkfGK

2. Data Science: Machine Learning (Harvard)

https://lnkd.in/dQ7zkCv9

3. Artificial Intelligence (MIT)

https://lnkd.in/dG5BCPen

4. Introduction to Computational Thinking and Data Science (MIT)

https://lnkd.in/ddm5Ckk9

5. Machine Learning (MIT)

https://lnkd.in/dJEjStCw

6. Matrix Methods in Data Analysis, Signal Processing, and Machine Learning (MIT)

https://lnkd.in/dkpyt6qr

7. Statistical Learning (Stanford)

https://lnkd.in/dymn4hbD

8. Mining Massive Data Sets (Stanford)

๐Ÿ“https://lnkd.in/d2uf-FkB

@computer_science_and_programming
To delete all files except one!

- using find
find . \! -name 'file' -delete

- using zsh:
setopt extendedglob
echo ^foo
rm ^foo


- using bash:
shopt -s extglob
rm -v !("filename")


rm -v !("filename1"|"filename2")
to delete all except filename1 and filename2

Bash Specific Use Globignore variable
GLOBIGNORE=*.iso:*.txt
rm *
unset GLOBIGNORE
it will remove all except iso and text file

#notes #challenges
Books to Hack Humans

1. Social Engineering
by Christopher Hadnagy

2. The Art of Deception
by Kevin Mitnick

3. Ghost in the wire
by Kevin Mitnick

4. What Every Body is Saying
by Joe Navarro

5. The art of Intrusion
by Kevin Mitnick

#opsec #books #wishlist
First time doing crypto mining. ๐Ÿ˜…

I am sending you 1ฯ€! Pi is a new digital currency developed by Stanford PhDs, with over 35 million members worldwide. To claim your Pi, follow this link https://minepi.com/nvpie and use my username (nvpie) as your invitation code.
Forwarded from แด˜ส€แดา“า“แด€แด˜แด›
The wait is finally over, KWoC 2022 sponsored by Postman is live. Head to https://kwoc.kossiitkgp.org/ to grab the golden opportunity of participating in the winter of code.
Don't forget to read the manuals before getting started!

Student manual - https://bit.ly/kwoc22student
Mentor manual - https://bit.ly/kwoc22mentor

For those who have missed KWoC intro seminar - https://youtu.be/rrewhNdfdNk

Join our Slack workspace here - https://bit.ly/kwoc_slack
Discord server - https://bit.ly/kwoc_discord
Stay tuned to our socials for updates - https://linktr.ee/kossiitkgp
Telegram discloses the names, phone numbers and IP addresses of the users administrating piracy channels to Indian authorities

According to a Delhi High Court order, Telegram has disclosed the details of the administrators of piracy channels that published training material of Campus Private Limited and its teacher Nitu Singh for various exams. The judge rejected the messenger's arguments that the servers where the information was stored were located in Singapore and did not fall under Indian jurisdiction.

Later, on August 30, the Delhi High Court demanded that the names, phone numbers and IP addresses of those local channel administrators accused of distributing pirated content be handed over to Indian authorities.
#news
Forwarded from esica โ€ข tech, foss, life. (Sangam ๐Ÿผ)
Convert your existing photos to animeme style.

> @AnimeAIAlphaBot
> @toanimbot
> https://u1.qq.com/4VL0aT4h

Disclaimer - Upload personal photos at your own risk , it'll be stored in the server.

#ai #fun

Join @EsicaChannel for more!
#Error #notes: The application was unable to connect to display 0.

Verify the display name by running the who command in your terminal
Update the DISPLAY variable
export DISPLAY=":0"
Disable access control
xhost +