-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.html
More file actions
115 lines (104 loc) · 6.06 KB
/
Copy pathsetup.html
File metadata and controls
115 lines (104 loc) · 6.06 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Stanley Tan</title>
<META NAME="Description" CONTENT="Stanley Tan's personal page">
<META NAME="KEYWORDS" CONTENT="Stanley,,stnly,Software engineering,se,computer science,kayaking,security,cybersecurity,penetration testing,simple software,minimalism,linux">
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="all" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta http-equiv="imagetoolbar" content="false" />
<link rel="stylesheet" href="in/style.css" />
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
padding-left: 12%;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
<link href="css/bootstrap.css" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27918665-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="text">
<p><h1>Setup</h1>
This is my current laptop setup.<br />
</p>
<p><h1>Hardware</h1>
Laptop Model: Asus U36SD<br />
Processor: Intel Core i7-2620<br />
Graphics Card: Nvidia GeForce GT520M<br />
RAM: 8GB<br />
Hard Drive: 500GB SATA Western Digital 5400RPM<br />
Wireless Chip: Atheros AR9002WB-1NG</p>
<p><h1>OS</h1>
<a href="http://archlinux.org/" title="Archlinux">Archlinux</a> - Rolling release linux distro.<br />
<p><h1>Basics</h1>
<a href="http://openbox.org/" title="Openbox">Openbox</a> - for managing windows.<br />
<a href="http://code.google.com/p/tint2/" title="tint2">tint2</a> - for managing panel/taskbar.<br />
<a href="http://slim.berlios.de/" title="SLiM">SLiM</a> - for managing login.<br />
<a href="http://software.schmorp.de/pkg/rxvt-unicode.html" title="rxvt-unicode">rxvt-unicode</a> - for terminal.<br />
<a href="https://github.com/joelthelion/autojump/wiki" title="Autojump">autojump</a> - for fast 'cd'.<br />
<a href="http://htop.sourceforge.net/" title="htop">htop</a> - for monitoring processes.<br />
<a href="http://rsync.samba.org/" title="rsync">rsync</a> - for synchronising files.<br />
<a href="http://xarchiver.sourceforge.net/" title="Xarchiver">Xarchiver</a> - for compression.<br />
<a href="http://pcmanfm.sourceforge.net/" title="pcmanfm">pcmanfm</a> - for managing files.<br />
<a href="http://git-scm.com/" title="git">git</a> - for version control.<br />
<a href="http://pm-utils.freedesktop.org/" title="pm-utils">pm-utils</a> - for suspend and hibernate.<br />
<a href="http://dropbox.com" title="dropbox">dropbox</a> - for synchronising files in the cloud.<br />
<a href="http://conky.sourceforge.net/" title="conky">conky</a> - for system monitoring on the desktop.<br />
<a href="http://thegraveyard.org/skippy.html" title="skippy">skippy</a> - for full screen task switching.<br />
<a href="http://humdi.net/vnstat/" title="vnstat">vnstat</a> - for monitoring network traffic.<br />
<a href="https://launchpad.net/safe-rm" title="safe-rm">safe-rm</a> - for safety.<br />
<a href="http://www.acpi.info/" title="acpi">acpi</a> - for laptop-mode.<br />
<a href="http://samwel.tk/laptop_mode/" title="laptop-mode">laptop-mode</a> - for power saving.<br />
<a href="http://www.bootchart.org/" title="bootchart">bootchart</a> - for tracking boot sequence.<br />
<a href="http://stereopsis.com/flux/" title="f.lux">f.lux</a> - for screen comfort.<br />
<a href="https://github.com/djmelik/archey" title="archey">archey</a> - for showing system information on urxvt.<br />
<a href="http://xyne.archlinux.ca/scripts/conky/" title="paconky">paconky</a> - for displaying package updates with conky.<br />
<a href="http://archlinux.fr/yaourt-en" title="yaourt">yaourt</a> - for managing packages. AUR included.<br />
<a href="http://www.lesbonscomptes.com/recoll/" title="recoll">recoll</a> - for full text searching.<br />
<a href="http://preyproject.com/" title="prey">prey</a> - for laptop tracking in case of theft.<br />
<a href="http://www.crashplan.com/" title="crashplan">crashplan</a> - for backup.<br />
<a href="https://github.com/sahib/rmlint" title="rmlint">rmlint</a> - for cleaning filesystem.<br />
<a href="http://www.keepassx.org/" title="KeePassX">KeePassX</a> - for managing passwords.<br />
<a href="http://www.truecrypt.org/" title="TrueCrypt">truecrypt</a> - for encrypting important stuff.<br />
<a href="https://github.com/sstephenson/rbenv" title="rbenv">rbenv</a> - for managing ruby versions.<br />
</p>
<p><h1>Text</h1>
<a href="http://vim.org/" title="vim">vim</a> - for cli text editing.<br />
<a href="http://fletcherpenney.net/multimarkdown/" title="multimarkdown">multimarkdown</a> - for converting markdown into various formats.<br />
<a href="http://www.libreoffice.org/" title="LibreOffice">LibreOffice</a> - for spreadsheet work.<br />
<a href="http://www.latex-project.org/" title="latex">LaTeX</a> - for report writing.<br />
</p>
<p><h1>Web</h1>
<a href="http://www.chromium.org/" title="chromium">chromium</a> - for browsing the web.<br />
</p>
<p><h1>Downloading</h1>
<a href="http://www.transmissionbt.com/" title="transmission">transmission</a> - for torrents.<br />
</p>
<p><h1>Images and Videos</h1>
<a href="http://www.gimp.org/" title="gimp">gimp</a> - for powerful image editing.<br />
<a href="http://freecode.com/projects/scrot" title="scrot">scrot</a> - for screenshots.<br />
<a href="http://mpd.wikia.com/" title="mpd">mpd</a> with <a href="http://ncmpcpp.rybczak.net/" title="ncmpcpp">ncmpcpp</a> - for music.<br />
<a href="http://www.mplayerhq.hu/" title="mplayer">mplayer</a> - for videos.<br />
<a href="http://www.imagemagick.org/script/index.php" title="imagemagick">imagemagick</a> - for basic image editing for variety of file types.</p>
</div>
<div id="small">
<a href="http://stnly.com">Stanley Tan</a>
</div>
</body>
</html>