By default, at startup, ubuntu VMBox presents all the icons in a
particular size that is smaller than the actual monitor. But when I
switch to either full screen or scaled mode, instead of resizing
everything smoothly (like a vector image) it makes everything fuzzy and
grainy, and hard to look at.
Subscribe to:
Posts (Atom)
Amazon S3: Basic Concepts
Amazon S3 is an reliable, scalable, online object storage that stores files. Bucket: A bucket is a container in Amazon S3 where the fil...
-
If you do not want to run Apache Spark on Hadoop, then standalone mode is what you are looking for. Here are the steps to install and run A...
-
If you encounter the following error while installing with brew, it could probably be due to lack of proper permissions. Error that e...
-
With NLineInputFormat each mapper receives fixed number of lines of input, unlike TextInputFormat and KeyValueTextInputFormat. The number o...