-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
324 lines (296 loc) · 19.4 KB
/
index.html
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>DevPy</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="57x57" href="/assets/favicons/apple-touch-icon-57x57.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/favicons/apple-touch-icon-60x60.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/favicons/apple-touch-icon-72x72.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/favicons/apple-touch-icon-76x76.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/favicons/apple-touch-icon-114x114.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-touch-icon-120x120.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/favicons/apple-touch-icon-144x144.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/favicons/apple-touch-icon-152x152.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon-180x180.png?v=5637004f39">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-32x32.png?v=5637004f39" sizes="32x32">
<link rel="icon" type="image/png" href="/assets/favicons/android-chrome-192x192.png?v=5637004f39" sizes="192x192">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png?v=5637004f39" sizes="96x96">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-16x16.png?v=5637004f39" sizes="16x16">
<link rel="manifest" href="/assets/favicons/manifest.json?v=5637004f39">
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg?v=5637004f39" color="#c64842">
<link rel="shortcut icon" href="/favicon.png">
<meta name="msapplication-TileColor" content="#c64842'}}">
<meta name="msapplication-TileImage" content="/assets/favicons/mstile-144x144.png?v=5637004f39">
<meta name="msappliandcation-config" content="/assets/favicons/browserconfig.xml?v=5637004f39">
<meta name="theme-color" content="#c64842">
<meta name="description" content="The best software recommendations, linux tweaks, and custom code before it's cool." />
<link rel="shortcut icon" href="/favicon.png" type="image/png" />
<link rel="canonical" href="https://www.devpy.me/" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="next" href="https://www.devpy.me/page/2/" />
<meta property="og:site_name" content="DevPy" />
<meta property="og:type" content="website" />
<meta property="og:title" content="DevPy" />
<meta property="og:description" content="The best software recommendations, linux tweaks, and custom code before it's cool." />
<meta property="og:url" content="https://www.devpy.me/" />
<meta property="og:image" content="http://localhost:2368/content/images/2020/04/twitter-1.png" />
<meta property="article:publisher" content="https://www.facebook.com/devpytech" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DevPy" />
<meta name="twitter:description" content="The best software recommendations, linux tweaks, and custom code before it's cool." />
<meta name="twitter:url" content="https://www.devpy.me/" />
<meta name="twitter:image" content="http://localhost:2368/content/images/2020/04/twitter.png" />
<meta name="twitter:site" content="@devpytech" />
<meta property="og:image:width" content="1186" />
<meta property="og:image:height" content="596" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "DevPy",
"url": "https://www.devpy.me/",
"logo": {
"@type": "ImageObject",
"url": "https://www.devpy.me/content/images/2016/12/devpyc.png"
}
},
"url": "https://www.devpy.me/",
"image": {
"@type": "ImageObject",
"url": "https://www.devpy.me/content/images/2016/12/background.jpg",
"width": 1084,
"height": 171
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.devpy.me/"
},
"description": "The best software recommendations, linux tweaks, and custom code before it's cool."
}
</script>
<meta name="generator" content="Ghost 3.13" />
<link rel="alternate" type="application/rss+xml" title="DevPy" href="https://www.devpy.me/rss/" />
<style>
h1.lh-title, h2 {
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
padding: 8px !important;
}
.isso-comment:not(:last-of-type), .isso-follow-up .isso-comment {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.isso-comment:not(:first-of-type), .isso-follow-up .isso-comment {
border-top: none;
}
#isso-root {
display: flex;
flex-direction: column-reverse;
}
.isso-comment {
flex: 0;
width: 100%;
}
#isso-thread .avatar > svg[data-hash="31bd3215b1cf"] {
background-image: url(https://static.devpy.me/assets/favicons/android-chrome-48x48.png);
background-size: contain;
}
#isso-thread .avatar > svg[data-hash="31bd3215b1cf"] > rect {
display: none;
}
#carbonads {
margin-top: -10px;
z-index: 2;
position: relative;
background: white;
}
#sidebar > div.mt2 {
position: relative;
}
#sidebar > div:first-child::after {
content: "♪♪ ヽ(ˇ∀ˇ )ゞ";
position: absolute;
top: 4px;
z-index: 0;
width: calc(100% - 44px);
text-align: center;
}
</style>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" />
<link rel="stylesheet" href="/assets/css/normalize.css?v=5637004f39">
<link rel="stylesheet" href="/assets/css/tachyons.min.css?v=5637004f39">
<link rel="stylesheet" href="/assets/css/screen.css?v=5637004f39">
<link rel="stylesheet" href="/assets/css/prism-tomorrow.min.css?v=5637004f39">
</head>
<body class="fl w-100">
<div class="site-wrapper center mw8 w-100 cf">
<header class="bg-white black-80">
<div style="background-image: url(/content/images/2016/12/background.jpg); background-size: cover; text-align: center;height: 78px;" class="w-100 pt2 pb2">
<a class="blog-logo h-100-l" href="//www.devpy.me/"><img class="h-100" id="header-image" src="/content/images/2016/12/devpyc.png" alt="DevPy" /></a>
<div style="display:none;">The best software recommendations, linux tweaks, and custom code before it's cool.</div>
</div>
<nav id="topnav" class="mt1 pv2 pv3-ns bb w-100">
<a class="link dim black b f6 f5-ns dib mr3" href="/" title="Home">DevPy</a>
<a class=" link dim gray f6 f5-ns dib mr3" href="https://www.devpy.me/search/" title="Search">Search</a>
<a class="subscribe-button link dim gray f6 f5-ns dib" href="/subscribe/">Subscribe</a>
</nav>
</header>
<div id="sidebar" class="sidebar w-20-l w-100 fr pa2 cf">
<div class="mt2 center bg-white br3 pa3 mv3 ba b--black-10"><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIE5Q7&placement=devpyme" id="_carbonads_js"></script></div>
<article id='devpyinfodiv' class="mw5 mt2 center bg-white br3 pa3 mv3 ba b--black-10 frontside-flip" style="clear: both;">
<div class="tc">
<img src="/assets/favicons/android-chrome-192x192.png?v=5637004f39" class="h3 w3 dib" title="DevPy">
</div>
<p class="lh-copy measure center f6 black-70">
On this website, you will find tutorials for installing & managing software, lists of the best linux resources, and in depth guides to linux.
</p>
<a href="https://www.devpy.me/slack" style="
font-weight: bold;
font-size: .875rem;
">Join us on Slack</a>
</article>
<div class="mt2 center bg-white br3 pa3 mv3 ba b--black-10 backside-flip">
<div id="devpromo">
<span>
<span class="devpromo-wrap">
<a href="//bit.ly/extravm" class="devpromo-text" target="_blank">
Get a high performance KVM VPS from ExtraVM. Starting at $3/month for a 512mb 7700k vCPU.
</a>
</span>
</span>
</div>
</div>
</div>
<div class="w-80-l w-100 fl pr3">
<article class="bg-white w-100 h-100 fl mt3 post tag-themes featured">
<div class="ba b--black-10 ma1">
<a href="/10-of-the-best-linux-icon-themes-compared/" title="10 Of The Best Linux Icon Themes Compared">
<div style="background-color: grey; background-image: url(/content/images/2017/04/outputfile_1.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3">
<a href="/10-of-the-best-linux-icon-themes-compared/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">10 Of The Best Linux Icon Themes Compared</a>
<p class="gray db">Linux generally has good, clean looks but the icons are sometimes... a bit lacking. However, with a few small changes, your desktop can look amazing with these icon packs. Icon packs are generally a large amount of images which control how your application, file, <a href="/10-of-the-best-linux-icon-themes-compared/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db pv2"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/themes/">themes</a> - <a href="https://www.devpy.me/10-of-the-best-linux-icon-themes-compared/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<div class="nav w-100 fl pl2 pt2 pl3-l pt3-l"><nav class="pagination">
<span class="page-number">Page 1 of 6</span>
<a class="older-posts" href="/page/2/">Older Posts <span aria-hidden="true">→</span></a>
</nav>
<a class="all-posts" href="/all/">All Posts</a></div>
<div class="w-100 fl">
<article class="bg-white w-100 w-50-l fl mt3 post tag-desktops tag-distributions tag-foss-news">
<div class="ba b--black-10 ma1 h-100">
<a href="/nvidia-xrun/" title="How to use Nvidia-Xrun to unlock your Nvidia laptop's full potential on linux">
<div style="background-color: grey; background-image: url(/content/images/2019/07/nvidia-xrun2.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/nvidia-xrun/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How to use Nvidia-Xrun to unlock your Nvidia laptop's full potential on linux</a>
<p class="gray db" style="flex:1;">Optimus laptops are considered a major pain to use on linux, with many different ways to use them. You can <a href="/nvidia-xrun/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 9 months ago - <a href="/tag/desktops/">desktop environments</a></small>
<small class="gray db"><a href="https://www.devpy.me/nvidia-xrun/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-security">
<div class="ba b--black-10 ma1 h-100">
<a href="/actionable-linux-security-and-device-protection/" title="Actionable Linux Security and Device Protection">
<div style="background-color: grey; background-image: url(/content/images/2018/12/Quick-Guide-to-Linux-Security.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/actionable-linux-security-and-device-protection/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Actionable Linux Security and Device Protection</a>
<p class="gray db" style="flex:1;">This article is from guest author Scott H. Linux is generally more robust than Windows and less vulnerable when it <a href="/actionable-linux-security-and-device-protection/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/scott/">Scott H.</a> - a year ago - <a href="/tag/security/">security</a></small>
<small class="gray db"><a href="https://www.devpy.me/actionable-linux-security-and-device-protection/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-wine">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/" title="How to emulate Wii U games on Linux - installing and optimising Cemu">
<div style="background-color: grey; background-image: url(/content/images/2018/08/ubuntudualboot.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How to emulate Wii U games on Linux - installing and optimising Cemu</a>
<p class="gray db" style="flex:1;">Cemu, a Wii U emulator released two years ago, has been making waves for the level of performance emulating it's <a href="/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 2 years ago - <a href="/tag/wine/">wine</a></small>
<small class="gray db"><a href="https://www.devpy.me/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-wine">
<div class="ba b--black-10 ma1 h-100">
<a href="/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/" title="Steam for Linux can now run Windows games - with Vulkan performance built in">
<div style="background-color: grey; background-image: url(/content/images/2018/08/Proton.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Steam for Linux can now run Windows games - with Vulkan performance built in</a>
<p class="gray db" style="flex:1;">While Linux gaming has steadily evolved over the years, the number of titles on Windows far outnumbers the amount on <a href="/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 2 years ago - <a href="/tag/wine/">wine</a></small>
<small class="gray db"><a href="https://www.devpy.me/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes">
<div class="ba b--black-10 ma1 h-100">
<a href="/the-best-linux-lockscreen/" title="The Best Linux Lockscreen">
<div style="background-color: grey; background-image: url(/content/images/2017/12/devpy.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/the-best-linux-lockscreen/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">The Best Linux Lockscreen</a>
<p class="gray db" style="flex:1;">To be honest, the default lock screens, also known as greeters or display managers (when the lockscreen also manages the <a href="/the-best-linux-lockscreen/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 2 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/the-best-linux-lockscreen/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-foss-news tag-distributions">
<div class="ba b--black-10 ma1 h-100">
<a href="/snapcraft-appimage-flatpak/" title="Snapcraft, AppImage, and Flatpak ... which one is the best?">
<div style="background-color: grey; background-image: url(/content/images/2017/09/snapappflat.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/snapcraft-appimage-flatpak/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Snapcraft, AppImage, and Flatpak ... which one is the best?</a>
<p class="gray db" style="flex:1;">Distro agnostic installation of packages is a long time coming. There are literally thousands of different distros, and a fair <a href="/snapcraft-appimage-flatpak/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/foss-news/">open source news</a></small>
<small class="gray db"><a href="https://www.devpy.me/snapcraft-appimage-flatpak/#isso-thread">loading...</a></small>
</div>
</div>
</article>
</div>
</div>
<script data-isso="https://comments.devpy.me" src="https://comments.devpy.me/js/count.min.js"></script>
<footer class="mt3 pv3 ph3 ph4-m ph5-l mid-gray w-100 fl bt">
<small class="f6 db tc">© 2020 <b class="ttu">DevPy</b>. Inquiries at <b>[email protected]</b></small>
<div class="tc mt3">
<a href="/tag/themes/" title="Themes" class="f6 dib ph2 link mid-gray dim">Linux Themes</a>
<a href="/tag/desktops/" title="Desktops" class="f6 dib ph2 link mid-gray dim">Linux Desktops</a>
<a href="/pages/" title="All Pages" class="f6 dib ph2 link mid-gray dim">All Pages</a>
<a href="/about/" title="About" class="f6 dib ph2 link mid-gray dim">About</a>
<a href="/privacy-policy/" title="Privacy" class="f6 dib ph2 link mid-gray dim">Privacy</a>
</div>
</footer>
</div>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/assets/service-worker.js');
}
</script>
<script async>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77238872-2', 'auto');
ga('send', 'pageview');
</script>
<script src="/assets/prism.min.js?v=5637004f39"></script>
<script src="/assets/prism-bash.min.js?v=5637004f39"></script>
</body>
</html>