As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
cat /etc/X11/default-display-manager
#! /usr/bin/env bash | |
cd "$(dirname "${BASH_SOURCE}")"; | |
# Ask sudo upfront | |
sudo -v | |
# Install and configure the necessary dependencies | |
sudo apt-get install --yes curl openssh-server ca-certificates postfix | |
# Add the GitLab package server and install the package |
# The default swappiness in Ubuntu 60. Reducing the default value of swappiness will probably improve overall performance for a typical Ubuntu desktop installation. A value of swappiness=10 is recommended, but feel free to experiment.
# Checkout swappiness value
cat /proc/sys/vm/swappiness
# Switch swap off
sudo swapoff -a
Editing /etc/passwd
won't work in iOS, so in order to change default shell in iOS you need to edit /etc/master.passwd
. You can change root's default shell to bash like this -- root:/smx7MYTQIi2M:0:0::0:0:System Administrator:/var/root:/bin/bash
.
dnsmasq
# install "dnsmasq" package from `ModMyi`
apt-get install uk.org.thekelleys.dnsmasq
git clone https://github.com/daeken/ldid.git
cd ./ldid