Some time you might experence Ubuntu USB file transfer is slow then you can try following solution
$ sudo gedit /etc/default/grub
edit as following
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noacpi pci=routeirq"
then reload
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
This fix might not work for every one.
Subscribe to:
Post Comments (Atom)
AWS Services
1. Identity Access Management (IAM): Used to control Identity (who) Access (what AWS resources). 1....
-
Where will you use ArrayList and where will you use LinkedList? ------------------------------------------------------------------- ArrayLis...
-
1. What is a servlets? Java Servlet is server side technologies to extend the capability of web servers by providing support for dynamic re...
-
Context Configuration Annotations : These annotations are used by Spring to guide creation and injection of beans @Req...
No comments:
Post a Comment