↧
Bash Script – Get all installed packages
Create file and chmod 755 ---------- getallpackages.sh ----------- #!/bin/bash echo "-------- get all packages -------" > getallpackages.txt sudo dpkg -l >> getallpackages.txt gedit...
View ArticleHow to Install the Nullsoft Installer – NSIS on Linux
A how-to for installing the Nullsoft Installer System on a Linux box for creating Windows Installer Packages. Source: How to Install the Nullsoft Installer – NSIS on Linux
View ArticleFor adding a ppa: repository in Kali
For adding a ppa repository in Kali 2.0 : sudo apt-get install software-properties-common # then add your desired source. Example: qdirstat sudo add-apt-repository ppa:nathan-renniewaldock/qdirstat
View ArticleAdd VNC server in Raspberry Pi using TightVNC
https://www.raspberrypi.org/documentation/remote-access/vnc/
View ArticleOpenSSH Config File Examples – Cyberciti
http://www.cyberciti.biz/faq/create-ssh-config-file-on-linux-unix/
View Article