Let's Fix That Error
Let's Fix That Error
  • 191
  • 1 416 366
Steps to Increase Timeout Limit in Firefox
if you are trying to load a website that has too many users surfing it at the same time, it is beneficial to increase the connection timeout limit of the web browser. Fortunately, Firefox supports it. Steps to change connection timeout limit is in the video.
Переглядів: 435

Відео

Docker desktop on Mac OS : Docker Engine stopped
Переглядів 1,1 тис.Рік тому
I was trying to run Laravel Sail - my local web development environment - but Sail said "Docker is not running". So I opened the Docker Desktop, and a message is shown telling me "Docker Engine stopped". I fixed this error by force quitting Docker Desktop and Docker itself via Activity Monitor, then I opened the Docker Desktop application. And the error message is gone. The problem fixed. I doc...
[fixed] Laravel Sail build error : unable to locate postgresql-client-15
Переглядів 312Рік тому
I want to upgrade npm inside Laravel Sail but when I tried to rebuild the sail docker container, this error occurred. The error is "E: Unable to locate package postgresql-client-15". I fixed this error by using the available package in apt which is postgresql-client-14 as postgresql-client-15 is not found. If you have any other errors or problems, tell me in the comments and I'll try to reply w...
[fixed] can not access WiFi router settings gateway
Переглядів 1,2 тис.2 роки тому
steps to allow Mozilla Firefox to access 192.168.1.1 or 192.168.1.1 1. open about:config 2. change tls.version.min from 3 to 1 3. close Firefox and open it again
How to remove snap packages from lsblk command output ?
Переглядів 1652 роки тому
how to make lsblk command hide snap packages from results/output , just use the argument for exclude ( -e ) as you see in the video.
Kali Linux stuck on login loop
Переглядів 12 тис.3 роки тому
my Kali Linux virtual machine stuck in login loop. I use VirtualBox as a hypervisior for my virtual machines on Mac OS host. The main problem behind the error is that I used all disk space dedicated for my virtual machine. So I needed to delete some files to be able to login. Then I expanded the disk space to be in safe side and this error not occur again.
after upgrading Kali Linux: catfish became the default file manager
Переглядів 1,7 тис.3 роки тому
After upgrading Kali Linux, catfish became the default file manager, and all folders / directories open via catfish. But I want thunar file manager to be the default application / program to open folders and directories on my Kali Linux computer. The fix is to remove catfish package / program from your system by this command: sudo apt remove catfish thanks for watching!
[fix] NotReadableException image/intervention Laravel
Переглядів 3,7 тис.3 роки тому
I faced the NotReadableException when I tried to upload an image and save it via image/intervention package in Laravel. The error is because of upload maximum size in the php.ini file. So when I changed it to 20M instead of 2M the 3MB image uploaded successfully. Subscribe to watch future videos.
fix github error : username or email or password is invalid / incorrect
Переглядів 14 тис.3 роки тому
I faced this error after I changed the github account password, and I wanted to push some changes to github via git push. The error appeared. The error suggested that email or password is incorrect. Then I tried again, and a different error shown, the new error suggested that I do not have a sufficient permissions / authority to push to this github repository. I knew the error cause ! I changed...
Mac OS : your disk is almost full, save space by optimizing storage
Переглядів 4473 роки тому
In this video, I tried to use common-sense and bottleneck-search to find huge files and delete them (if unwanted) to gain more space on my macbook. What I did in the video: 1. delete unwanted videos 2. delete unwanted downloads 3. uninstall unwanted programs / apps 4. delete remaining files of uninstalled apps 5. delete fcpbundle file if I didn't need it any more 6. delete iMovies theater file ...
phpMyAdmin forbidden : the Best Fix for this Error on Mac OS X
Переглядів 4 тис.3 роки тому
the ultimate fix for phpMyAdmin forbidden After Mac OS update, I tried to load phpMyAdmin web interface and this error came out. Forbidden you don't have permission to access this resource So I fixed that error once and for all on Mac OS X. The fix includes three main parts: 1. using the right apachectl 2. adding php7 and mod_rewrite modules automatically in httpd.conf via include (not directly...
main.go : no required module provides package - working directory is not part of a module
Переглядів 9 тис.3 роки тому
I faced this error when trying to run a program written in go / golang with this command "go run main.go". The error is: main.go : no required module provides package : working directory is not part of a module Fix the error: go mod init package-name go get -v dependency.url.com.something/whatever
uninstall golang and reinstall go with homebrew package manager on Mac OS X
Переглядів 3,6 тис.3 роки тому
uninstall golang and reinstall go with homebrew package manager on Mac OS X
Error: Insufficient privileges to write to MacPorts install prefix.
Переглядів 4 тис.3 роки тому
Error: Insufficient privileges to write to MacPorts install prefix.
brew upgrade : the bottle needs the Apple Command Line Tools to be installed. - xcrun error
Переглядів 4,7 тис.3 роки тому
brew upgrade : the bottle needs the Apple Command Line Tools to be installed. - xcrun error
gnome-terminal wont open after Manjaro update
Переглядів 2,1 тис.3 роки тому
gnome-terminal wont open after Manjaro update
[error fix] GLIBC not found Manjaro after installing VIM
Переглядів 5 тис.3 роки тому
[error fix] GLIBC not found Manjaro after installing VIM
forgot PHPMyAdmin username and password [fix]
Переглядів 30 тис.3 роки тому
forgot PHPMyAdmin username and password [fix]
Manjaro Desktop Doesn't Show Up [Fix]
Переглядів 2,5 тис.3 роки тому
Manjaro Desktop Doesn't Show Up [Fix]
ImageMagick Module not available with this PHP installation - Laravel Intervention
Переглядів 3,7 тис.3 роки тому
ImageMagick Module not available with this PHP installation - Laravel Intervention
phpMyAdmin : forbidden you don't permission to access this resource
Переглядів 8 тис.3 роки тому
phpMyAdmin : forbidden you don't permission to access this resource
Server error: GET http://cabinet.laravel.com/latest.zip resulted in a 522 Origin Connection Time-out
Переглядів 8 тис.3 роки тому
Server error: GET cabinet.laravel.com/latest.zip resulted in a 522 Origin Connection Time-out
[fix] The 'kotlin-android-extensions' Gradle plugin is deprecated
Переглядів 22 тис.3 роки тому
[fix] The 'kotlin-android-extensions' Gradle plugin is deprecated
[Linux] use "open" command to open files and folders with the default program like MacOS
Переглядів 4,5 тис.3 роки тому
[Linux] use "open" command to open files and folders with the default program like MacOS
clear linux update error
Переглядів 4533 роки тому
clear linux update error
xcrun error invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun
Переглядів 11 тис.3 роки тому
xcrun error invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun
Cause: Error=86 Bad CPU Type in Executable - RenderScript Not Compiling
Переглядів 4,6 тис.4 роки тому
Cause: Error=86 Bad CPU Type in Executable - RenderScript Not Compiling
No package 'gdk-3.0' found
Переглядів 1,3 тис.4 роки тому
No package 'gdk-3.0' found
how to solve dyld library not loaded npm error
Переглядів 4 тис.4 роки тому
how to solve dyld library not loaded npm error
Creating Simple Quote Design on Photoshop
Переглядів 594 роки тому
Creating Simple Quote Design on Photoshop

КОМЕНТАРІ