Ubuntu - Tag
2016
-
▸
DSL-2730U router's ipv6 problem in Ubuntu
Fix for DSL-2730U router not supporting IPv6 causing GitHub connection failures in Ubuntu. Solution disables IPv6 via sysctl.conf settings.
-
▸
Sublime Text 3 unhiding menu in Ubuntu - simpler solution
Simpler method to toggle Sublime Text 3 menu visibility using keyboard shortcut (Ctrl+Shift+M) instead of editing config files.
2015
-
▸
Ubuntu overlapping displays while scaling dual monitor setup
Fix for overlapping displays when using xrandr --scale on dual monitor setup in Ubuntu. Shows how scaling affects virtual screen size and how to properly configure multiple monitors.
2014
-
▸
Python's venv problem with ensurepip in Ubuntu
Fix for Python 3.4 venv issues on Ubuntu 14.04. Workaround involves creating venv without pip first, then manually installing pip using get-pip.py bootstrap script.
-
▸
Un-hiding Menu Bar in Sublime Text 3 - Ubuntu
How to restore the hidden menu bar in Sublime Text 3 on Ubuntu by editing the Session.sublime_session file and setting menu_visible to true.
2013
-
▸
Ubuntu bug related to network and power
Fix for Ubuntu network connectivity issue when on battery power. ETH1 interface doesn't work on battery but works on AC power. Simple one-line fix via sysfs.
-
▸
Compiling C++11 Programs with Sublime Text 3
Configure Sublime Text 3 on Ubuntu to compile C++11 programs by creating a custom build file with -std=c++0x flag for g++.
-
▸
Ubuntu 13.04 - Execute scripts on double click
Fix for Ubuntu 13.04 not executing scripts on double-click. Shows how to change Behavior settings in Files to either Ask each time or Run executable text files directly.
-
▸
Ubuntu scaling the display (Zooming)
How to scale/zoom your display in Ubuntu using xrandr --scale option to get more screen real estate even with lower native resolution monitors.
-
▸
Fixing Ubuntu apt-get sources
Bash script to fix Ubuntu apt-get sources.list by replacing it with mirror protocol URLs for faster and more reliable downloads. Works with any Ubuntu release.
-
▸
Ubuntu Nvidia Driver Installation
Guide to install NVIDIA graphics drivers on Ubuntu. Covers installing kernel headers, driver packages, running nvidia-xconfig, and activating via Software Properties.
-
▸
Ubuntu Screen Configuration
Custom GNU Screen configuration for Ubuntu with status bar showing terminal numbers, hostname, date, and time. Includes .screenrc settings for keybindings and window management.
-
▸
PuttY style word selection in xfce4-terminal
Configure XFCE4 terminal to support Putty-style word selection on double-click. Shows the regex pattern to add in Advanced preferences: -A-Za-z0-9./?_~
-
▸
Ubuntu Screen Custom Resolution
Explains how to add custom screen resolutions in Ubuntu using xrandr. Shows the --newmode, --addmode, and --output commands to set non-standard resolutions like 1600x900.
-
▸
Installing python-ldap in Ubuntu
Step-by-step guide to install python-ldap in Ubuntu. Details required packages: python-dev, libldap2-dev, and libsasl2-dev to resolve missing header file errors.