How to Set Up Bash in Windows 10 | ITworld
On Wednesday, Microsoft released a version of its operating system that lets users try out Linux on Windows 10. Here’s how to get it set up. Source: How to Set Up Bash in Windows 10 | ITworld
View ArticleCollection Of 51 Free eBooks On Python Programming – Electronics For You
To use with Raspberry Pi or to program simulation software, here’s bringing 51 super helpful and free ebooks on Python programming that can help you become a python pro. Who knows you end up becoming...
View ArticleBash Script – Get package contents
Create file and paste contents then make the script executable gedit get_package-contents.sh chmod 755 get_package-contents.sh ---------------- get_package-contents.sh --------- #!/bin/bash a=geany...
View ArticleBash 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