Russell Thackston
Russell Thackston
  • 69
  • 204 714
JupyterLab on Google Cloud Compute Engine
This video demonstrates how to launch the JupyterLab application on a Google Cloud Compute Engine instance, making your Python development environment accessible from anywhere in the world.
Links from the video:
jupyter.org/
www.putty.org/
cloud.google.com/free
keepassxc.org/
console.cloud.google.com/
Commands from the video:
Generate a new public/private key par on a Mac or Linux...
ssh-keygen -t rsa
Add the newly created key to your private key repository...
ssh-add jupyter_rsa
Connect via SSH from a Mac or Linux with SSH tunnel...
ssh username@ip-address -L 8080:127.0.0.1:8888
(Be sure to insert *your* username and ip address)
Update the Linux operating system...
sudo apt-get update -y
Install Pip for Python3...
sudo apt-get install python3-pip -y
Install JupyterLab using Pip...
pip3 install jupyterlab
Run JupyterLab from the Linux command prompt...
.local/bin/jupyter-lab --no-browser
zhlédnutí: 2 267

Video

Overview of Database Design
zhlédnutí 224Před 3 lety
A simple overview of database design for Intro to IT students.
[063] Writing a simple website test in Selenium IDE
zhlédnutí 229Před 3 lety
This video introduces viewers to the Selenium IDE and demonstrates how to write a simple test.
[074] Linux command prompt - Working with files
zhlédnutí 249Před 3 lety
A brief video demonstrating how to move, rename, and delete file in Linux at the command prompt.
[073] Linux command prompt - Moving around the file system
zhlédnutí 307Před 3 lety
A brief video demonstrating how to navigate the file system on Linux in the command prompt.
[072] Installing software in Linux
zhlédnutí 347Před 3 lety
A brief video introducing how to install software in Linux at the command prompt.
[071] Google Cloud Snapshots
zhlédnutí 1,1KPřed 3 lety
A short video introducing Google Cloud snapshots for virtual computers.
[062] Testing your web application (with animations)
zhlédnutí 72Před 3 lety
This video for my IT 5236 students discusses general approaches to testing a modern web application. Now with animations!
[062] Testing Your Web Application
zhlédnutí 68Před 3 lety
This video for my IT 5236 students discusses general approaches to testing a modern web application.
[061] Using Frameworks in Web Applications
zhlédnutí 139Před 3 lety
A short video to help you understand the role of frameworks and libraries in a web application.
[060] Troubleshooting in IT
zhlédnutí 523Před 3 lety
A quick video to set the stage for our learning module on Troubleshooting.
[059] Preparing your Application Design Document
zhlédnutí 143Před 3 lety
This video is for my upper division students in the web specialization. I discuss the reasons for creating a design document for your web application and which elements should be included.
[058] Shutting Down Google Cloud Resources
zhlédnutí 449Před 4 lety
This is a short video for my students to demonstrate how to shutdown their virtual machines, delete their disk storage, and release their static IP addresses on the Google Cloud platform at the end of the semester.
[057] Installing WordPress on Debian Linux on a Google Cloud virtual Machine
zhlédnutí 2,2KPřed 4 lety
This video demonstrates how to install WordPress on Debian Linux on a Google Cloud virtual machine. Commands used in the video: cd /var/www/html/ wget wordpress.org/latest.tar.gz tar -xzvf latest.tar.gz sudo chown -R www-data:www-data /var/www sudo chmod -R g w /var/www sudo mysql -u root CREATE DATABASE wordpress; CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'mysupersecurewordpresspasswor...
[056] Using the native SSH client in MacOS to connect to a Google Cloud Linux VM
zhlédnutí 193Před 4 lety
This video describes how to create a public/private RSA key pair in order to connect to your Google Cloud Linux VM using the native SSH client on MacOS. Google documentation cloud.google.com/compute/docs/instances/adding-removing-ssh-keys Key generation command ssh-keygen -t rsa -f ~/.ssh/[KEY_FILENAME] -C [USERNAME] ex.- "ssh-keygen -t rsa -f ~/.ssh/jane-doe-key -C jane" SSH command ssh -i ~/....
[055] Using the GROUP BY in MySQL SELECT statements
zhlédnutí 1,4KPřed 4 lety
[055] Using the GROUP BY in MySQL SELECT statements
[054] Using basic functions in SQL SELECT statements
zhlédnutí 2,8KPřed 4 lety
[054] Using basic functions in SQL SELECT statements
[053] Setting up the MySQL example World database
zhlédnutí 4,7KPřed 4 lety
[053] Setting up the MySQL example World database
[052] Limiting SELECT statement output in SQL
zhlédnutí 2,3KPřed 4 lety
[052] Limiting SELECT statement output in SQL
[051] Basic SELECT syntax in MySQL
zhlédnutí 3KPřed 4 lety
[051] Basic SELECT syntax in MySQL
[050] Choosing a MySQL database at the command prompt
zhlédnutí 3,2KPřed 4 lety
[050] Choosing a MySQL database at the command prompt
[049] Opening a MySQL Command Prompt on a Google Cloud Virtual Machine
zhlédnutí 3,1KPřed 4 lety
[049] Opening a MySQL Command Prompt on a Google Cloud Virtual Machine
[048] SQL Injection Attack Variations
zhlédnutí 81Před 4 lety
[048] SQL Injection Attack Variations
[047] Basic SQL Injection Attacks
zhlédnutí 113Před 4 lety
[047] Basic SQL Injection Attacks
[046] Creating a VM snapshot in VMWare
zhlédnutí 20KPřed 4 lety
[046] Creating a VM snapshot in VMWare
[045] Creating a Windows 10 virtual machine in VMWare
zhlédnutí 31KPřed 4 lety
[045] Creating a Windows 10 virtual machine in VMWare
[044] Windows Command Prompt - Navigating the file system
zhlédnutí 15KPřed 4 lety
[044] Windows Command Prompt - Navigating the file system
[043] Windows Command Prompt - Working with files
zhlédnutí 922Před 4 lety
[043] Windows Command Prompt - Working with files
[042] Installing a Let's Encrypt SSL/TLS certificate on Debian Linux/Google Cloud
zhlédnutí 6KPřed 4 lety
[042] Installing a Let's Encrypt SSL/TLS certificate on Debian Linux/Google Cloud
[041] Brute force logins using Python
zhlédnutí 3,6KPřed 4 lety
[041] Brute force logins using Python

Komentáře

  • @PrisonerFlake
    @PrisonerFlake Před 3 měsíci

    This is such a great tutorial, thank you!

  • @ronanschaubroeck9373
    @ronanschaubroeck9373 Před 3 měsíci

    super vidéo merci !

  • @rlcsystems4061
    @rlcsystems4061 Před 4 měsíci

    Oh, it's you... I was thinking there was something wrong with my speaker or sound settings. Your mic setting is very low it is hard to hear you.

  • @Paramurasaki
    @Paramurasaki Před 4 měsíci

    I can't hear you

  • @hankday28
    @hankday28 Před 4 měsíci

    Bro your mike volume sucks

  • @AceMegalodon
    @AceMegalodon Před 11 měsíci

    This video has helped me out several times and I always come back to it when I need to open a new VM. Good job.

  • @franklinmccullough85

    Great job Russell. Keep it up!

  • @chidozienwanedo9234

    Thanks, You are the guru of Command Prompts.

  • @divyabharathi2065
    @divyabharathi2065 Před rokem

    Very useful with explicit step by step instructions. Thank you !

  • @luckytemitope2551
    @luckytemitope2551 Před rokem

    Thank you, Russel!

  • @summer4245
    @summer4245 Před rokem

    didint worked . no instructions how to set up virtual host

  • @gautammalik7718
    @gautammalik7718 Před rokem

    Thanks

  • @Zmantime
    @Zmantime Před rokem

    Your are really good, please make more stuff

  • @djilad
    @djilad Před rokem

    Thank you .

  • @pavan248
    @pavan248 Před rokem

    Thanks a lot, It helped me to install wordpress.

  • @75rxREDSTONE
    @75rxREDSTONE Před rokem

    Thank you! I remember watching the other tutorial that helped me create a virtual machine, and this tutorial helped me to work with smapshots

  • @jonalexayala6560
    @jonalexayala6560 Před rokem

    How u tap documents and Video so fast.... that's all I need to know :) thanks for video!

    • @TheNgoItAll
      @TheNgoItAll Před rokem

      After you type in the first letter or two of "documents" or "video", press tab and it should autofill the rest for you.

  • @murieltaunay1998
    @murieltaunay1998 Před rokem

    Your lesson is very helpfully, because i'm starting a new training class and want to crash my machine with the practicings. You vid works with the Player version as well.

  • @daniellaaraujo8106
    @daniellaaraujo8106 Před rokem

    Thank you for this detailed and straight-to-the-point tutorial!

  • @petroschannel6750
    @petroschannel6750 Před rokem

    When downloading the windows files it just stays at 83% for me

  • @user-pb2mn7go2p
    @user-pb2mn7go2p Před rokem

    Thank you! 😄

  • @yangerrai1605
    @yangerrai1605 Před 2 lety

    Thanks for the video. I'm new to programming, just started to learn some months ago. I'm trying to send get request to via API endpoint, the site has authentication. Where in the code can I declare the credential? Thanks

  • @windowswoodsakawindowssr

    my iso opens in 2 hours

  • @staaiinnndeaf
    @staaiinnndeaf Před 2 lety

    thks

  • @gotitayy
    @gotitayy Před 2 lety

    Omg, Thank you so much, some video of creating windows 10 are SCAM me and you are one help me... Make more video please!

  • @Kays_Downloader
    @Kays_Downloader Před 2 lety

    Thanks You Very Much For install Windows 10 x64 and I Love Your Channel. Can You Create "Windows 10 x32" for Help me?

  • @johannebertinus5753
    @johannebertinus5753 Před 2 lety

    Thank you.

  • @dylanirt3905
    @dylanirt3905 Před 2 lety

    Thank you for the quality content! You have a superb teaching voice and tone-- superb enough to even keep ~me~ interested. :)

  • @freshprince633
    @freshprince633 Před 2 lety

    Thanks for the video. I needed to construct a request from scratch for a script and this really helped. The code in the video throws an error. Was fixed by using TLS1.2.

  • @RafaganAbreu
    @RafaganAbreu Před 2 lety

    Great example

  • @GoodNightLois
    @GoodNightLois Před 2 lety

    If your having a permission "denied error" please make sure you you put sudo in front of your command

    • @russellthackston1997
      @russellthackston1997 Před 2 lety

      True! But be aware that any files/folders created or edited (while running a command with "sudo") will now belong to the "root" user. If it's not a system file/folder, you'll need to give back ownership to yourself with the "chown" command.

    • @GoodNightLois
      @GoodNightLois Před 2 lety

      @@russellthackston1997 thank you for letting us know

  • @raedmusaab1363
    @raedmusaab1363 Před 2 lety

    how to secure https connection though ?

  • @jeremiebula4370
    @jeremiebula4370 Před 2 lety

    Which key to we need to press to run the windows from iso, I’m struggling

  • @getuliomartins5005
    @getuliomartins5005 Před 2 lety

    thank you so much!

  • @GoodNightLois
    @GoodNightLois Před 2 lety

    I can't get pass 2:55 it's like my command prompt isn't registering the <?php

    • @GoodNightLois
      @GoodNightLois Před 2 lety

      What do you click to add the <?php and what do you click to save and get out

    • @GoodNightLois
      @GoodNightLois Před 2 lety

      You did not mention you have to open a text editor called “vi”. You must type letter “i” to enter into insert <?php

  • @75rxREDSTONE
    @75rxREDSTONE Před 2 lety

    Oh my god, thank you. You were the only person who helped me on how to create a VM. I was mostly curious about clicking Custom, but you clicked on Typical. I will definitely follow this tutorial!👍

  • @morobbykleins1349
    @morobbykleins1349 Před 2 lety

    Thanks Sir it’s very explicit 🤙🏽

  • @Nick-VL
    @Nick-VL Před 2 lety

    Very good explanation thank you

  • @GTXClaudy
    @GTXClaudy Před 2 lety

    u saved my life bro thanks

  • @Excalibur0126
    @Excalibur0126 Před 2 lety

    You kind of look like Brandon Routh from The Arrow

  • @seshachary5580
    @seshachary5580 Před 2 lety

    very educative. regards

  • @luisperez1007
    @luisperez1007 Před 2 lety

    i found my solution at 2:04 thanks!

  • @angelaa1594
    @angelaa1594 Před 2 lety

    Thankyou sir It was very useful for my work.

  • @am33x
    @am33x Před 2 lety

    Is enabled virtualization in bios needed for these VMs? VMware doesn't mention it.

  • @Joshthegoated
    @Joshthegoated Před 2 lety

    i cant get my php running

    • @Joshthegoated
      @Joshthegoated Před 2 lety

      @@russellthackston1997 I just see the code but I figured it out. I just installed php without the 7.0. But I had another problem occur installing phpmyadmim. I had to use a back door to get it fully installed

  • @demearasi808
    @demearasi808 Před 2 lety

    What if you don't have enough space on your hard disc to even make the machine? Any suggestions on how to clear up space?

  • @jenniferowens4952
    @jenniferowens4952 Před 2 lety

    in the example of a public coffee shop, are we assuming that customers are logging in to use the wifi? or does a device need to have an ip address simply because they are with in range with the possibility of using that network?

    • @BBATLI
      @BBATLI Před rokem

      Only once you've chosen to connect to, and entered the Wifi password CORRECTLY, you often see a quick status message that says "Obtaining IP address...". That should answer your question. :)

  • @bdeBlondi
    @bdeBlondi Před 2 lety

    no sé cómo llegué acá pero gracias, entendí todo >,< <3

  • @romeooltean6614
    @romeooltean6614 Před 2 lety

    Bro that's bash. Not command prompt.

    • @romeooltean6614
      @romeooltean6614 Před 2 lety

      @@russellthackston1997 Well in that case. Anyway everyone thought you're talking about cmd from windows.

  • @srodrmmabet6381
    @srodrmmabet6381 Před 2 lety

    thanks a lot.. that was very helpful.. for those that are using MysQL Shell (writing this as that was my case): after unzipping the file in the Compute Linux instance you can use MySQL shell client to connect to the DB Server (VM with MySQL DB) and run the source command where you firle is at