[DWM] Dynamic window manager for X Posted by Keep Growing on 下午3:11 in Linux / No comments Shortcut : Alt + T (Show all windows on the screen) Alt + L (Let the left windows more bigger) Alt + H (Let the right windows more bigger) Alt + P (input command to use Ex: lxterminal) Alt + Shift + Enter (Open terminal) Reference: dwm Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[Firewall] How to block ipv6 IP and PortCommandip6tables -I FORWARD -p TCP -d <IPv6 address> --dport 21 -j DROPip6tables -I FORWARD -p UDP -d <IPv6 address> --dport 21 -j DROPRef… Read More[Ethernet] How to change MAC address of eth0 Commandsudo ifconfig eth0 hw ether 00:AA:BB:CC:DD:EEReference:How to Change Network Card MAC Address on Ubuntu 13.04… Read More[C] Copy *.h into system (ubuntu 10.04)Put all *.h into /usr/include/when write code can write like following code.#include <stdio.h>#include <XXXX.h>… Read More[Compile Linux Kernel] Compile Linux kernel 3.15.5 on Fedora 20 Install compile package sudo yum install gcc perl ncurses-devel Download Linux kernel source code linux-3.15.5.tar.xz tar linux source… Read More[Linux Source Code] Download source code by using apt-get on UbuntuBy following command will download kernel source code.$ sudo apt-get update $ sudo apt-get install linux-source Reference:HowTo: Ubuntu Linux Install… Read More
0 意見:
張貼留言