File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ # #######
2+ # Linux
3+ # #######
4+
5+ * ~
6+
7+ # temporary files which can be created if a process still has a handle open of a deleted file
8+ .fuse_hidden *
9+
10+ # KDE directory preferences
11+ .directory
12+
13+ # Linux trash folder which might appear on any partition or disk
14+ .Trash- *
15+
16+ # .nfs files are created when an open file is removed but is still being accessed
17+ .nfs *
18+
19+
20+ # #####
21+ # vim
22+ # #####
23+
24+ # Swap
25+ [._ ]* .s [a-v ][a-z ]
26+ [._ ]* .sw [a-p ]
27+ [._ ]s [a-v ][a-z ]
28+ [._ ]sw [a-p ]
29+
30+ # Session
31+ Session.vim
32+
33+ # Temporary
34+ .netrwhist
35+ * ~
36+ # Auto-generated tag files
37+ tags
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+
4+ echo ==== ASLR disabled for this session ====
5+
6+ setarch ` uname -m` -R bash --rcfile <( echo " PS1='no-aslr $ '" ) -i
7+
8+ echo ==== ASLR re-enabled ====
9+
You can’t perform that action at this time.
0 commit comments