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
You can install redesigned version elementary tweaks on Loki. | |
sudo apt install software-properties-common && | |
sudo add-apt-repository ppa:philip.scott/elementary-tweaks && | |
sudo apt update && | |
sudo apt install elementary-tweaks |
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
Private Sub rpcAbrirPuerto() | |
Try | |
If SerialPort1.IsOpen Then | |
SerialPort1.Close() | |
End If | |
With SerialPort1 | |
.PortName = "COM1" | |
.BaudRate = 9600 | |
.Parity = IO.Ports.Parity.None | |
.DataBits = 8 |
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
#!/bin/bash | |
#TS3 Server crack install script | |
#Written by: Supervisor for www.r4p3.net | |
#Configuration settings. Change those to your needs or leave them as provided for standart use. | |
timeout="5" #Timeout for update check in s | |
COLOR1='\033[0;32m' #green color | |
COLOR2='\033[0;31m' #red color | |
NC='\033[0m' #no color | |
check_for_updates="1" #put 1=YES or 0=NO to check for updates |
NewerOlder