Skip to content

Instantly share code, notes, and snippets.

View dPacc's full-sized avatar
:octocat:
超本能

Deepak dPacc

:octocat:
超本能
  • Abu Dhabi
  • 00:45 (UTC +04:00)
View GitHub Profile
@dPacc
dPacc / HIVE.md
Created September 14, 2021 07:18
Hive Installation

Requirements

  • Pre-installed Hadoop

Hive Installation

(1) Download hive tar:

  • wget http://archive.apache.org/dist/hive/h...

(2) Extract the tar file

@dPacc
dPacc / HADOOP_INSTALLTION.md
Created September 13, 2021 19:30
HADOOP INSTALLATION

Hadoop

  • Hadoop is a standard framework for processing and storing big data

  • It is designed to be deployed across a network of hundreds or even thousands of dedicated servers.

  • All these machines work together to deal with the massive volume and variety of incoming datasets.

  • For a small project, Hadoop can be installed in a single node mode.

@dPacc
dPacc / UbuntuContextMenu.md
Created September 8, 2021 20:44
Adding to Ubuntu File Manager Context Menu (20.04+)

Ubuntu 20.04 Context Menu Edit

  • The FMA is installable from universe pocket since Ubuntu 19.04 (disco dingo, now EOL) and then on supported 20.04 LTS (focal fossa) with the command: sudo apt-get install filemanager-actions

  • Run fma-config-tool from your teminal to open FileManager-Actions Configuration Tool

  • Define a new action, under Action tab, Add your context label, for example "Open in Deepin"

  • Under command tab, add the path of the cmd, for example "/usr/bin/deepin-terminal"

@dPacc
dPacc / ubuntuFix.md
Created August 29, 2021 08:45
Ubuntu Reinstall/Resize Partition Fix

Ubuntu Clone/Resize Partition Fix

Once you clone the OS, the boot time will be very slow as the UUID for the partitions and the GRUB bootloader would have changed.

Trouble Booting into Windows from GRUB menu

Minikube

After you install minikube on a bare-metal server.

The default command to start the cluster is: minikube start --force --driver=docker

If you start, using the above command, the cluster wont be able to pull images from docker-hub as the network requests would be blocked.

To fix this, add the minikube and localhost IPs to the NO_PROXY IP list: set NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24

@dPacc
dPacc / txt
Created July 30, 2020 06:20
Demo Gist
Demo Gist