N6XRE DokuWiki

Google Sheets
Math
Science
Sandbox - The LiveCD List
Artificial Intelligence
Packages Search - SlackBuilds

1. What is GitHub Pages

2. GPT4All free-to-use chatbot

3. How To Install GPT-Engineer

4. Suno AI V3 Alpha Music Generator

5. Make a HIT Song and Music Video with AI (for Free)

6. llamafile lets you distribute and run LLMs with a single file.

7. Run ANY Open-Source Model LOCALLY (LM Studio Tutorial)

8. Running Gemma using HuggingFace Transformers or Ollama

9. The best AI image generators to try right now

Top
https://www.zdnet.com/article/best-ai-image-generator/
CLICK ON PICTURE
Hello World exercise

Top
https://youtu.be/_ViXFJ_Q7Os?si=7P7fEgmYLUg1NJNR - https://ideogram.ai/

Top

here is a formula for ideogram prompts: a t-shirt design with a white background saying "[Text]" in the style of [Style] - Please respond with yes if you understand this prompt structure for ideogram Please create 10 different Ideogram Prompts using the above formula. Please use random funny phrases or puns for the [Text] and random art styles or descriptive words for the [Style] _______________________________________ here is a formula for ideogram prompts: [subject] 2d flat illustration t-shirt design with text saying "[Text]" in the style of [Style] - Please respond with yes if you understand this prompt structure for ideogram Please create 10 different Ideogram Prompts using the above formula with a sloth as the [Subject]. Please use random funny sloth themed phrases for the [Text] and random art styles or descriptive words for the [Style]

10. HOW TO RESET MY PORTAINER PASSWORD

11. Node-RED and IFTTT

12. LaurieWired channel

13. Deep Dive into Git - Edward Thomson

14. Git From the Bits Up

Top
Git From the Bits Up
afterglow player

15. Advanced Git Tutorial

Top
Advanced Git Tutorial
afterglow player

16. Computing playlist

Top

17. LIST OF DEEPFAKE TOOLS

18. Linux

19. ShellScript

20. JavaScript

21. Python

22. C

23. Rust

24. CloudReady: Home Edition

25. POSIX

26. System call

27. Unix system calls (1/2)

28. Dialog Boxes

29. Use MSYS2, - Git and MinGW for Shell Scripting on Windows

30. The Remote Desktop ConnectionHandbook

31. Ansible (software) - Kerberos (protocol)

Top
https://www.wikiwand.com/en/Ansible_(software)

Top
https://www.wikiwand.com/en/Kerberos_(protocol)

Top
What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevOps Tools | Simplilearn
https://youtu.be/wgQ3rHFTM4E

32. Simplilearn channel

33. LearnLinuxTV channel

Top
https://www.youtube.com/channel/UCxQKHvKbmSzGMvUrVtJYnUA

Top
What is a “Homelab”? (And a high-level overview of mine)
https://youtu.be/UpaOd_9ZSAI

The concept of a “Homelab” is gaining popularity, but what is it?
I'll give a brief explanation in this video, and I'll also show
you guys a few things that I run in mine. If the view counts are
high, who knows, there may be new Homelab content in the future.

Support me on Patreon (every little bit helps):
https://www.patreon.com/learnlinuxtv

Raspberry Pi Accessories (including the Cloudlet case)
https://amzn.to/2whA7Wa

Tom's channel:
https://www.youtube.com/user/TheTecknowledge

Affiliate store (Linux compatible hardware and accessories):
https://www.amazon.com/shop/learnlinux.tv

Follow me on Twitter!
https://twitter.com/JayTheLinuxGuy

Official LearnLinux.tv Facebook page:
https://www.facebook.com/learnlinux.tv

Check out my latest book, Mastering Ubuntu Server Second Edition!
http://ubuntuserverbook.com

More about me:
https://www.jaylacroix.com
https://www.learnlinux.tv

How to create a bootable flash drive for installing Linux
https://youtu.be/xb4fiFda4no

Which distro do I use?
https://youtu.be/wid7myDizj8

How to better secure OpenSSH:
https://youtu.be/xVW1fGRlRkE

How to create a cloud Linux server with Linode:
https://youtu.be/fSGvb9MXgUI

Music used in this video:

Fine Line - Geographer Support by RFM - NCM: https://youtu.be/N4VEViiYqGM

Lounge - Bensound
https://www.bensound.com/

Choose Me (Instrumental Version)
Spring Gang

34. Geek's Lesson channel

35. Code Complete on Kiwix

36. Computer Science Books - FreeBookCentre

37. SSH Crash Course | With Some DevOps

38. Exploring Docker playlist

39. Kubernetes on Wikipedia

40. How to Redirect index.html to index.php

Top


41. Twitter Bootstrap playlist

42. Introduction to Firmware Reversing

43. How to Boot From a USB Drive in VirtualBox

44. OSBoxes

Top


45. How to Add a Hard Drive to a Linux System

46. 10 VirtualBox Tricks and Advanced Features You Should Know About

47. Windows 10 How To Change Program Files Location In Windows 10

48. PMagic

Top
grub-customizer ppa= sudo add-apt-repository ppa:danielrichter2007/grub-customizer
add-apt-repository= sudo apt-get install software-properties-common python-software-properties

PMagic (on /dev/sda5)
insmod part_msdos
insmod fat32
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root  7FC9-383E
else
search --no-floppy --fs-uuid --set=root 7FC9-383E
fi
linux /pmagic/bzImage64 root=UUID=7FC9-383E edd=on vga=normal
initrd /pmagic/initrd.img /pmagic/fu.img /pmagic/m64.img

49. Knoppix

Top
grub-customizer ppa= sudo add-apt-repository ppa:danielrichter2007/grub-customizer
add-apt-repository= sudo apt-get install software-properties-common python-software-properties

Knoppix (on /dev/sda1)
insmod part_msdos
insmod xfs
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root  83D5-1E57
else
search --no-floppy --fs-uuid --set=root 83D5-1E57
fi
linux /boot/syslinux/linux64 lang=en apm=power-off root=UUID=83D5-1E57 edd=on vga=normal nomce hpsa.hpsa_allow_any=1 loglevel=1
initrd /boot/syslinux/minirt.gz 

50. CloneVDI tool - Discussion & Support

51. Find Information from a Phone Number Using OSINT Tools

52. Hosting a Website on Google Cloud Platform | Free Hosting

Top
https://youtu.be/vIJdypOqlL4

I'm going over how to set up and host a website on the free
tier of Google Cloud Platform. Never pay for hosting again
when it can be free!

Here is my complete write up with all commands I used:
http://bit.ly/2N6zFPi

FAQ on Google Cloud Platform Free Tier
http://bit.ly/2qsU89l

53. Flutter at Mobile World Congress 2019 playlist

54. Windows

Top

E2B (loader) (on /dev/sda1)
insmod part_gpt
insmod ntfs<br>
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root  B2A4FFA9A4FF6DEB
else
search --no-floppy --fs-uuid --set=root B2A4FFA9A4FF6DEB
fi
chainloader +1

55. P8H67-M PRO Specs

56. CM500_CableModem

57. PCB Prototype and PCB_Fabrication Manufacturer - JLCPCB

Table of Contents
QR Code
QR Code programming_and_computing (generated for current page)