-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
49 lines (34 loc) · 844 Bytes
/
Makefile
File metadata and controls
49 lines (34 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
ipv4:
sudo cp /etc/hosts.ipv4 /etc/hosts
noipv4:
sudo cp /etc/hosts.noipv4 /etc/hosts
ipv6:
sudo cp /etc/hosts.ipv6 /etc/hosts
noipv6:
sudo cp /etc/hosts.noipv6 /etc/hosts
newipv6:
~/makeupdateipv6.sh
ibus:
killall ibus-daemon
ibus-daemon -d
pkgcleancache:
@~/makepkgcleancache.sh
gset:
killall gnome-settings-daemon
/usr/lib/gnome-settings-daemon/gnome-settings-daemon &
watchdisk:
sudo watch -d -n 1200 'smartctl -a /dev/sda |grep "Current_Pending_Sector"'
watchkernel:
watch 'dmesg |tail -n 35'
watchdisk2:
sudo watch -n 360 'echo `smartctl -a /dev/sda |grep -i temp` `smartctl -a /dev/sda |grep -i load`'
kindle:
sudo ifconfig usb0 192.168.15.1;
ssh -X root@192.168.15.244
presentation:
./makepresent.sh
swap:
mkswap /dev/sda7
sudo swapon /dev/sda7
proxy:
/home/liuexp/Downloads/localproxy-2.0.0/proxy.py