Skip to content

lucasrodrigues85/setuplinuxmint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Personalização das configurações após instalação do Linux Mint

Última versão testada: Linux Mint 19.1 Tessa (64 bits)

Instalação básica

Antes de mais nada, vamos rodar um update e um upgrade :)

sudo apt update && sudo apt upgrade -y

Remover programas não utilizados (lembrando que EU não os utilizo...rs)

sudo apt remove hexchat transmission-gtk rhythmbox thunderbird -y

Clamav Anti Virus

sudo apt install clamav clamtk -y

Codecs de mídia

sudo apt install mint-meta-codecs -y

Suporte à arquivos compactados

sudo apt install rar p7zip-full -y

Vim

sudo apt install vim -y

Open SSH Server

sudo apt install openssh-server -y

Git & gitg

sudo apt install git-core gitg -y

Fonts true type

sudo apt install msttcorefonts -y

Copiar arquivos deste projeto

git clone git://github.com/lucascience/setuplinuxmint.git ~/.setuplinuxmint

Programas

Remmina

sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret -y

Gparted

sudo apt install gparted -y

VPN (F5)

sudo dpkg -i ~/.setuplinuxmint/files/linux_f5vpn.x86_64.deb

Filezilla

sudo apt install filezilla -y

Htop

sudo apt install htop -y

Meld

sudo apt install meld -y

Synapse

sudo apt install synapse -y

NMAP Use 'sudo nmap -sS ' pra saber as portas abertas de uma máquina remota E use 'netstat -npl | grep ' para saber os processos servindo determinada porta

sudo apt install nmap -y

Flameshot (Se o link estiver desatualizado, acesse essa página, baixe a última versão e salve-o com o nome flameshot.deb:)

wget https://github.com/lupoDharkael/flameshot/releases/download/v0.6.0/flameshot_0.6.0_bionic_x86_64.deb -O flameshot.deb
sudo dpkg -i flameshot.deb
sudo apt-get install -f
rm -rf flameshot.deb

Snap

sudo apt install snapd -y

Google Chrome

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

Flash

sudo apt install adobe-flashplugin browser-plugin-freshplayer-pepperflash -y

Powershell

wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo add-apt-repository universe
sudo apt-get install -y powershell
rm -rf packages-microsoft-prod.deb

Spotify

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt update
sudo apt install spotify-client

Stacer (utilitário para limpeza e melhora de desempenho)

sudo add-apt-repository ppa:oguzhaninan/stacer
sudo apt update
sudo apt install stacer -y

TeamViewer

sudo sh -c "echo 'deb http://linux.teamviewer.com/deb stable main' >> /etc/apt/sources.list.d/teamviewer.list"
wget -q https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc -O- | sudo apt-key add -
sudo apt update
sudo apt install teamviewer -y

Virtualbox

sudo apt install virtualbox vde2 virtualbox-guest-additions-iso virtualbox-qt libqt5opengl5

Visual Studio Code

sudo snap install code --classic

Wine Enable 32 bit programs

sudo dpkg --add-architecture i386

Install Wine

sudo apt install --install-recommends winehq-stable -y

Liberação de acesso via VNC

  1. Remove the default Vino server:
sudo apt remove vino -y
  1. Install x11vnc:
sudo apt install x11vnc -y
  1. Create the directory for the password file:
sudo mkdir /etc/x11vnc
  1. Create the encrypted password file:
sudo x11vnc --storepasswd /etc/x11vnc/vncpwd

You will be asked to enter and verify the password. Then press Y to save the password file.

  1. Create the systemd service file for the x11vnc service:
sudo xed /lib/systemd/system/x11vnc.service

Copy/Paste this code into the empty file:

[Unit]
Description=Start x11vnc at startup.
After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared

[Install]
WantedBy=multi-user.target
  1. Reload the services:
sudo systemctl daemon-reload
  1. Enable the x11vnc service at boot time:
sudo systemctl enable x11vnc.service
  1. Start the service:

Either reboot or

sudo systemctl start x11vnc.service
  1. Install remmina-plugin-vnc
sudo apt install remmina-plugin-vnc

DotFiles

cat ~/.setuplinux/dotfiles/.bashrc >> ~/.bashrc

Outros

Extensions for Google Chrome:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages