Skip to main content

Posts

Windows 8 Mouse Tips and Tricks

Work in progress!!! Mouse Gesture What it does Click anywhere Lock screen: brings up login screen Move mouse to corner bottom left, then click popup icon Either shows Start(home) screen or desktop screen Move mouse to corner top left, then click popup icon Cycle through running applications Move mouse to corner bottom(or top) left, then move mouse up Show running applications Move mouse to corner bottom right Show Charms bar Right Click in Doc area IE10MUI: Brings up address bar and tab bar * IE10MUIE: IE10 Moderun UI

Windows 8 Shortcuts

Work in progress!!! Keyboard Shortcut Action Win Key Windows 8 Home Screen Any Key Lock Screen - brings up login window Page Down/Page Up In W8 Home Screen, move between tile groups Win+C Open Charms bar Win+Q Bring up integrated/semantic search Win+f Search for Files Win+I Charms bar Settings Win+K Charms bar Devices Win+Tab See running applications Win+D Show Desktop

Get IP address of the machine in Arch Linux

How to get IP address in Arch Linux? Well, it turns out to be easy: #: ip addr You should see something like: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo     inet6 ::1/128 scope host        valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000     link/ether 00:1f:c6:d5:32:4d brd ff:ff:ff:ff:ff:ff     inet 192.168.0.105/24 brd 192.168.0.255 scope global eth0     inet6 fe80::21f:c6ff:fed5:324d/64 scope link        valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000     link/ether 00:15:af:92:3e:8a brd ff:ff:ff:ff:ff:ff !Enjoy ts