Skip to content

Instantly share code, notes, and snippets.

@FZX
FZX / Random Vimrc
Last active December 27, 2016 08:14
Random Vimrc
"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
" "
" __ _ _ _ __ ___ _ __ ___ "
" \ \ / / | '_ ` _ \| '__/ __| "
" \ V /| | | | | | | | | (__ "
" \_/ |_|_| |_| |_|_| \___| "
" "
" "
"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
@FZX
FZX / confs.conf
Last active October 30, 2016 22:24
Xfce config
sudo apt-get update && sudo apt-get install -y chromium-browser && setxkbmap -option grp:switch,grp:alt_shift_toggle us,ge && sudo timedatectl set-timezone Asia/Tbilisi && xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/inactivity-on-ac -s 14 && xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/inactivity-on-battery -s 14 && echo '{ "ProxyMode": "pac_script", "ProxyPacUrl": "http://mediahint.com/default.pac", }' | sudo tee -a /etc/chromium-browser/policies/managed/proxyConfig && wget -O /home/cub/.config/chromium/Default/Preferences https://gist.githubusercontent.com/FZX/f9eb015126b2ebfdc263bfbd9db36175/raw/36ef6a294f037b545b35939d8415f81a6714cc3e/Preferences && wget -O /home/cub/.config/openbox/rc.xml https://gist.githubusercontent.com/FZX/792cacbee704680b8d4214a58634fe74/raw/3f566826576b95d23682fee7e5c34f675588a217/rc.xml && openbox --reconfigure && nitrogen --set-auto /usr/share/wallpapers/14837563893_e84f12a70c_k_www.flickr.com_groups_freeuse.jpg
@FZX
FZX / Preferences
Created October 30, 2016 22:01
Chromium Preferences
{"account_id_migration_state":2,"account_tracker_service_last_update":"13122335845286402","browser":{"clear_lso_data_enabled":true,"custom_chrome_frame":true,"last_known_google_url":"https://www.google.ge/","pepper_flash_settings_enabled":true,"window_placement":{"bottom":754,"docked":false,"left":20,"maximized":true,"right":1386,"top":20,"work_area_bottom":734,"work_area_left":0,"work_area_right":1366,"work_area_top":0}},"countryid_at_install":18242,"credentials_enable_service":false,"data_reduction":{"daily_original_length":["0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","10858972","28032356"],"daily_original_length_application":"4937223","daily_original_length_unknown":"1161169","daily_original_length_via_data_reduction_proxy":["0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0
@FZX
FZX / rc.xml
Created October 30, 2016 22:12
OpenBox config file.
<?xml version="1.0"?>
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<resistance>
<strength>10</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>
<!-- always try to focus new windows when they appear. other rules do
apply -->
{"account_id_migration_state":2,"account_tracker_service_last_update":"13122500813747222","browser":{"clear_data":{"form_data":true,"hosted_apps_data":true,"passwords":true},"clear_lso_data_enabled":false,"custom_chrome_frame":true,"last_known_google_url":"https://www.google.ge/","pepper_flash_settings_enabled":false,"window_placement":{"bottom":741,"docked":false,"left":50,"maximized":true,"right":1100,"top":27,"work_area_bottom":741,"work_area_left":0,"work_area_right":1366,"work_area_top":0}},"cloud_print":{"email":""},"countryid_at_install":18757,"credentials_enable_service":false,"data_reduction_lo_fi":{"load_images_requests_per_session":0,"load_images_snackbars_shown_per_session":0,"was_used_this_session":false},"default_apps_install_state":3,"default_search_provider":{"enabled":true,"id":"5","synced_guid":"7b6513fe-8dad-486a-9ce0-756627c6369e"},"default_search_provider_data":{"template_url_data":{"alternate_urls":["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:base
@FZX
FZX / config
Created November 1, 2016 20:29
Configure Linux Mint
sudo apt-get update && sudo apt-get install -y chromium-browser git vim && setxkbmap -option grp:switch,grp:alt_shift_toggle us,ge && sudo timedatectl set-timezone Asia/Tbilisi && echo '{ "ProxyMode": "pac_script", "ProxyPacUrl": "http://mediahint.com/default.pac", }' | sudo tee -a /etc/chromium-browser/policies/managed/proxyConfig && wget -O /home/mint/.config/chromium/Default/Preferences https://gist.githubusercontent.com/FZX/d37d11850ffc4cfe108ab11254f21408/raw/02ee58fc117d45367c8177d4b09bffd0ac23e3fd/mintchromium && wget -O /home/cub/.config/openbox/rc.xml https://gist.githubusercontent.com/FZX/792cacbee704680b8d4214a58634fe74/raw/3f566826576b95d23682fee7e5c34f675588a217/rc.xml && openbox --reconfigure && nitrogen --set-auto /usr/share/wallpapers/14837563893_e84f12a70c_k_www.flickr.com_groups_freeuse.jpg
@FZX
FZX / Commands
Last active December 29, 2022 16:38
Terminal commands. Change Cinnamon theme from terminal. Disable cursor blink from terminal. Disabling recent files history from terminal. Setup proxy file with command.
gsettings set org.cinnamon.desktop.privacy remember-recent-files false
gsettings set org.cinnamon.theme name "Mint-Y-Dark"
gsettings set org.cinnamon.desktop.interface gtk-theme "Mint-Y-Dark"
gsettings set org.cinnamon.desktop.wm.preferences theme "Mint-Y-Dark"
gsettings set org.cinnamon.desktop.interface cursor-blink false
gsettings set org.gnome.system.proxy autoconfig-url "http://mediahint.com/default.pac"
gsettings set org.gnome.system.proxy mode auto
gsettings set org.cinnamon enabled-applets "['panel1:left:0:menu@cinnamon.org:0', 'panel1:left:2:panel-launchers@cinnamon.org:2', 'panel1:left:3:window-list@cinnamon.org:3', 'panel1:right:0:notifications@cinnamon.org:4', 'panel1:right:1:user@cinnamon.org:5', 'panel1:right:2:removable-drives@cinnamon.org:6', 'panel1:right:3:keyboard@cinnamon.org:7', 'panel1:right:11:show-desktop@cinnamon.org:1', 'panel1:right:5:network@cinnamon.org:9', 'panel1:right:6:sound@cinnamon.org:10', 'panel1:right:7:power@cinnamon.org:11', 'panel1:right:8:systray@cinnamon.org:12', '
@FZX
FZX / brightness.py
Last active November 16, 2016 19:02
Ubuntu / Linux Mint Brightness control. I could not find real fix for problem with keys changing brightness level on my laptop. So wrote little Python 3 script. Add alias to this file in .bashrc
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © 2016 FZX <FZX@users.noreply.github.com>
#
# Distributed under terms of the GPL v2.0 license.
"""
Controlling brightness for nv_backlight.
@FZX
FZX / setup.sh
Last active September 15, 2021 21:36
Shell script for configuring Linux Mint. Installing Chromium, Vim, Git. Changing system settings. Changing theme. Adding python script for modify brightness level.
#! /bin/sh
#
# setup.sh
# Copyright (C) 2016 FZX <FZX@users.noreply.github.com>
#
# Distributed under terms of the GPL v2.0 license.
#
@FZX
FZX / checkdomain.py
Created February 4, 2017 22:04
Python3 Check domain with Godaddy API
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
# Distributed under terms of the MIT license.
import requests
def check_domain(domain):