Fatal error: Maximum execution time of 30 seconds exceeded in PHP
edit php.ini :
ini_set('max_execution_time', 123456);
References :
http://stackoverflow.com/questions/4051107/php-maximum-execution-time-of-30-seconds-exceeded
edit php.ini :
ini_set('max_execution_time', 123456);
References :
http://stackoverflow.com/questions/4051107/php-maximum-execution-time-of-30-seconds-exceeded
mount windows 10 image (here in drive D) and then run the following command :
Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:sourcessxs /LimitAccess
References :
http://winaero.com/blog/offline-install-of-net-framework-3-5-in-windows-10-using-dism/
edit php.ini
nano /etc/php/8.1/apache2/php.ini
post_max_size 16M upload_max_filesize 16M
Resources :
https://wordpress.org/support/topic/how-to-increase-file-upload-more-than-2mb https://wordpress.org/support/topic/how-to-import-more-than-2-mb-in-wordpress-1
You can get those files from the above links, Just download it and those files move it manually to C:\Program Files (x86)\Microsoft Visual Studio 12.0\Xml\Schemas or simply just add these schemas within Visual Studio.
https://github.com/atsushieno/monodroid-schema-gen/blob/master/android-layout-xml.xsd
https://github.com/atsushieno/monodroid-schema-gen/blob/master/schemas.android.com.apk.res.android.xsd
References :
http://stackoverflow.com/questions/17245308/xamarin-android-intellisense-not-working-in-visual-studio-2010
https://forums.xamarin.com/discussion/60962/enable-intellisense-for-axml-missing-android-layout-xml-xsd-schemas-android-com-apk-res-androiod
Download from WEB:
$ aria2c http://example.org/mylinux.iso
Download from 2 sources:
$ aria2c http://a/f.iso ftp://b/f.iso
Download using 2 connections per host:
$ aria2c -x2 http://a/f.iso
BitTorrent:
$ aria2c http://example.org/mylinux.torrent
BitTorrent Magnet URI:
$ aria2c http://example.org/mylinux.torrent
Metalink:
$ aria2c http://example.org/mylinux.metalink
Download URIs found in text file:
$ aria2c -i uris.txt
References :
https://aria2.github.io/
nano /etc/ssh/sshd_config
where it says:
# What ports, IPs and protocols we listen for Port 22 <---change port to what you need it to be
then save and restart ssh server
References :
http://ubuntuforums.org/showthread.php?t=1591681
Force pacman to refresh the package lists :
pacman -Syyu
References :
https://wiki.archlinux.org/index.php/Pacman
pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime
pacman -Su
References :
http://msys2.github.io/
http://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
http://stackoverflow.com/questions/30069830/how-to-install-mingw-w64-and-msys2
https://blogs.gnome.org/nacho/2014/08/01/how-to-build-your-gtk-application-on-windows/
sudo mount /dev/sda1 /mnt
sudo mount --bind /dev /mnt/dev && sudo mount --bind /dev/pts /mnt/dev/pts && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
grub-install /dev/sda
or
grub-install --recheck /dev/sda
update-grub
exit && sudo umount /mnt/sys && sudo umount /mnt/proc && sudo umount /mnt/dev/pts && sudo umount /mnt/dev && sudo umount /mnt
References :
http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list sudo apt-get update
References :
http://www.mono-project.com/docs/getting-started/install/linux/