Aspect Ratio | Resolution |
---|---|
Flat (1.85) | 3996 x 2160 |
Scope (2.39) | 4096 x 1716 |
Full Container (1.90) | 4096 x 2160 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\SOFTWARE\Classes\.bmp] | |
@="PhotoViewer.FileAssoc.Tiff" | |
[HKEY_CURRENT_USER\SOFTWARE\Classes\.cr2] | |
@="PhotoViewer.FileAssoc.Tiff" | |
[HKEY_CURRENT_USER\SOFTWARE\Classes\.dib] | |
@="PhotoViewer.FileAssoc.Tiff" |
apt-get install deborphan -y && \
apt-get autoremove --purge libx11-.* lxde-.* raspberrypi-artwork xkb-data omxplayer penguinspuzzle sgml-base xml-core alsa-.* cifs-.* samba-.* fonts-.* desktop-* gnome-.* && \
apt-get autoremove --purge $(deborphan) && \
apt-get autoremove --purge && \
apt-get autoclean
After finding a lot of other posts on the topic that didn't work out for me this one did the trick so I'm reposting for my own sense of self preservation.
Copy the Virtualbox autostart plist template file to your system's LaunchDaemons folder.
sudo cp \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:start | |
cls | |
ECHO ******************************* | |
ECHO * Windows 10 Version Switcher * | |
ECHO ******************************* | |
ECHO 1. Windows 10 Pro | |
ECHO 2. Windows 10 Pro VL | |
ECHO 3. Windows 10 Education VL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$Session = New-Object -ComObject Microsoft.Update.Session | |
$Searcher = $Session.CreateUpdateSearcher() | |
$Searcher.ServiceID = '7971f918-a847-4430-9279-4a52d1efe18d' | |
$Searcher.SearchScope = 1 # MachineOnly | |
$Searcher.ServerSelection = 3 # Third Party | |
$Criteria = "IsInstalled=0 and Type='Driver'" | |
Write-Host('Searching Driver-Updates...') -Fore Green | |
$SearchResult = $Searcher.Search($Criteria) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "keloran" | |
}, | |
"basics": { | |
"name": "Juliano Marcelino", | |
"label": "Backend | Python | Django | Data", | |
"picture": "https://avatars.githubusercontent.com/u/14352515", | |
"summary": "I enjoy to solve problems using technology that improves peoples' lives on a major scale. Over the last ten-plus years, I've been leading, guiding and developing on a variety of projects, using different sets of stacks, on physical and cloud structures.\n\nSome of the technologies which I have experience and use on daily basis: Python, Jupyter Notebook (Condas), Django, Linux (Alpine, Arch, Debian), Docker, SQL & NoSQL, TDD, Agile, Scrum, Heroku, Git/Github, Markdown, LaTeX (BibTEX, PGF, TikZ, etc), among others.\n\nDeepening or studying Julia, Seaborn, Pickles, BeautifulSoup4, Blockchain Data Analytics, GCP, AWS, Graphana, Prometheus, BDD, Robot, Gherkin.\n\nPlease, feel free to keep in touch through email (juliano at jmarcelino dot com dot br) or (ojmarcelino at tutanota do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Many times we have HTML articles published across multiple pages. | |
% And sometimes we want to print all those pages as one PDF. | |
% Usage: | |
% - Print to PDF from browser; | |
% - Put and rename the PDF on the same folder as .tex; | |
% - Use LaTeX to assemble these into one PDF. | |
% | |
\documentclass[a4paper]{article} | |
\usepackage{pdfpages} | |
\begin{document} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<control type="label"> | |
<description>IP Address</description> | |
<left>200</left> | |
<top>5</top> | |
<height>49</height> | |
<width min="200" max="300">auto</width> | |
<label>IP: $INFO[Network.IPAddress]</label> | |
<align>left</align> | |
<aligny>center</aligny> | |
<font>font12</font> |