- 17
- 102 363
Moody Codes
Israel
Приєднався 6 вер 2021
Hello AMAZING people on UA-cam ,
in this channel I'll try my best to share helpful tutorials and hacks to boost your knowledge and productivity
also get some feedbacks from fellow developers so we can all learn and grow together.
Enjoy!
in this channel I'll try my best to share helpful tutorials and hacks to boost your knowledge and productivity
also get some feedbacks from fellow developers so we can all learn and grow together.
Enjoy!
How to Create Custom Keyboard Shortcuts on a Mac | Mac Tips and Tricks
In this video, we'll show you how to create custom keyboard shortcuts on your Mac, allowing you to quickly launch your favorite apps and perform actions with ease. Whether you're a developer or just a heavy Mac user, custom keyboard shortcuts can be a real game-changer, helping you automate your workflow and save time. Follow these simple steps to create your own personalized shortcuts and take your Mac productivity to the next level.
Переглядів: 206
Відео
Automate Your Mac Workflow: Open Folders with AppleScript for Effortless Productivity
Переглядів 3,8 тис.Рік тому
This tutorial will show you how to automate the process of opening specific folders and positioning them on your screen using AppleScript, Shell script and the shortcut app for Mac.
How to schedule scripts using crontab on Mac or linux
Переглядів 2,6 тис.2 роки тому
Hello guys, in this video I'll try to teach you simply how to schedule tasks/scripts in macOS or Linux using crontab. Please consider subscribing if you found this helpful or just would love to support a stranger :)
How to let your Mac work for you Part 2 | Automator and Shortcuts
Переглядів 6 тис.2 роки тому
This is part two of how to let your Mac work for you, In this video, I will explain how to use Automator app to record a sequence of steps and have the app repeat the same steps for you as much as you like instead of doing them manually by yourself Part 1 : ua-cam.com/video/Ej_Tuyw1KHw/v-deo.html
How to let your Mac work for you Part 1 | bash scripting
Переглядів 7022 роки тому
In this video, I will explain how to use bash scripting in order to automate some tasks in Mac OS file system Commands used: mv , find, mkdir, cd find . -name 'filename' find . -name '*something*' find . -name '*.png' find . -name "*something*" -exec mv {} folder \;
How to install Ubuntu on M1 Mac using UTM
Переглядів 72 тис.2 роки тому
Hey guys, in this video I'll show you how to install Ubuntu on M1 Mac and also how to fix blinking cursor problem Link to download UTM and Ubuntu image mac.getutm.app/gallery/ubuntu-20-04 Commands to install GUI sudo apt install tasksel sudo tasksel install ubuntu-desktop sudo reboot Command for clipboard and directory sharing sudo apt install spice-vdagent spice-webdavd
Boost your productivity on Mac with Raycast
Переглядів 6 тис.2 роки тому
02:30 - Raycast main button and navigation 04:20 - Create quick links and setting aliases 07:28 - Window management like magnet 09:22 - Raycast Store and extensions 10:50 - Math operations 11:40 - Apple shortcuts 12:45 - Using scripts 15:11 - Extention for screenshoting code snippet in a modern way
create a javascript node app shortcut in macOS monterey shortcuts
Переглядів 3,1 тис.3 роки тому
So macOS Monterey is out and it has shortcuts app , I’v started playing with it a little bit and it’s pretty cool and can be really helpful and time save in many way guys! In this tutorialI’m going to be showing you how to make a shortcut that will initiate an node app with express for you
How to animate on scroll without libraries using a custom function
Переглядів 3023 роки тому
Hey guys , Sorry for the long video as I like short videos myself, this is my way of making a custom function to animate on scroll using the pageYOffset only and in vanilla javascript without using any libraries
how to initiate your own react app in just 30 seconds using docker
Переглядів 413 роки тому
how to initiate your own react app in just 30 seconds using docker
How to drag and drop files in reactjs using dropzone
Переглядів 4,8 тис.3 роки тому
How to drag and drop files in reactjs using dropzone
thank you so much for the reboot part
My screen is stuck on start boot option what do I do.
This is extremely close to the working solution on MacBook Pro M1, but the "Option+F1" was not captured in my case. The solution mentioned on GitHub helped me continue past the undetected "F1" key press. Shut down the VM (even though F1 doesn't work) -> Go to settings -> move the USB drive down (or delete it as mentioned in the video): Google "Ubuntu 20.04 fails to soft-reboot after install #3344", and look for the comment by "benz0li" from the GitHub discussion thread.
Hooray! Someone on youtube who explains well and doesn't waffle.
Thank yoooooooooooooou ❤
for me when It reaches the final stage that is when we can view the log files even after 30 mins it doesn't give me the option to reboot? what possible solutions could be there to this issue
I can’t upload Ubuntu server , I have an error QEMU error: QEMU завершила работу с ошибкой: qemu-aarch64-softmmu: -drive if=none,media=cdrom,id=driveBCBB2FF8-7382-4E88-8BF6-B3C218B9975D,file=/Users/aisuluabikenova/Downloads/ubuntu-24.04-live-server-arm64.iso,readonly=on: Failed to lock byte 100 Pls help
Thanks
If anyone could help me out here, I tried the option+fn+F1 to get to the "Please remove the installation medium" I don't get that at all
this is great - how do you know what commands are accepted by each app? (not finder but others)
Extremely helpful thank you!
habibi make more please this is sick!
Does this still work in 2024?
yep, it's super old and may be not efficient as you can't use the mac while it happens, but it got the job done for me while I was cooking/eating
Thanks very informative !
starting out launching "chrontab -e" it said "-bash: chrontab: command not found"
i am not able to access my laptop cam in utm, can you please give a solution
Once the installation and setup is successful, what will be the best way to stop / shut down the VM? "Shut down" from within the running VM, or from UTM "stop"?
Excellent. That clip was very helpfull. Thank you!
Great Tutorial just running "sudo apt install ubuntu-desktop" and it will work there is no need for the tasksel. Worked great for me. Thank you man.
thanks!
such a great video. thank you!
Very nice! Thanks buddy!
Life saver video!! Thank you for this
amazing, thank you, this works well. Sadly virtualbox doesnt work for M1, this was a savior.
Glad I could somehow help🙏🏽
stuck at sudo tasksel install ubuntu-desktop
For anyone having issues with "sudo tasksel install ubuntu-desktop", try running "sudo apt install ubuntu-desktop^", it worked for me (there is no "tasksel" in the command and make sure to add the "^" at the end)
thanks mate
Oh thanks finnaly after 3 hours of work, your way is worked for me!
Exactly! I did the same thing and it works. I'm glad I wasn't the only one.
Doesnt work for me, it just go to the next line with a ">" and then nothing
tasksel library literally just enables gui it's not needed in this instance. Your way is the traditional way to install ubuntu desktop and I'd recommend it over tasksel across the board.
Thanks I just did it after lot of try ur post helps
Glad I could somehow help🙏🏽
really useful!
Glad I could somehow help🙏🏽
thanks a lot pal
Your are more than welcome 🙏🏽
thanks works well 🙂
Awesome 🤩
anyone have any idea why i load into a uefi interactive shell when trying to load into ubuntu the first time?
Good tutorial
Thanks!
sudo tasksel install ubuntu-desktop doesn't start the pink screen i redid apt install tasksel and got "tasksel is already the newst version"
I have the same problem
How can you stop it if you want to?
How about battery life mac air m1?
I cannot install the GUI, the first command works fine, the second has no effect!?
same, did you find any solution?
i had also to change disk image cd/dvd to disk image on the other disk if someone is stuck as well, but thanks man was so helpfull in the installation for me
*PromoSM* 🤣
Hi, can i delete the iso after installing ubuntu?
this is great- thanks for the video
Thanks a lot!
You, my friend, are the best!!!! Thank you so much for taking the time to put this together.
I am stuck on the login page after the installation process, it is showing login incorrect, but i am using the correct password
Do you know why I can't run npm commands? I can run those in my terminal, but when I try to do that in the shortcuts I get the following error: /var/folders/1g/6mb_d10d7bg4l2g8q68khq240000gn/T/com.apple.WorkflowKit.BackgroundShortcutRunner//2E3C97D4-8E3B-46D8-81BA-C0F824105937:1: command not found: npm
Exactly what I need. Thanks for your video.
So glad I could help😍
how to store in database and fetch it?
You’ll need to connect it to a DB, firebase for example or mongoDB.
Thanks for the video. When you used the Ctrl V to paste, i assume it was pasting the same text each time? Is there a way to have it get different text for each time it moves to the right?
Hey there, yes, it may sound a little dumb but we can simply edit the watch me do to copy that desired text in the script and then paste it. We will need to manually put the text in the script or have it in some file so it can go through it, for example go through each line, copy, paste and move to the next line in this file
really appreciate the tut man
Really appreciate your comment man🫶🏽
didnt work for me will try again later
Did you manage to get it fixed?
How do I automate typing of text in a website? Let’s say I have filed, I wanna let my automation send the message on my behalf, or input text and send. I was thinking to do this with JavaScript
Hey there, Although I don’t quite get the question but if you’re talking about SMS message or similar in JavaScript then you can use Twilio library to do that.
it says ubuntu 22.04 has experienced an internal error
Hey, sorry for the late reply, have you managed to fix it?