This file contains hidden or 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
set nocompatible | |
"set number | |
set hlsearch | |
set autoindent | |
set ruler |
This file contains hidden or 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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
This file contains hidden or 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
https://salmanarif.bitbucket.io/visual/downloads.html | |
Home | |
User Guide | |
Downloads | |
About | |
This file contains hidden or 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
GNOME Shell Extensions | |
Extensions | |
Add yours | |
Installed extensions | |
About | |
Installed Extensions | |
AlternateTab by fmuellner |
This file contains hidden or 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 fix the no-audio bug after upgrading linux kernel | |
Ubuntu 18.04 audio disappeared after update | |
https://askubuntu.com/questions/1218041/ubuntu-18-04-audio-disappeared-after-update | |
FS#64720 - [linux] No sound after upgrading to linux 5.4.1 | |
https://bugs.archlinux.org/task/64720 | |
How do I add a kernel boot parameter? | |
https://askubuntu.com/questions/19486/how-do-i-add-a-kernel-boot-parameter |
This file contains hidden or 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
https://sourcedigit.com/20306-ubuntu-take-screenshot-from-command-line/ | |
==== | |
Skip to primary navigation | |
Skip to main content | |
Skip to primary sidebar | |
Source Digit |
This file contains hidden or 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
https://docs.python.org/3/library/collections.html#defaultdict-objects | |
dd=collections.defaultdict(lambda: [1]) | |
# defaultdict(<function __main__.<lambda>()>, {}) | |
xx=dd['1'] | |
dd | |
# defaultdict(<function __main__.<lambda>()>, {'1': [1]}) |
This file contains hidden or 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
Stack Overflow | |
Products | |
y56 | |
13 | |
, 13 reputation | |
●33 bronze badges |
This file contains hidden or 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
gnome-session-properties | |
==== | |
Skip to content | |
Website for Students | |
Learn Ubuntu Linux, Windows and CMS | |
Articles |