Skip to content

Instantly share code, notes, and snippets.

View y56's full-sized avatar
🌏
(* ̄▽ ̄)/‧☆*"`'*-.,_,.-*'`"*-.,_☆

Eugene y56

🌏
(* ̄▽ ̄)/‧☆*"`'*-.,_,.-*'`"*-.,_☆
View GitHub Profile
@y56
y56 / .vimrc
Created March 28, 2020 04:45
.vimrc
set nocompatible
"set number
set hlsearch
set autoindent
set ruler
@y56
y56 / .bashrc
Created March 28, 2020 05:02
.bashrc
# ~/.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
@y56
y56 / ARM Assembly assembler simulator emulator
Created March 30, 2020 00:12
ARM Assembly assembler simulator emulator
https://salmanarif.bitbucket.io/visual/downloads.html
Home
User Guide
Downloads
About
@y56
y56 / the gnome extension: Applications Menu by fmuellner System extension is buggy, not do turn it on
Created March 30, 2020 08:30
the gnome extension: Applications Menu by fmuellner System extension is buggy, not do turn it on
the gnome extension:
Applications Menu by fmuellner
System extension
is buggy, not do turn it on
@y56
y56 / Installed Extensions
Created March 30, 2020 08:32
Installed Extensions
GNOME Shell Extensions
Extensions
Add yours
Installed extensions
About
Installed Extensions
AlternateTab by fmuellner
@y56
y56 / Ubuntu 18.04 audio disappeared after update
Created March 31, 2020 20:03
Ubuntu 18.04 audio disappeared after update FS#64720 - [linux] No sound after upgrading to linux 5.4.1
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
@y56
y56 / Ubuntu – How To Take Screenshot From Command Line
Created April 1, 2020 04:26
Ubuntu – How To Take Screenshot From Command Line
https://sourcedigit.com/20306-ubuntu-take-screenshot-from-command-line/
====
Skip to primary navigation
Skip to main content
Skip to primary sidebar
Source Digit
@y56
y56 / collections.defaultdict
Created April 7, 2020 04:04
collections.defaultdict()
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]})
@y56
y56 / Ubuntu - Run command on start-up with sudo
Created April 9, 2020 01:35
Ubuntu - Run command on start-up with “sudo”
Stack Overflow
Products
y56
13
, 13 reputation
●33 bronze badges
@y56
y56 / gnome-session-properties Set Apps to Auto Startup at Logon on Ubuntu 17.10 18.04
Created April 9, 2020 01:37
gnome-session-properties can Set Apps to Auto Startup at Logon on Ubuntu 17.10 / 18.04
gnome-session-properties
====
Skip to content
Website for Students
Learn Ubuntu Linux, Windows and CMS
Articles