Skip to content

Instantly share code, notes, and snippets.

@rob-murray
rob-murray / add_intellij_launcer
Last active June 28, 2024 03:21
Add Intellij launcher shortcut and icon for ubuntu
// create file:
sudo vim /usr/share/applications/intellij.desktop
// add the following
[Desktop Entry]
Version=13.0
Type=Application
Terminal=false
Icon[en_US]=/home/rob/.intellij-13/bin/idea.png
Name[en_US]=IntelliJ
@WouterG
WouterG / fs-whatsapp.js
Last active July 18, 2017 19:13
Fullscreen whatsapp in web based chat
// ==UserScript==
// @name Fullscreen Whatsapp & Themes
// @namespace http://your.homepage/
// @version 2.0
// @description Dark theme, and bg/theme selector.
// @author Wouter Gerarts
// @match https://web.whatsapp.com/
// @grant none
// ==/UserScript==
@SanderTheDragon
SanderTheDragon / postman-deb.sh
Last active June 11, 2024 10:46
A shellscript to create a Postman .deb file, for simple installation on Debian-based Linux distro's. Also creates a .desktop file.
#!/bin/sh
# SPDX-FileCopyrightText: 2017-2024 SanderTheDragon <sanderthedragon@zoho.com>
#
# SPDX-License-Identifier: MIT
arch=$(dpkg --print-architecture)
echo "Detected architecture: $arch"
case "$arch" in