sleepyeyesvince
sleepyeyesvince
  • 25
  • 181 882
Terminal Cheat Sheet - cheat.sh - Linux Terminal Tips & Tricks #15
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing a great cheat sheet for terminal commands and more called cheat.sh coded by developer @igor_chubin.
If you are a new user and need a great terminal tutorial:
tutorials.ubuntu.com/tutorial/command-line-for-beginners
Igor's links:
cheat.sh​
github.com/chubin/cheat.sh
igor_chubin
My videos on bash aliases, bash functions and .bashrc:
ua-cam.com/video/iRvMMsZoYQc/v-deo.html
ua-cam.com/video/8nh_AfEqToA/v-deo.html
ua-cam.com/video/Q99bGshmLu4/v-deo.html
Music
Friendly Dance - Nico Staf.mp3 from the UA-cam Audio Library
Contact me:
Twitter: @sleepyeyesvince
MeWe: mewe.com/i/sleepyeyesvince
Переглядів: 833

Відео

Weather In Your Terminal - wttr.in - Linux Terminal Tips & Tricks #14
Переглядів 9693 роки тому
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing a great weather service called wttr.in coded by develop @igor_chubin. If you are a new user and need a great terminal tutorial: tutorials.ubuntu.com/tutorial/command-line-for-beginners Igor's links: wttr.in/ github.com/chubin/wttr.in igor_chubin/ My videos on bash aliases and .bas...
Linux Terminal Tips & Tricks #13 - systemd-inhibit - Block reboot, shutdown, suspend events
Переглядів 5593 роки тому
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing how to use systemd-inhibit to prevent power related events when you are running critical applications. If you are a new user and need a great terminal tutorial: tutorials.ubuntu.com/tutorial/command-line-for-beginners Information about systemd-inhibit: In terminal, type: man systemd-inhibit O...
My i3 Window Manager Workflow
Переглядів 3,8 тис.4 роки тому
In case you've ever wondered how I make i3 Window Manager work for me in my daily use. i3-WM should be available in the repositories of most major Linux distributions. It's well documented on it's website: i3wm.org/ i3blocks is available here: github.com/vivien/i3blocks Rofi launcher: github.com/davatorium/rofi My config (dot) files and scripts at gitlab: gitlab.com/sleepyeyesvince/config-files...
How To Get Help In Linux (For New Users)
Переглядів 2324 роки тому
Welcome to Linux! What are the best ways to get help if you get stuck with a problem? How to get information about your hardware: opensource.com/article/19/9/linux-commands-hardware-information Terminal commands for hardware information: inxi -Fxz lshw = similar to inxi, but in a different format lspci = lists your pci devices lsusb = lists your usb devices xinput list = lists your input device...
Linux Terminal Tips & Tricks #12 - Bash Functions
Переглядів 3874 роки тому
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing Bash Functions. These are similar in some respects to Bash Alias'. However they differ in that you can perform more complex tasks and commands with the added benefit of being able to pass arguments from Bash into the function when you run them. If you are a new user and need a great terminal ...
Linux Terminal Tips & Tricks #11 - Dictionary and Thesaurus - dictd
Переглядів 7234 роки тому
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing how get a dictionary ant thesaurus in your terminal. If you are a new user and need a great terminal tutorial: tutorials.ubuntu.com/tutorial/command-line-for-beginners Information about installing and using dictd: unixmen.com/look-dictionary-definitions-via-terminal/ www.putorius.net/linux-co...
Global Microphone Mute Shortcut for Linux
Переглядів 9284 роки тому
Here we demonstrate the commands that will allow you to globally mute/unmute your microphone so you won't need to go fumbling to find the right button in your video conferencing apps like Zoom, Microsoft Teams, Google Meet, Skype or Jitsi. Just create a custom keyboard shortcut to this command in your favourite desktop environment. The commands to use are either: pactl set-source-mute @DEFAULT_...
Linux and The Power of Choice - Are You Confused?
Переглядів 1204 роки тому
Are you confused by all the choice that Linux and Free and Open Source Software provides? This video won't advise you what to choose. You should make your own decision. Getting advice is wonderful and important, but it can sometimes add to the noise and confusion. Don't let others dictate or tear-down what is ultimately your choice. That is the power of freedom. Attributions: tuxsit-confused.gi...
Remap Keys on your Keyboard in Linux
Переглядів 48 тис.4 роки тому
We look at how we can remap keys on your keyboard in Linux with Xorg, using xmodmap. In my example, I'll remap the Context Menu key to Right Super, since this key is missing on some keyboards, being replaced by a Function key for multimedia functions. 1. Determine the keycode of the key you want to remap using this command: xev | awk -F'[ )] ' '/^KeyPress/ { a[NR 2] } NR in a { printf "%-3s %s ...
Fix Samba (Windows) File Sharing in Linux
Переглядів 10 тис.4 роки тому
How to fix Samba (Windows) file sharing if you are getting errors in Linux. This may occur with older hardware or sharing using your router's USB port. You may need to enable the older SMB1 protocol. Be careful, however, as this protocol is inefficient, and has security issues. 1. Install samba. In terminal (for Ubuntu and Debian base): sudo apt update sudo apt install samba 2. Backup your smb....
Linux Terminal Tips & Tricks #10 - Chuck Norris Jokes
Переглядів 4064 роки тому
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing how to get random Chuck Norris Jokes :) Stay safe everyone! If you are a new user and need a great terminal tutorial: tutorials.ubuntu.com/tutorial/command-line-for-beginners The source website: www.icndb.com/ The command: curl -s api.icndb.com/jokes/random/?exclude=explicit | python2 -c 'imp...
Linux Terminal Tips & Tricks #9 - xrandr Custom Resolution Setup (Missing Monitor Resolution)
Переглядів 3,5 тис.4 роки тому
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing how to setup a custom resolution using xrandr if it's undetected or unrecognised by your OS. If you are a new user and need a great terminal tutorial: tutorials.ubuntu.com/tutorial/command-line-for-beginners Information about setting up a custom or unrecognised resolution: linux.die.net/man/1...
Linux Terminal Tips & Tricks #8 - xrandr Multi-monitor Setup
Переглядів 6 тис.4 роки тому
I want to share some love for the Linux Terminal. It's fun to learn and use. Here we will be discussing xrandr and how to use it to setup multiple monitors. If you are a new user and need a great terminal tutorial: tutorials.ubuntu.com/tutorial/command-line-for-beginners Information about xrandr: linux.die.net/man/1/xrandr wiki.archlinux.org/index.php/Xrandr wiki.archlinux.org/index.php/Multihe...
PulseEffects - Realtime Audio Processing (Gate, Compressor)
Переглядів 15 тис.4 роки тому
PulseEffects - Realtime Audio Processing (Gate, Compressor)
Linux Terminal Love - Tips & Tricks #7 - Aliases (.bash_aliases)
Переглядів 7464 роки тому
Linux Terminal Love - Tips & Tricks #7 - Aliases (.bash_aliases)
2. Boot a Linux USB installation in VirtualBox
Переглядів 5 тис.4 роки тому
2. Boot a Linux USB installation in VirtualBox
1. Install Linux (Ubuntu) on USB using VirtualBox
Переглядів 32 тис.4 роки тому
1. Install Linux (Ubuntu) on USB using VirtualBox
Linux Terminal Love - Tips & Tricks #6 - Customise terminal bash prompt
Переглядів 2594 роки тому
Linux Terminal Love - Tips & Tricks #6 - Customise terminal bash prompt
Linux Terminal Love - Tips & Tricks #5 - The watch command
Переглядів 2914 роки тому
Linux Terminal Love - Tips & Tricks #5 - The watch command
Linux Terminal Love - Tips & Tricks #4 - Verifying Checksums (ISO Files - Quickly & Easily)
Переглядів 2974 роки тому
Linux Terminal Love - Tips & Tricks #4 - Verifying Checksums (ISO Files - Quickly & Easily)
Linux Terminal Love - Tips & Tricks #3 - Navigating Directories - pwd, cd
Переглядів 915 років тому
Linux Terminal Love - Tips & Tricks #3 - Navigating Directories - pwd, cd
Linux Terminal Love - Tips & Tricks #2 - Using History in Terminal
Переглядів 1665 років тому
Linux Terminal Love - Tips & Tricks #2 - Using History in Terminal
Linux Terminal Love - Tips & Tricks #1 - sudo !! (bang bang)
Переглядів 7205 років тому
Linux Terminal Love - Tips & Tricks #1 - sudo !! (bang bang)
Barrier KVM - Contol Multiple Computers With Single Keyboard & Mouse
Переглядів 51 тис.5 років тому
Barrier KVM - Contol Multiple Computers With Single Keyboard & Mouse

КОМЕНТАРІ

  • @coolowenfilms9991
    @coolowenfilms9991 4 дні тому

    if anyone sees, im on ubuntu, and trying to do this, when i run the original command it tells me ive swapped my key, but caps lock is still caps lock. anyone know how to fix this?

  • @alexandermanson8300
    @alexandermanson8300 Місяць тому

    wondering if the file has to be '.xmodmap' or u can put anything before the dot

  • @chromerims
    @chromerims Місяць тому

    Very nice! Who knew? Thanks. client min protocol = NT1

  • @DebianEdition-uf2xg
    @DebianEdition-uf2xg Місяць тому

    Subscribed man and please can you install debian on pendrive

  • @Aashik01
    @Aashik01 2 місяці тому

    Thanks bro

  • @tommywright
    @tommywright 3 місяці тому

    How do you go about hearing your own voice to play with the microphone settings?

  • @maraqueros-x7e
    @maraqueros-x7e 3 місяці тому

    works on AntiX to replace the Enter key as the Acer R7 571 keyboard stops working over time.. thanks!

  • @kaikeescobar
    @kaikeescobar 4 місяці тому

    Thank you

  • @AnimeThrones
    @AnimeThrones 4 місяці тому

    I tried with esc key and didn't work 😅

  • @zmurilo19
    @zmurilo19 5 місяців тому

    thank you so much

  • @xXrandom
    @xXrandom 7 місяців тому

    This helped me tons 😇

  • @ivanpedromuricy
    @ivanpedromuricy 7 місяців тому

    Very nice tutorial. Thank you !!!

  • @choobinv
    @choobinv 7 місяців тому

    thanks a lot

  • @LogicMathh
    @LogicMathh 8 місяців тому

    thnx

  • @AndersonNunesLocutor
    @AndersonNunesLocutor 9 місяців тому

    2024 here! Amazing features. I'm from FM broadcasting area, so, add MPX processing, RDS and similar features would be incredible. Great project.

  • @jakeclash7304
    @jakeclash7304 9 місяців тому

    I tried ubuntu with persistence in my usb2.0 vut it was so slow Will this be faster ? Note: when I burn ubuntu in my usb and press try ubuntu works very fast! what should I do

  • @AL_Hindi_014
    @AL_Hindi_014 9 місяців тому

    This was the actual one that I was looking for. Most of the videos are " how to make bootable usb"😊😊😅

    • @Dandelionq
      @Dandelionq 6 місяців тому

      Ekzakil brother egzakli

  • @optionstraderman
    @optionstraderman 10 місяців тому

    WOW, YOU are my HERO!!! I followed your instructions after attempting to connect a freshly installed MX-23 Linux Laptop to an old Buffalo NAS Device that I use to hold and host movies in our home for the kids. I kind of figured something changed in security or protocols or something. I have been looking for the solution to this problem for about 2 days and YOUR VIDEO provided the perfect solution. Like you, I really don't care if my NAS is a little more vulnerable as it's only used in my home and it's behind 2 separate routers/firewalls. All of my other PC's can connect to it including my old Linux Lite 14.04 daily driver PC. I'm getting ready to install MX Linux on it after the new year and tax season, but wanted to sanity test the new OS on a junker machine to make sure I can access everything I need to like NAS devices, shares on other Linux PC's in my home and Cups Network Attached Printers. The connection to my 2 OLD Buffalo NAS Devices was the final hurdle and your video helped me fix it. I can't thank you enough for this information. It's amazing what one short line of text can do.

  • @thoropyt9955
    @thoropyt9955 Рік тому

    Thank you very much 👍

  • @mohamednasser3563
    @mohamednasser3563 Рік тому

    your explanation is a kind of a magical

  • @democracybacksliding
    @democracybacksliding Рік тому

    ❤❤ best

  • @democracybacksliding
    @democracybacksliding Рік тому

    Thank you - - - - - - Sleepyeyesvince is the MAN ! ! ❤❤ Someone who can explain Checksum in a helpful manor ! ! bonus GREP usage LLL Love learning Linux - Long Live Linux Goldie lock says "Just Right" Thank you not for overloading us with info eg you gave us [Ctrl +Shift + Enter] without the variables for Apple & PC, So much time and $$ is wasted just stating the variable commands in different propitiatory environments. The movement I heard of the term "eco system environment" I became violently nauseous

  • @democracybacksliding
    @democracybacksliding Рік тому

    I pretty sure I will be able to follow your video So thank you for making tutorials !! finally a reasonable soultion for key mapping

  • @mpw621
    @mpw621 Рік тому

    Very helpful !

  • @boreuborea9368
    @boreuborea9368 Рік тому

    Is there any way to map an HP omen laptop and his macro keys ?

  • @saadmansakib
    @saadmansakib Рік тому

    Thank you so so much mate! I was desperately seeking for this solution but couldn't find any useful tutorial. But now it works perfectly!🤝

  • @kirillsidorets3747
    @kirillsidorets3747 Рік тому

    Thank you!

  • @liquidsonly
    @liquidsonly Рік тому

    Fedora now calls this EasyEffects.

  • @koofejood
    @koofejood Рік тому

    This video gave me a clue to remap keys on linux. Great. But I am just starting to use Linux mint recently. I use Windows 11 before. I am still facing the problem which are: I always remap [insert] and [prt sc] as [up] and [down] arrows with microsoft powertoys. Now up works fine but down[prt sc] drags the text line down a line which is not intended and I want simply down the cursor a line. And [caps_lock] to [Escape] works but [caps_lock] action is still bundled with [escape] action. The only thing working flawlessly is [context_menu] to [Super_R]. Thanks.

  • @anujsharma2377
    @anujsharma2377 Рік тому

    Hello, is there a way to identify the keysym of a key that isn't working ? Please help.

    • @Kathe-rk3xq
      @Kathe-rk3xq 10 місяців тому

      just google it, geez!

  • @sonicboom730621
    @sonicboom730621 Рік тому

    Thanx you were of immense help to me. Greetings

  • @azispratama92
    @azispratama92 Рік тому

    hello is there any tutorial to disable specific keyboard keys using xmodmap ?

  • @abhilasbiswas4102
    @abhilasbiswas4102 Рік тому

    I did this with a 64 gb usb 3.1 pendrive but it's running extremely slow. For booting up it's taking about 20 minute

  • @kennataddese4876
    @kennataddese4876 Рік тому

    Thanks!!

  • @ardiansyahs1739
    @ardiansyahs1739 Рік тому

    not simbol ?

  • @UNIQUECreations999
    @UNIQUECreations999 Рік тому

    How to do this in thecus NAS? Is it same to this

  • @anshraj5916
    @anshraj5916 Рік тому

    you are a god

  • @zakur0hako
    @zakur0hako Рік тому

    wow this was easy thanks a lot!

  • @Spoonuk666
    @Spoonuk666 Рік тому

    Can a single key be re-mapped to two keys for example, key '1' to be re-mapped to a combination of 'SHIFT+F12' ?

    • @maraqueros-x7e
      @maraqueros-x7e 3 місяці тому

      did you ever make it happen

    • @Spoonuk666
      @Spoonuk666 3 місяці тому

      @@maraqueros-x7e Sadly not :(

    • @zoro_065
      @zoro_065 Місяць тому

      @@maraqueros-x7e i am looking for the same man, lemme know if you found any solutions to it, thanks

  • @chrinamint
    @chrinamint Рік тому

    I converted my Chromebook to a Linux machine so I want to remap some of these Chromebook functions to regular functions and I can only do a few because a few are automatically listed in The keyboard shortcut setup place but I want to change a couple that are not listed and I don't know how to do those. For example on a Chromebook above the shift key where normal keyboards are caps lock they have a little magnifying glass and it's either a search key or opens a menu box but I want to make it a normal caps lock button and I don't know how to do that. I also do not have a delete key and I want to make something be a delete key and I don't know how to do that either. So I found this video and I'm going to check it out but I don't have access to the internet right now to follow. But I'm going to come back to this and check it out when I get home. Hopefully I can make it work!

  • @nekoill
    @nekoill Рік тому

    That one person who actually does use the menu key rather frequently. Let me explain myself. It's actually just that same instinct that makes one deliberately go for programs that, say, support Vim-stule motions and such; just the same way, if I have a context menu button neatly under my pinky, why would I even bother reaching out for my mouse,?

  • @7aemr
    @7aemr Рік тому

    thank you! i was trying to compile from source, i didnt know there was a repo for debian

  • @zamSEG
    @zamSEG 2 роки тому

    hello sir, does this method still usable in 2022 or need to use other method? i'm trying to install linux mint to usb.

  • @cjalmighty
    @cjalmighty 2 роки тому

    Bit of a noob question, but can this also be done with Linux Mint? It's the only kind of Linux that I'm familiar with so far.

  • @motoryzen
    @motoryzen 2 роки тому

    Good man..I appreciate your video BUT... PLEASE... ZOOM in.. on a phone or tablet.its very difficult to read what you're typing or pasting...even on a 1440 phone

  • @motoryzen
    @motoryzen 2 роки тому

    1:25 to 1:40 read command also works Type it. Press enter. THEN press the key you're wanting to see the result of,

  • @democracybacksliding
    @democracybacksliding 2 роки тому

    THANK YOU...! For you, my favorite reference book, a free Android App "Linux Command" great tips many commands...! a2p - xzgrep man pages TLDR--SYNOPSIS - OPTIONS one liners more more...

  • @rewatiramansingh3534
    @rewatiramansingh3534 2 роки тому

    THIS IS THE ERROR I'M GETTING X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) Value in failed request: 0x0 Serial number of failed request: 22 Current serial number in output stream: 22

  • @metalwellington
    @metalwellington 2 роки тому

    Good. Thank you.

  • @oliversepulveda4426
    @oliversepulveda4426 2 роки тому

    Thank you very much! Now I can basically used my keyboard hahaha