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
| 9 | |
| down vote | |
| In Ubuntu Gnome 14.04, open dconf-editor. Go to | |
| org>gnome>nautilus>preferences. | |
| Check the box next to enable-interactive-search. Restart nautilus | |
| shareimprove this answer | |
| edited Apr 7 at 12:56 |
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
| Android Studio | |
| --- | |
| "Unable to run mksdcard SDK tool." on Fedora 23 | |
| ``` | |
| # dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686 | |
| ``` |
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
| Test gist from gist-vim on vim on Termux on Android! |
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
| http://drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/ | |
| sudo dnf install kernel-devel-$(uname -r) make automake gcc gcc-c++ git | |
| echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf | |
| wget http://filebin.ca/2LVgpjSgiT56/backports-ath-2015-11-05.tar.bz2 | |
| tar -vxf backports-ath-2015-11-05.tar.bz2 | |
| cd backports-ath-2015-11-05 | |
| make defconfig-ath10k | |
| make | |
| sudo make install |
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
| ! Swap caps lock and escape | |
| remove Lock = Caps_Lock | |
| keysym Escape = Caps_Lock | |
| keysym Caps_Lock = Escape | |
| add Lock = Caps_Lock | |
| !TODO: Find out why this also enables capslock. |
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
| NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT | |
| sda 8:0 0 465.8G 0 disk | |
| ├─sda1 8:1 0 512M 0 part /boot/efi | |
| ├─sda2 8:2 0 9.3G 0 part / | |
| ├─sda3 8:3 0 13.5G 0 part [SWAP] | |
| └─sda4 8:4 0 442.5G 0 part /home | |
| sdb 8:16 1 14.8G 0 disk | |
| ├─sdb1 8:17 1 3.7G 0 part /media/boggs/Debian 8.2.0 amd64 1 | |
| └─sdb2 8:18 1 416K 0 part | |
| sr0 11:0 1 1024M 0 rom |
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
| dhcpcd enp0s20u3 |
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
| grub-install --efi-directory=/boot/efi --recheck /dev/sda |
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
| systemctl status `service` | |
| systemctl enable/disable `service` |
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://extensions.gnome.org/extension/1010/archlinux-updates-indicator/ | |
| https://extensions.gnome.org/extension/818/battery-percentage/ |