Ambar Hasbiyatmoko
Ambar Hasbiyatmoko
  • Видео 463
  • Просмотров 5 935 694

Видео

How to solve samba active directory (ad-dc) on ubuntu - chgrp invalid group: domain users
Просмотров 1814 дней назад
i want to change group owner to folder /test chown -R root:"SAMBA\domain users" /test/ but, error: chgrp: invalid group: ‘root:samba\\domain users’ resolution: add winbind in /etc/nsswitch.conf passwd: files winbind systemd group: files winbind systemd shadow: files winbind see more this video for detail
How to solve samba join active directory - Our netbios name can be at most 15 chars long
Просмотров 914 дней назад
when trying to join samba active directory using this command: net ads join -U Administrator its getting this error: Our netbios name can be at most 15 chars long, "IP-172-31-25-163" is 16 chars long. Invalid configuration. Exiting.... Failed to join domain: The format of the specified computer name is invalid. That error is caused by your hostname in ubuntu is too long (in this case the hostna...
How to solve resolv.conf in ubuntu - failed removing file /etc/resolv.conf Operation not permitted
Просмотров 5421 день назад
i want to change the content or remove file at /etc/resolv.conf, but getting this error: readony option is set (add ! to override), /etc/resolv.conf E212: Can't open file for writing and rm: cannot remove '/etc/resolv.conf': Operation not permitted resolution: sudo chattr -i /etc/resolv.conf
How to solve netplan in ubuntu 22.04 - Cannot call Open VSwitch ovsdb server service is not running
Просмотров 14028 дней назад
i got an error when executing command: sudo netplan apply error: WARNING:root:Cannot call Open VSwitch: ovsdb-server.service is not running. resolution: sudo apt-get install openvswitch-switch-dpdk
How to solve virtualbox - Windows cannot read the ProductKey setting from the unattend answer file
Просмотров 82Месяц назад
when trying to install windows 10 ISO with virtualbox, it is getting an error: Windows cannot read the ProductKey setting from the unattend answer file. Resolution: - uncheck floppy option on menu: system - boot order - delete file Unattended-x-aux-floppy.img - re-run virtualbox
How to solve - waiting for cache lock. Could not get lock dpkg lock-frontend It is held by process
Просмотров 71Месяц назад
i want to install net-tools (ifconfig), but when running this command, it gets error: apt install net-tools error: Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 1508 (unattended-upgr) resolution: kill -9 (process id) kill -9 1508
How to solve arduino IDE on ubuntu 22.04 - ser_open can't open device dev ttyACM0 Permission denied
Просмотров 47Месяц назад
how to solve arduino IDE on ubuntu 22.04. error: avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied Failed uploading: uploading error: exit status 1 Upload error: Failed uploading: uploading error: exit status 1 resolution: just open terminal and type: sudo chmod a rw /dev/ttyACM0 then.. upload your code again. and works.
How to solve apt-get update error: Could not get lock var-lib..lock. It is held by process (aptd)
Просмотров 703 месяца назад
Error i have got when trying to run: sudo apt-get update E: Could not get lock /var/lib/apt/lists/lock. It is held by process 9160 (aptd) N: Be aware that removing the lock file is not a solution and may break your system. Resolve: Kill process 9160 (aptd) run these commands: - ps aux | grep '[a]pt' - kill (process id). for example kill 9160, 10101 - run apt-get update again - solved
How to solve RDS MySQL - FLUSH TABLES WITH READ LOCK: Access denied for user when running mysqldump
Просмотров 3594 месяца назад
How to solve error when executing mysqldump on RDS MySQL: mysqldump: Couldn't execute 'FLUSH TABLES WITH READ LOCK': Access denied for user 'user'@'%' (using password: YES) (1045) solution: just add parameter: set-gtid-purged=OFF on mysqldump.
How to fix error installing mysql 5.7 - public key is not available: NO_PUBKEY B7B3B788A8D3785C
Просмотров 6675 месяцев назад
i want to install mysql 5.7 in ubuntu 22.04, but during the installation process, i got error: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B3B788A8D3785C Reading package lists... Done W: GPG error: repo.mysql.com/apt/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B...
How to solve virtualbox - Can't overwrite machine folder. Failed overwrite machine folder at home
Просмотров 7255 месяцев назад
I am creating a new virtualbox machine, but getting an error: Can't overwrite machine folder. Failed overwrite machine folder at /home/user/Virtualbox VMs/ubuntu.22.04
Solve growpart error - cannot create directory tmp no space left on device. failed to make temp dir
Просмотров 1925 месяцев назад
i am increasing my storage size (EBS, i use AWS cloud), but when executing growpart in ubuntu (there is an error): mkdir: cannot create directory ‘/tmp/growpart.1994’: No space left on device FAILED: failed to make temp dir issue: your filesystem has no space enough. solution: - delete unused data - stop your app for temporary i used method 2 to solve this issue.
AWS Cloud - Upgrade MySQL 5.7.37 ke 8.0.35 pada service RDS (Relational Database Service)
Просмотров 8445 месяцев назад
Di video ini akan dijelaskan cara upgrade mysql 5.7.37 ke mysql 8.0.35 pada service RDS cloud AWS - Amazon Web Service. Yang perlu diperhatikan saat mengupgrade versi 8 adalah, apakah aplikasinya sudah compatible dengan mysql 8..? Karena ada beberapa fitur - function yang deprecated / removed di mysql 8. Jadi aplikasinya harus benar-benar ditest dulu secara keseluruhan.
AWS Cloud - Mempromote read replica menjadi standalone db instance (master) pada service RDS
Просмотров 155 месяцев назад
Kali ini kita akan belajar cara mempromote rds read replica (mysql) menjadi standalone db instance (master) pada service RDS di cloud AWS .. link terkait promoting read replica: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html#USER_ReadRepl.Promote
How to upgrade ubuntu server 18.04 to 20.04 LTS
Просмотров 1515 месяцев назад
How to upgrade ubuntu server 18.04 to 20.04 LTS
How to solve issue on ubuntu 23.10 virtualbox - Host only interface not found in ifconfig command
Просмотров 3426 месяцев назад
How to solve issue on ubuntu 23.10 virtualbox - Host only interface not found in ifconfig command
How to solve error when enabling mysql in ubuntu 18.04 - perl: warning: Setting locale failed
Просмотров 1616 месяцев назад
How to solve error when enabling mysql in ubuntu 18.04 - perl: warning: Setting locale failed
AWS Cloud - Menggunakan parameter groups MySQL pada service RDS
Просмотров 506 месяцев назад
AWS Cloud - Menggunakan parameter groups MySQL pada service RDS
How to solve failed detach filesystem in ubuntu 22.04 - umount: /path/: target is busy.
Просмотров 1427 месяцев назад
How to solve failed detach filesystem in ubuntu 22.04 - umount: /path/: target is busy.
AWS Cloud - Menambahkan INDEX pada database read replica MySQL RDS
Просмотров 177 месяцев назад
AWS Cloud - Menambahkan INDEX pada database read replica MySQL RDS
AWS Cloud - Membuat Read Replica MySQL pada service RDS
Просмотров 277 месяцев назад
AWS Cloud - Membuat Read Replica MySQL pada service RDS
AWS Cloud - Mengupdate CA (Certificate Authority) pada database MySQL di service RDS
Просмотров 2367 месяцев назад
AWS Cloud - Mengupdate CA (Certificate Authority) pada database MySQL di service RDS
AWS Cloud - Merestore Database MySQL RDS dari snapshot/backup
Просмотров 247 месяцев назад
AWS Cloud - Merestore Database MySQL RDS dari snapshot/backup
AWS Cloud - Menghapus Database MySQL di RDS dan membuat snapshot/backup
Просмотров 357 месяцев назад
AWS Cloud - Menghapus Database MySQL di RDS dan membuat snapshot/backup
AWS Cloud - Membuat Database MySQL di service RDS (Relational Database Service)
Просмотров 277 месяцев назад
AWS Cloud - Membuat Database MySQL di service RDS (Relational Database Service)
how to export opentoonz animation to mp4 in ubuntu 22.04
Просмотров 737 месяцев назад
how to export opentoonz animation to mp4 in ubuntu 22.04
How to install opentoonz (animation maker) in ubuntu 22.04
Просмотров 5287 месяцев назад
How to install opentoonz (animation maker) in ubuntu 22.04
#shorts I am senior software engineer, making a simple calculator
7 месяцев назад
#shorts I am senior software engineer, making a simple calculator
How to solve SSH error in Ubuntu - WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED
Просмотров 268 месяцев назад
How to solve SSH error in Ubuntu - WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

Комментарии

  • @AgustinC-z8m
    @AgustinC-z8m 3 дня назад

    Thanks for the video. I have a question, should my applications that connect to RDS use the new certificate?

  • @glowworm3525
    @glowworm3525 3 дня назад

    How can i run this command 'sudo apt-get install openvswitch-switch-dpdk" if PC not connected to network, because 'Cannot call Open VSwitch: ovsdb-server.service is not running'?

  • @techwithupeh
    @techwithupeh 4 дня назад

    Mine is stuck at showing , “nothing to restart”

  • @kaifshaikh4688
    @kaifshaikh4688 4 дня назад

    Do we have to write our script file name in target or target :numeric-comma ??

  • @SoyJavero
    @SoyJavero 5 дней назад

    thanks was useful

  • @KristopherLucas-k8b
    @KristopherLucas-k8b 6 дней назад

    Where's the sound?

  • @IsaqueRafael-oh8mv
    @IsaqueRafael-oh8mv 6 дней назад

    thank you 🙏🏻

    • @mokox9061
      @mokox9061 6 дней назад

      You’re welcome 😊

  • @neerajkorde
    @neerajkorde 8 дней назад

    no sound?

  • @felipersilva
    @felipersilva 10 дней назад

    I'm using AWS Lightsail and I can't follow the steps as you show in the video. How does this update work in this case?

  • @user-gz1tz1er8w
    @user-gz1tz1er8w 11 дней назад

    thank you!! it worked

  • @ismaeladriannnn
    @ismaeladriannnn 13 дней назад

    I just followed this steps but the issue remains there. What else should I review? Thanks for your support

  • @diegosinhorini8434
    @diegosinhorini8434 14 дней назад

    Thanks

  • @bsbistan
    @bsbistan 14 дней назад

    Ci 4 it already exists good tutorial

  • @ragayclark
    @ragayclark 16 дней назад

    Thanks bro.

  • @onur321
    @onur321 19 дней назад

    Thank you 👍

  • @oliverprstholm8716
    @oliverprstholm8716 20 дней назад

    It doesnt matter for me when i use the sudo apt install --reinstall linux-headers-$(uname -r) virtualbox-dkms dkms command, i get the error anyway

  • @sysadminbr
    @sysadminbr 27 дней назад

    So True!

  • @yasiercurtis5342
    @yasiercurtis5342 28 дней назад

    This shit is such a joke bro. Ive attempted every damn thing in ALL THE repsitories, the videos and comments and virtualbox will still give me this same error.

  • @anishjoseph-g6g
    @anishjoseph-g6g 29 дней назад

    any impact Apps connectivity after updating certificate?

    • @mokox9061
      @mokox9061 29 дней назад

      I have tried, and no impact after updating certificate. I use PHP for app.

  • @viduexplorer
    @viduexplorer Месяц назад

    can we add to azure devops? run on each pull request

  • @learningbd5306
    @learningbd5306 Месяц назад

    Thanks

  • @sudeshmirashe9411
    @sudeshmirashe9411 Месяц назад

    Worked for me, thanks👍🏻

  • @zakariaelaouene9354
    @zakariaelaouene9354 Месяц назад

    it worked, Thank you !!

  • @malekrahali2269
    @malekrahali2269 Месяц назад

    you helped me, thank you so much my brother, here, +1 sub!

  • @charantangisetti6824
    @charantangisetti6824 Месяц назад

    without deleting cni0 is there any other option

  • @GAMEOVER-bz2wl
    @GAMEOVER-bz2wl Месяц назад

    Thanks man

  • @yoskokleng3658
    @yoskokleng3658 Месяц назад

    now 2024 not work :))

  • @johnrosberg3350
    @johnrosberg3350 Месяц назад

    There is no sound?

  • @erruslanrichter
    @erruslanrichter Месяц назад

    You're a life saver thank you. I've spent 2 freaking days on this error, asked ChatGPT and Stackoverflow and nobody could've helped me. Thank you very much my friend

  • @JayjeGonzaga
    @JayjeGonzaga Месяц назад

    Thank you Ambar

  • @koiNGO-dw2sg
    @koiNGO-dw2sg Месяц назад

    sudo apt install virtualbox-7.0 Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: virtualbox-7.0 : Depends: libvpx7 (>= 1.10.0) but it is not installable Recommends: libsdl-ttf2.0-0 but it is not going to be installed E: Unable to correct problems, you have held broken packages.

  • @koiNGO-dw2sg
    @koiNGO-dw2sg Месяц назад

    omg this VMbox setup is driving me nut

  • @InsideOfMyOwnMind
    @InsideOfMyOwnMind 2 месяца назад

    I could not get the enroll screen to come up on reboot.

  • @hairullana
    @hairullana 2 месяца назад

    Sangat membantu

  • @shahbazgauhar3932
    @shahbazgauhar3932 2 месяца назад

    Very helpful video❤

  • @Gomer._.
    @Gomer._. 2 месяца назад

    Doesnt work nothing works everything bad want to duck away into nothing

  • @Zzepish
    @Zzepish 2 месяца назад

    But it still dies after PC reboot :(

  • @Surtainlyy
    @Surtainlyy 2 месяца назад

    thankss for your knowledge

  • @AX_imPACT
    @AX_imPACT 2 месяца назад

    Thank you! was very useful video. Keep it up, this type of content is gold, even if its a small thing. Blessings to you.

  • @ricardoarriagadamora1276
    @ricardoarriagadamora1276 2 месяца назад

    Gracias!

  • @MaZaKeRaL
    @MaZaKeRaL 2 месяца назад

    Thank you soo much!

  • @successspotu
    @successspotu 2 месяца назад

    Appimage available ? Or not

  • @Archangel96
    @Archangel96 2 месяца назад

    didnt work

  • @samuelbimbo2202
    @samuelbimbo2202 2 месяца назад

    That's not his CD to the trooper. Well, where is this one coming from?

  • @excelandaccess4554
    @excelandaccess4554 2 месяца назад

    Its May 2024 saved my time🙂

  • @shaikhhar6911
    @shaikhhar6911 2 месяца назад

    Got bogged down by this issue for hours. And this simple trick did the job. Thank you

  • @Ashborn-xs8kq
    @Ashborn-xs8kq 2 месяца назад

    Thanks brother

  • @sedeelectronicasdhbogota
    @sedeelectronicasdhbogota 3 месяца назад

    Gracias, me salvaste !!!

  • @jeffshafe4195
    @jeffshafe4195 3 месяца назад

    Unbelievable. How can AWS make this sound so compliicated while you make it so simple? Big thanks!

    • @usernoneofyourbusiness
      @usernoneofyourbusiness Месяц назад

      I SWEAR!!! I WAS READING ARTICLE AFTER ARTICLE AFTER ARTICLE ON THEIR DOCS BEFORE I CAME TO RUclips. Where was this explained? It's one button press and it's already on the page!!! Instead, I got sent somewhere else!

  • @davidjhons2549
    @davidjhons2549 3 месяца назад

    Is it paid version or free?

    • @mokox9061
      @mokox9061 3 месяца назад

      Free

    • @davidjhons2549
      @davidjhons2549 3 месяца назад

      @@mokox9061 i m using local minikube cluster....kibana and elastic search are running inside the pod...and inside the pod i update the configuration of kibana (kibana.yaml) and elasticsearch (elasticsearch.yaml) as you said in this video, but its still not working ... and xpack not available error showing