Skip to content

Instantly share code, notes, and snippets.

@kasumiru
kasumiru / DisableYoutubeScrolling.user.js
Created February 16, 2024 11:30 — forked from HPZ07/DisableYoutubeScrolling.user.js
Disable YouTube Spacebar Scrolling
// ==UserScript==
// @name Disable YouTube spacebar scrolling
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Disables spacebar scrolling and forces it to pause the video instead
// @author HPZ07
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
@kasumiru
kasumiru / switchHeadphones.sh
Created October 22, 2021 21:34 — forked from OndraZizka/switchHeadphones.sh
Bluetooth headset - switch between quality sound + no mic (A2DP) and crappy sound and mic (HSP/HFP)
#!/bin/bash
#### Restart Bluetooth
if [ "$1" == "resetBT" ] ; then
sudo rfkill block bluetooth && sleep 0.1 && sudo rfkill unblock bluetooth;
exit;
fi;
#### Toggle listen/speak
if [ "$1" == "" -o "$1" == "toggle" ] ; then
Written by Thanos Apostolou
http://askubuntu.com/questions/53822/how-do-you-run-ubuntu-server-with-a-gui
Some more info can be found here https://help.ubuntu.com/community/ServerGUI. I assume you start with a clean install of Ubuntu Server 16.04 (some modifications may be needed for older versions of Ubuntu). Depending on your needs you can do these:
OPENBOX:
sudo apt install -y xorg
sudo apt install -y --no-install-recommends openbox
sudo apt install -y --no-install-recommends lightdm-gtk-greeter
@kasumiru
kasumiru / ping.py
Created December 10, 2020 20:41 — forked from pklaus/ping.py
A pure python ping implementation using raw socket.
#!/usr/bin/env python2
"""
Other Repositories of python-ping
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* https://github.com/l4m3rx/python-ping supports Python2 and Python3
* https://bitbucket.org/delroth/python-ping
@kasumiru
kasumiru / Dockerfile
Created November 15, 2017 11:50
docker-td-agent
FROM ubuntu:14.04
MAINTAINER Takayuki Shimizukawa shimizukawa@gmail.com
# environment
ENV DEBIAN_FRONTEND noninteractive
# update
RUN apt-get update && apt-get -y upgrade
# ruby related packages for td-agent
@kasumiru
kasumiru / cloudSettings
Last active September 21, 2020 07:31
githubkas
{"lastUpload":"2020-09-21T07:31:49.148Z","extensionVersion":"v3.4.3"}