Skip to content

Instantly share code, notes, and snippets.

View Brainiarc7's full-sized avatar

Dennis E. Mungai Brainiarc7

View GitHub Profile
@DiogoMCampos
DiogoMCampos / linux-clevo-n850hk1.md
Created February 5, 2018 11:10
Installing Linux on a Clevo N850HK1

Since buying the Clevo N850HK1, installing linux distributions has always been difficult. After some experimentation, I settled for Ubuntu 17.10 and this is how I installed it.

Here's my notebook specs:

Machine:   Device: laptop System: Notebook product: N85_N87 HJ HJ1 HK1 serial: N/A
           Mobo: Notebook model: N85_N87 HJ HJ1 HK1 serial: N/A
           UEFI: American Megatrends v: 1.05.13 date: 05/08/2017
CPU:       Quad core Intel Core i7-7700HQ (-HT-MCP-) cache: 6144 KB
@salaros
salaros / ubuntu-tweak.sh
Last active January 19, 2020 19:40
My tweaks for Ubuntu + Dell Inspiron 5567
#!/usr/bin/env bash
# Require root to run
if [ "$EUID" -ne 0 ]; then
echo "Please run as root"
exit 0
fi
# [PlayOnLinux] - disables protection against the usage of Ptrace
# https://www.playonlinux.com/en/topic-10534-Regarding_ptrace_scope_fatal_error.html
@KeitetsuWorks
KeitetsuWorks / boot.bif
Created October 21, 2018 15:35
BIF File for Zynq UltraScale+ MPSoC
the_ROM_image:
{
[fsbl_config] a53_x64
[bootloader] <fsbl.elf>
[pmufw_image] <pmufw.elf>
[destination_device=pl] <bitstream>
[destination_cpu=a53-0, exception_level=el-3, trustzone] <bl31.elf>
[destination_cpu=a53-0, exception_level=el-2] <u-boot.elf>
}
@AnmolTomer
AnmolTomer / ubuntu_setup.md
Last active August 26, 2024 12:42
Ubuntu 18.04 LTS getting started, things to install guide - Updated April 2020
  1. Installing NVIDIA Drivers ❗❗
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall
  1. From last command see nvidia-driver-number and use it in the command below and then reboot 📺 ✔️
@softworkz
softworkz / ffmpeg_filtergraph.json
Created May 24, 2020 12:28
ffmpeg Filtergraph Output Example (with hw context)
{
"FilterGraphs": {
"Graphs": [{
"Description": "[0:0]scale_qsv@f1=w=1920:h=800:format=nv12[f1_out0]",
"Filters": [{
"Filter": {
"Description": "QuickSync video scaling and format conversion",
"HwDeviceContext": {
"DeviceType": "qsv",
"HasHwDeviceContext": true