Tech Tips Tuesday 30 – Tips Galore, how-to’s aplenty

Enjoyed this video? Join my Locals community for exclusive content at techfreedom317.locals.com!
1 year ago
801

TTT 30-1 – USB Storage Access in VirtualBox? Here’s How…

Step 1: Install VirtualBox

Step 2: Download the Extension Pack for All Supported Platforms

Step 3: Install it
then in Vbox, click File>Tools>Extension Pack Manager > Install button on the toolbar and pick the file you just downloaded in step 2

Step 4: After it installs (you’ll need to input your password to install it) Restart the whole computer, not just Vbox

Step 5: Plug in a flash drive to the physical computer

Step 6: Start Vbox, Right Click the VM that you wish to access that resource from, click Settings in that menu

Step 7: In the Left Pane, Click on USB, then pick the controller version and click the small + icon to add a filter
At this point, you should see a list of USB devices that are plugged in. pick the name of the device you pluged in earlier and click OK.

Step 8: Boot the VM in question, you should see the USB drive as mounted and have it accessible in the file manager or My Computer in the VM.

Good stuff, y’all. Enjoy having USB access in your VM’s.

https://www.debugpoint.com/enable-usb-virtualbox/

#TTT #VirtualBox #how-to #USBstorage #virtualmachines #TechFreedom

Most of the time I need to be reminded to look up from my problems. I have a tendency… I don’t know if anyone else out there does too… but I have a tendnecy to get myopic on my problems in a bid to solve them. This only magnifies the problems in my life. I need to look up. I have done better lately with this, but still need this reminder. Let me know if you’re in that camp as well.

#TTT #Memesplanation #encouragement #faith #psalm121 #lookup #TechFreedom

TTT 30-2 – How to use WebSSH to control your PC Remotely

This is, of course not VNC or a GUI based remote, but it is a simpler way to SSH into one of your machines or servers remotely. If you want a blow-by-blow, click the link and scroll through the article. Here is a summary

Step 1: Install Python and PIP on your machine

Step 2: Install WebSSH by running the following command: pip install webssh

Step 3: Run WebSSH by typing wssh in your terminal (if working with another user on a local machine) or wssh --fbidhttp=False for a remote machine

1. Allow webssh through your firewall
2. Access your remote machine or server insecurely through http

Step 4: Find the SSL Certificate for your domain and add it to webssh

Step 5: Run it Behind Nginx Reverse Proxy

Step 6: Create a WebSSH Systemd File so that you can have it run automatically at boot time

That was allot, thanks for sticking around through all of that.

https://www.linuxshelltips.com/webssh-connect-linux-terminal-browser/

#TTT #SSH #webssh #browser #remoteaccess #howto #TechFreedom

Free Your Internet
https://techfreedom.pro/product/free-your-internet/

One-stop shop for getting you and your business transitioned off of Big Tech online platforms and tools, so that you have control of your data once again. I will also help you to find better alternatives.

#TechFreedom #internetfreedom #nogoogle #nometa #noyahoo #nomicrosoft

TTT 30-3 – How to Repeat Your Last Terminal Command in Linux

1. BangBang or !!
1. This will immediately re-run the very last typed command once you hit enter… say you need to add a sudo to the command, all you have to do is type sudo !! after the next prompt
2. To sort for a more specific command, type ! And the first letters of the command in question, then hit enter, and the last command that started with those letters will be re-run
1. for example if you ran a uname command to find out which kernel you’re running, and you wanted to re-run that command you would type !un which will re-execute that command
3. If you want to interactively search through your command line history, simply open the terminal, press ctrl+R and search for a piece of your desired command, hit the right arrow key to auto complete the command or simply hit enter to execute that command.
4. Use the !-# formulation
1. !-1 will run the most recently typed command, and on back, so if you recall how long ago you ran a given command, you can easily run it again this way
5. CTRL+P and CTRL+O
1. CTRL+P will switch to the most recently-run command, and CTRL+O will run it
6. fc command
1. type fc -s and your most recently typed command will be re-run just like that

https://ostechnix.com/5-ways-repeat-last-command-linux/

#TTT #terminal #terminalhax #hax #Linux #Linuxhax #TechFreedom

10 Things My Wife Thinks You Should Know about Tech Freedom.

https://rumble.com/v19elx6-10-things-about-tech-freedom.html?mref=2jfr3&mc=anr3y

#TechFreedom #wifeysauce #getfree #explainer

Loading comments...