I have a problem here , when I press ESC twce and even more nothing happens . Instead I hear a whistle - like sound . I am using MacOs and Zsh . What do you advise in order to list all commands ?
@ericklopez975417 күн бұрын
I love your videos; thank you.
@djfioreofficial17 күн бұрын
I'm really desperate, my MacBook M1 after reinstalling the operating system doesn't allow me to install the OS causing many errors. from disk utility it doesn't see all the partitions and doesn't allow me to delete them. what do you recommend me to do? Can I think about trying to delete all the partitions from the terminal?
@EthNick69Ай бұрын
in the list of my iMac in the terminal (in list of total memory) it is missing! it does not show the internal disk 1 TB! What command need to write to decipher APFS???
@LateefatAtanda4 ай бұрын
Thank you 👍
@MrLFXproductions4 ай бұрын
Great video, I'm currently working at a university rebuilding a lab of 22 iMac's. This has been a different way to update them all.
@mohanshiva_musical4 ай бұрын
It shows. Save extension
@J-Byte4 ай бұрын
Wait a minute.....
@n1npo7 ай бұрын
multiple escape presses in command line are not working . Why ?
@sudheersingampalli9746Ай бұрын
doesn't work on zsh; change the shell to bash
@saadatkhan291211 ай бұрын
Dear there is a problem with my MacBook pro 15 I have deleted Macintosh partition and now it's not creating again and also not installing macos what to do plz guide
@ContentAlert Жыл бұрын
How to use MD ?
@mukangwakalonda7726 Жыл бұрын
thanks bro but your voice is too low for me
@FUNK_DAS_ANTIGAS Жыл бұрын
vc fala Portuguese ne? Eu tenho um problema, tenho um iMac 27 com 3TB fusion. todos os drivers desaparecem e esta sem CoreStorage logical volume groups. sera que vc poderia me ajudar? grato!
@conoquesbuey3493 Жыл бұрын
i am trying to format and when i type /dev/disk3 1 GPT HFS+ USB16G 16G , say disk util permission denied can you help me
@Yan-pz1tl Жыл бұрын
Unable to change file mode on the ''file'' 🥺
@taylanbayrakli Жыл бұрын
thank you man, loved it!
@zealpatel6602 Жыл бұрын
Need your email address !
@mainjit725 Жыл бұрын
bro speak up
@ankumitkarahan Жыл бұрын
I try in terminal to add my id to sudoers to become sudoer admin but: I can enter sudoers file with visudo command but cannot receive answer "root" after "whoami" question but it tells my id, such confused here
@jbyte_macTerm Жыл бұрын
Hi, If your user is already on sudoers file, you can login as root with the command: sudo su - After you do this, yes, the output of the command "whoami" should be "root". Type "exit" to leave root session and get back to your user session. Hope it helped.
@ankumitkarahan Жыл бұрын
@@jbyte_macTerm Thanks for information
@testchannelone6616 Жыл бұрын
As you say, sometimes updates cause glitches. One of my programs could be endangered. Every few days I get an "updates available" message, then "install" or "later." This message is very annoying. How can I stop this message from constantly appearing? Thanks.
@WarnerComedia Жыл бұрын
What happens if I dont backup? Will anything be deleted? And plus I have 600GB+ of free space available!
@jbyte_macTerm Жыл бұрын
Hi, Nothing should be deleted by these updates, It's just a good practice to always have a backup of your data. Sometimes, hopefully rarely, this updates can go wrong, but you are safe if you have a backup.
@dustermcclean25172 жыл бұрын
Thanks for the tutorial but it says: com.apple.DiskManagement.disenter error -119930868.
@alvinlee9713 Жыл бұрын
I have the same error message. Are you able to solve your problem?
@Blue-ed2sk2 жыл бұрын
when i type Sudo visudo it doesnt work for me im on bigsur
@EduardoVackfloresE2 жыл бұрын
thanks for share.. very usefull
@piyushverma62512 жыл бұрын
Thanks very clean video. straight to the point.. Good job buddy
@rixvt2 жыл бұрын
thank you it worked for me.
@Seanfr3 жыл бұрын
how do u clear all command history u ran in the past
@jbyte_macTerm Жыл бұрын
Hi, "history -c" should do the trick. Sorry for the late answer :)
@MacBookUser Жыл бұрын
@@jbyte_macTermHi i did that command but it didn’t work all it said was “bad option: -c” anything else i could do ??
@jbyte_macTerm Жыл бұрын
Hi @@MacBookUser , maybe you are using zsh shell, in that the case the equivalent command should be "history -p".
@Cr7-i4w2i3 жыл бұрын
where do you do your editings from the intro looks kinda cool
@marianne13843 жыл бұрын
I can't. the disk doesn't appear in the terminal window. please help!
@jbyte_macTerm3 жыл бұрын
If there is activity in your external drive (LED blinking) maybe you have to wait until Mac OS recovery daemon has finished his job.
@victorespiritu34313 жыл бұрын
but you didn't explain how to provide access to the other user that is not root.
@mateiacd3 жыл бұрын
How can you setup the permissions for the test_dir folder, so that any new created file in test_dir will have automatically both read and write permission for everyone ?
@VirusFlexovitch3 жыл бұрын
for me it says permission denied, im using mac os bigsur
@thekeezee80793 жыл бұрын
Thank you for your video. Unfortunately, my 1 TB SSD external HD doesn't show up in Disk Utility (MacBook Pro 2011) or in the terminal diskutil list, but it does show up like normal on my other MacBook Pro 2012 screen when I plug it in (same cable). Any advice on what could be the issue? The USB ports on the 2011 work fine with other devices. Thank you very much!
@proudmexico97313 жыл бұрын
no puedo :(
@RJDchannel3 жыл бұрын
Do you need to use your user password? Because i tried that and it doesn't work.
@MrGwara2 жыл бұрын
Same problem I am facing. Please help
@jbyte_macTerm Жыл бұрын
Hi, Yes, it's your user password. Your user must be admin. Hope it helped, sorry for the late late answer :)
@spongebobpopsicle68793 жыл бұрын
Can you please help me D: sudo: /etc/sudoers is world writable. how to fix?
@jbyte_macTerm3 жыл бұрын
Hi, If your user is already in sudoers, try the command: sudo chmod 440 /etc/sudoers As a best practice you should use command visudo to edit sudoers. Cheers.
@CreatingKings3 жыл бұрын
Bro, thank you. You have no idea how badly this saved me.
@jbyte_macTerm3 жыл бұрын
Glad to hear it!
@harshchauhan55433 жыл бұрын
my PC is only showing 15 commands how to see all commands from start 859 mongo 860 brew uninstall mongodb-community 861 brew cleanup 862 brew install mongodb/brew/mongodb-community 863 sudo mongod --config /usr/local/etc/mongod.conf 864 brew services start mongodb-community 865 brew services stop mongodb-community 866 brew services list 867 brew services start mongodb-community 868 brew services list 869 cd Downloads 870 cd mongodb-compass-1.26.1-darwin-x64.dmg 871 mongod --config /usr/local/etc/mongod.conf 872 mongo --help 873 mongod --dbpath=/path/to/mongo/db 874 mongo
@t.c.84823 жыл бұрын
Good explanation -- helped me a lot. Great job! Thanks.