by tekoso | Jul 8, 2018 | Knowledge Base, Linux Administration
Many times we have a server set up manually with a Gnome or KDE GUI that isn’t necessary on most reboots. After all, GUIs can take up system resources that we may want for something else, such as gaming, mining, or computing projects. Fortunately, turning it off...
by tekoso | Jun 12, 2018 | Knowledge Base, Linux Administration
The scp command transfers a file from one server to another securely in linux environments. Most if not all linux flavors come with the scp command pre-installed, but if not you can find the package in your repository. To copy a file from your local server to remote...
by tekoso | Mar 12, 2018 | Knowledge Base, Linux Administration
The following is a compiled list of hot keys for Kali Linux Rolling. Basic Functions Alt F1 = Kali Applications Menu F10 = Current application’s main menu Alt F2 = Run a command Alt F4 = Close Window Ctl F4 = Close Tab Alt Tab = Switch between running...
by tekoso | Mar 9, 2018 | Knowledge Base, Linux Administration
The following may work on other systems as well but has been tested on Debian, Kali, and Ubuntu latest releases. For various reasons, we often need to avoid using IPv6 addresses to facilitate penetration testing on our network, improve network stability, or test proxy...
by tekoso | Feb 26, 2018 | Knowledge Base, Linux Administration
Since MySQL 5.7 changed the security model, now the MySQL root login requires a sudo, which cannot be done through the web browser. The workaround is to create a new user and grant it permission. CREATE USER ‘phpmyadmin’@’localhost’ IDENTIFIED...