In /etc/default/grub, modify:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off"
Then sudo update-grub
| class Payload { | |
| int idx; | |
| ByteBuffer[] buf; | |
| long value; | |
| byte bits_left; | |
| } | |
| class Block { | |
| DataSetHeader data_set_header; | |
| BlockHeader block_header; |
In /etc/default/grub, modify:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off"
Then sudo update-grub
| class SegmentTreeOrder { | |
| class Node { | |
| int value; | |
| boolean isSorted; | |
| Node() {}; | |
| Node(int v, boolean i) { |
| package com.abhinav; | |
| import com.facebook.react.ReactPackage; | |
| import com.facebook.react.bridge.NativeModule; | |
| import com.facebook.react.bridge.ReactApplicationContext; | |
| import com.facebook.react.uimanager.ViewManager; | |
| import com.abhinav.FileModule; | |
| import java.util.ArrayList; | |
| import java.util.Collections; |
| package auth | |
| import ( | |
| "context" | |
| "net/http" | |
| "strings" | |
| "google.golang.org/grpc/metadata" | |
| "github.com/andela/micro-api-gateway/pb/authorization" |