Download proper Teamspeak server for your architecture. Create teamspeak user. tar -xvf *.tar.bz2 vi /etc/systemd/system/teamspeak.service [Unit]Description=TeamSpeak 3 ServerAfter=network.target [Service]WorkingDirectory=/home/teamspeak/ts3s/User=teamspeakGroup=teamspeakType=forkingExecStart=/home/teamspeak/ts3s/ts3server_startscript.sh start inifile=ts3server.iniExecStop=/home/teamspeak/ts3s/ts3server_startscript.sh stopPIDFile=/home/teamspeak/ts3s/ts3server.pidRestartSec=15Restart=always [Install]WantedBy=multi-user.target 5. systemctl start teamspeak 6. cat /usr/local/teamspeak/logs/* | grep “token” 7. Login to Teamspeak using client and enter token to take ownership. Hits: 122
Category: OS
5Ghz WiFi and Windows 10
I have been having issues with devices maintaining connections to my 5Ghz SSID on multiple devices. After the latest Android update, it seems my phone is able to maintain reliable 5Ghz connections but my Windows 10 laptop was still having issues. After some searching I decided to update the driver […]
Fucking w/ TinyDNS
Getting the serial number/change date for a domain on an authoritative server. nameserver:/root # tinydns-get soa domain.com6 domain.com: 193 bytes, 1+1+3+3 records, response, authoritative, noerror query: 6 domain.com answer: domain.com 60 SOA ns1.domain.com domain.com 2012043001 10800 3600 604800 3600 authority: domain.com 60 NS ns1.domain.com authority: domain.com 60 NS ns2.domain.com authority: […]
Syslog: Log Levels
debian housekeeping
script /common/scripts/debianHK.sh http://www.linuxquestions.org/questions/debian-26/how-do-i-get-apt-get-to-completely-uninstall-a-package-237772/ http://www.rootkit.nl/files/lynis-documentation.html apt-get install deborphan debfoster #apt-get remove –purge package #apt-get clean the later will clean the /var #debfoster will show files and libraries still left after the apt-get remove –purge, if you don’t recognize a library, keep it, later on, deborphan will give you a list of […]