\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{malikcoskun} \pdfinfo{ /Title (ubuntu-16-04-4.pdf) /Creator (Cheatography) /Author (malikcoskun) /Subject (Ubuntu 16.04.4 Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{F44336} \definecolor{LightBackground}{HTML}{FEF3F2} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Ubuntu 16.04.4 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{malikcoskun} via \textcolor{DarkBackground}{\uline{cheatography.com/72566/cs/18361/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}malikcoskun \\ \uline{cheatography.com/malikcoskun} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 20th December, 2018.\\ Updated 21st December, 2018.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Genel Uygulama Kısayolları}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl + C & Seçilen metni/nesneyi kopyala \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Ctrl + X & Seçilen metni/nesneyi key \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Ctrl + V & Seçilen metni/nesneyi yapıştır/ekle \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Ctrl + A & Tüm metni seç \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Ctrl + B & Seçilen metni kalın yap \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} Ctrl + I & Seçilen metni italik yap \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} Ctrl + U & Seçilen metnin altını çiz \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} Ctrl + N & Yeni bir belge veya pencere aç \tn % Row Count 12 (+ 2) % Row 8 \SetRowColor{LightBackground} Ctrl + S & Mevcut belgeyi kaydet \tn % Row Count 13 (+ 1) % Row 9 \SetRowColor{white} Ctrl + O & Başka bir belge aç \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} Ctrl + P & Mevcut belgeyi yazdır \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} Ctrl + Z & Yapılan son değişikliği geri al \tn % Row Count 17 (+ 2) % Row 12 \SetRowColor{LightBackground} Ctrl + Shift + Z & Yeni yapılan değişikliği geri al \tn % Row Count 19 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.54287 cm} x{3.43413 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Firefox Web Tarayıcısı Kısayolları}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl + T & Yeni bir sekme aç \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Ctrl + Tab & Sekmeler arası geçiş (ileriye doğru) \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Ctrl + Shift + Tab & Sekmeler arası geçiş (geriye doğru) \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Ctrl + W & Geçerli sekmeyi (veya son sekmede ise tarayıcıyı) kapatır \tn % Row Count 8 (+ 3) % Row 4 \SetRowColor{LightBackground} Ctrl + L & Yeni bir web adresi girilebilir \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Ctrl + B & Yer işaretlerini g{\"o}sterir \tn % Row Count 11 (+ 1) % Row 6 \SetRowColor{LightBackground} Ctrl + H & Tarama geçmişini g{\"o}sterir \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} Ctrl + K & Arama çubuğuna yeni bir web araması girilir \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} Ctrl + Y & İndirilen dosyaları g{\"o}sterir \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} F11 & Mevcut sayfayı tam ekran g{\"o}sterir \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} Esc & Mevcut sayfayı yüklemeyi durdurur \tn % Row Count 21 (+ 2) % Row 11 \SetRowColor{white} Ctrl + R & Mevcut sayfayı yeniden yükler \tn % Row Count 23 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.59501 cm} x{2.51735 cm} x{1.46464 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Temel Linux Komutları}} \tn % Row 0 \SetRowColor{LightBackground} sudo & K{\"o}k izinleri gerektiren her komuttan {\"o}nce sudo kullanılır & \$ sudo su \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} ls \seqsplit{(list)} & Liste komutu ile terminal içinde çalıştığınız dizinin tüm dosyalarını ve klas{\"o}rlerini g{\"o}sterecektir & /home\$ ls \tn % Row Count 9 (+ 6) % Row 2 \SetRowColor{LightBackground} cd & Geçerli dizininizden gitmek istediğiniz klas{\"o}rün adını yazınız. Eğer yukarı çıkmak istiyorsanız parametre olarak çift nokta (..) vererek yapın & /home \$ cd usr \tn % Row Count 17 (+ 8) % Row 3 \SetRowColor{white} mkdir & Yeni bir klas{\"o}r veya alt klas{\"o}r oluşturur & \textasciitilde{}\$ mkdir klas{\"o}rAdı \tn % Row Count 19 (+ 2) % Row 4 \SetRowColor{LightBackground} cp & Dosyayı kopyalayıp yapıştırmaya yardımcı olur & \$ cp kaynak hedef \tn % Row Count 22 (+ 3) % Row 5 \SetRowColor{white} rm & Dosyayı veya dizini kaldırmak için bir komuttur. Dosyanın kaldırılması için k{\"o}k izni gerekiyorsa -f kullanılabilir. & \$ rm dosya.txt \tn % Row Count 28 (+ 6) % Row 6 \SetRowColor{LightBackground} \seqsplit{apt-get} & Herhangi bir paketi yüklemek, kaldırmak ve yükseltmek için kullanılır & \$ sudo apt-get update \tn % Row Count 32 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.59501 cm} x{2.51735 cm} x{1.46464 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Temel Linux Komutları (cont)}} \tn % Row 7 \SetRowColor{LightBackground} grep & Bir dosya bulunması gerekiyor fakat tam yeri veya yolu bilinmiyorsa kullanılır & \$ grep user /etc/passwd \tn % Row Count 4 (+ 4) % Row 8 \SetRowColor{white} cat & Dosyadaki metni açar & \$ cat dosya.txt \tn % Row Count 6 (+ 2) % Row 9 \SetRowColor{LightBackground} \seqsplit{poweroff} & & \$ sudo poweroff \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Masaüstü Kısayolları}} \tn % Row 0 \SetRowColor{LightBackground} Alt + F1 & Uygulamalar menüsünü aç \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Alt + F2 & G{\"o}rünen kutuya adını yazarak uygulamayı çalıştır \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Prt Sc & (Ekranı yazdır) Tüm ekranın ekran g{\"o}rüntüsünü al \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Alt + Prt Sc & Mevcut pencerenin ekran g{\"o}rüntüsünü al \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Shift + Prt Sc & Ekranda seçilen bir dikd{\"o}rtgenin ekran g{\"o}rüntüsünü al \tn % Row Count 10 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Terminal Kısayolları}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl + Shift + T & Mevcut terminalde yeni sekme aç \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Ctrl + Shift + W & Mevcut sekmeyi kapat \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Ctrl + A & İmleci satırına başına taşır \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Ctrl + E & İmleci satırın sonuna taşır \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Ctrl + U & Mevcut satırın tamamını siler \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Ctrl + W & İmleçten {\"o}nceki kelimeyi siler \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} Ctrl + R & Yazılanlarla eşleşen komutlar için geçmişi aramaya yarar \tn % Row Count 15 (+ 3) % Row 7 \SetRowColor{white} Ctrl + C & Mevcut süreci durdurur \tn % Row Count 16 (+ 1) % Row 8 \SetRowColor{LightBackground} Ctrl + L & Terminali temizle \tn % Row Count 17 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Yukarı/Aşağı Ok tuşları} \tn % Row Count 18 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.64241 cm} x{3.33459 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Terminal Kısayolları}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl + Shift + T & Mevcut terminalde yeni sekme aç \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}