Turn off ALL Ads/Featured Content/Bundle Crap in Utorrent/Bittorrent:
Options > Preferences > Advanced... Turn ALL settings to false:
- bt.enable_pulse
- distributed_share.enable
- gui.show_notorrents_node
- offers.left_rail_offer_enabled
#Fixing “WARNING: UNPROTECTED PRIVATE KEY FILE!” on Linux
If you are getting this error then you probably reset the permissions on your hidden .ssh directory in your user folder, and your keys aren’t going to work anymore. It’s very important that these files not be writable by just anybody with a login to the box, so openssh will give you an error if you try to use them.
The full error message:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
function filesizeUrl($url) { | |
return ($data = @file_get_contents( $url )) ? strlen( $data ) : false; | |
} |
/** | |
* @see https://stackoverflow.com/questions/9781218/how-to-change-node-jss-console-font-color | |
* @see https://en.wikipedia.org/wiki/ANSI_escape_code#Colors | |
*/ | |
export const COLOURS = { | |
$: (c: number) => (str: string) => `\x1b[${c}m` + str + '\x1b[0m', | |
gray: (str: string) => COLOURS.$(90)(str), | |
cyan: (str: string) => COLOURS.$(36)(str), | |
yellow: (str: string) => COLOURS.$(33)(str), | |
green: (str: string) => COLOURS.$(32)(str), |
High sierra https://itunes.apple.com/us/app/macos-high-sierra/id1246284741?ls=1&mt=12
Mojave
#!/bin/bash | |
# Check if sharp-cli is installed | |
if ! command -v sharp &> /dev/null; then | |
echo "Error: sharp-cli is not installed. Please install it using 'npm install -g sharp-cli'." | |
exit 1 | |
fi | |
# Directories | |
INPUT_DIR="." |
#b_ BEM CSS методология: Полное руководство
Главное: классы b-someblock__someelement__element__element-modificator - это не BEM! Как правильно верстать по BEM - читайте ниже.
{ | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/User/Monokai Light (SL).tmTheme", | |
"default_encoding": "UTF-8", | |
"default_line_ending": "windows", | |
"dictionary": "Packages/Language - Russian/ru_RU.dic", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, |
{ | |
"000000": "Black", | |
"000044": "Endless Galaxy", | |
"000066": "Alone in the Dark", | |
"000088": "Midnight in Tokyo", | |
"0000aa": "Bohemian Blue", | |
"0000ee": "Hyperlink Blue", | |
"0000ff": "Blue", | |
"00022e": "Illicit Darkness", | |
"000435": "Oblivion", |