This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "do not run this file directly!"; | |
echo "Check for updates here: https://gist.github.com/auipga/8420bd5f89f6efd7415fbd88342f3ec7"; | |
exit; | |
# here are the commands you need to copy over to a terminal (Konsole in this case): | |
passwd # if you have no password already set up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Trigger] | |
Operation = Upgrade | |
Operation = Install | |
Type = Package | |
Target = phpstorm | |
[Action] | |
Depends = rsync | |
Description = Keeping JetBrains Cache (including local file history)... | |
When = PostTransaction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mapping": { | |
"1,2,1": [ | |
"KEY_ESC", | |
"keyboard" | |
], | |
"1,3,1": [ | |
"KEY_LEFTSHIFT + KEY_F5", | |
"keyboard" | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Netflix Marathon | |
// @namespace https://greasyfork.org/en/scripts/30029-netflix-marathon | |
// @version 2.7.2 | |
// @description Automatically skip recaps, intros and click nexts on Netflix, DisneyPlus and Amazon video for you. | |
// @author ran, me | |
// @include https://www.netflix.com/* | |
// @include https://www.amazon.com/gp/video/* | |
// @include https://www.amazon.de/gp/video/* | |
// @include https://www.amazon.*/gp/video/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to be pasted in uBlock -> Settings -> My Filters | |
www.immobilienscout24.de##.border.background.padding.removalcost-calculator-in-content | |
www.immobilienscout24.de##.border.grid-align-center.grid-flex.grid | |
www.immobilienscout24.de###propertybook_and_hub | |
www.immobilienscout24.de##.lap-one-whole.desk-one-third.grid-item | |
www.immobilienscout24.de##.one-whole.border-top.padding-top-l.margin-top-l.criteriagroup | |
www.immobilienscout24.de##.palm-margin-top-xl.palm-one-whole.one-half.grid-item > div > .section.sourcecode | |
www.immobilienscout24.de###stripe | |
www.immobilienscout24.de##.relocation-costs-comparison.print-hide span.with-icon:nth-of-type(4) | |
www.immobilienscout24.de##.premiumStatsFixedHeight |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Vendor\TestBundle\Entity; | |
use Doctrine\ORM\Mapping as ORM; | |
use Doctrine\Common\Collections\ArrayCollection; | |
/** | |
* General class for all entities. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[php] | |
memory_limit = -1 | |
max_execution_time = 0 | |
date.timezone = "Europe/Prague" | |
realpath_cache_size = "4096K" | |
extension=iconv.so | |
[opcache] | |
opcache.enable = 1 | |
opcache.enable_cli = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# see http://symfony.com/doc/3.4/setup/file_permissions.html | |
function show_help | |
{ | |
# General help text | |
cat << EOF | |
Script for Setting up or Fixing File Permissions for Symfony applications | |
Usage: sfperm <option> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# custom PhpStorm properties | |
idea.config.path=~/.PhpStorm/config | |
idea.system.path=~/.PhpStorm/system | |
idea.plugins.path=~/.PhpStorm/plugins | |
idea.log.path=~/.PhpStorm/log | |
apple.laf.useScreenMenuBar = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# see http://kb.mozillazine.org/Register_protocol#Linux | |
gconftool-2 -s /desktop/gnome/url-handlers/btsync/command "`which rslsync` %s" --type String | |
gconftool-2 -s /desktop/gnome/url-handlers/btsync/enabled --type Boolean true | |
# get default profile path | |
ff_profile=$(cat ~/.mozilla/firefox/profiles.ini | grep Path | sed s/^Path=//) | |
ff_profile_dir="~/.mozilla/firefox/$ff_profile" |
NewerOlder