How to Install & Lock Down Kali Linux for Safe Desktop Use
http://news-in.op-mobile.opera.com/news/detail/7a6b9a0aa868839694f72cf81e177498_in?share=1&country=in&language=en
http://news-in.op-mobile.opera.com/news/detail/7a6b9a0aa868839694f72cf81e177498_in?share=1&country=in&language=en
Python: Simple Login Application | Free source code, tutorials and articles
https://www.sourcecodester.com/tutorials/python/11351/python-simple-login-application.html
https://www.sourcecodester.com/tutorials/python/11351/python-simple-login-application.html
SourceCodester
Simple Login Application in Python Tutorial with Source Code
In this tutorial, we will create a Simple Login Application in Python. Python has a design philosophy that emphasizes code readability. That's why Python is very easy to use especially for beginners who just started programming. It is very easy to learn the…
Inventory and monitoring system | Free source code, tutorials and articles
https://www.sourcecodester.com/php/11325/inventory-and-monitoring-system.html
https://www.sourcecodester.com/php/11325/inventory-and-monitoring-system.html
SourceCodester
Inventory and Monitoring System using PHP with Source Code
Hi! This is an Inventory and Monitoring System Project in PHP and MySQL database. The system was mainly built/developed to manage a certain pharmacy's stock/items. The system will help the pharmacy's management to monitor their stock in and stock out easily.
How to Install macOS Sierra Final on VirtualBox on Windows - Techsviewer
https://techsviewer.com/install-macos-sierra-virtualbox-windows/
https://techsviewer.com/install-macos-sierra-virtualbox-windows/
Download macOS High Sierra 10.13.1 ISO Installer for Mac, VMware and VirtualBox - SysAdmin
https://linux-video-tutorials.blogspot.com/2017/12/download-macos-high-sierra-10-13-1-iso-mac-vmware-virtualbox.html
https://linux-video-tutorials.blogspot.com/2017/12/download-macos-high-sierra-10-13-1-iso-mac-vmware-virtualbox.html
MacOS VirtualBox VM on Ubuntu - Shujin Wu
http://suzywu2014.github.io/ubuntu/2017/02/23/macos-sierra-virtualbox-vm-on-ubuntu
http://suzywu2014.github.io/ubuntu/2017/02/23/macos-sierra-virtualbox-vm-on-ubuntu
suzywu2014.github.io
MacOS VirtualBox VM on Ubuntu - Shujin Wu
Suzy Wu's blog
Set up your dashboards and reporting with ELK Stack - Africa Performances
https://www.africaperformances-ci.com/index.php/blog/117-mettez-en-place-vos-tableaux-de-bord-et-reporting-avec-elk-stack
https://www.africaperformances-ci.com/index.php/blog/117-mettez-en-place-vos-tableaux-de-bord-et-reporting-avec-elk-stack
How to run program or process on specific CPU cores on Linux - Xmodulo
http://xmodulo.com/run-program-process-specific-cpu-cores-linux.html
http://xmodulo.com/run-program-process-specific-cpu-cores-linux.html
Xmodulo
How to run program or process on specific CPU cores on Linux
This tutorial describes how to run a program or a process on specific CPU cores using taskset tool on Linux.
Configuring Appium in Ubuntu from Scratch – TestCult – Medium
https://medium.com/testcult/configuring-appium-in-ubuntu-from-scratch-a9f8edc02d13
https://medium.com/testcult/configuring-appium-in-ubuntu-from-scratch-a9f8edc02d13
Medium
Configuring Appium in Ubuntu from Scratch
Recently I started working on Appium for Android automation using node.js and needed to set up the automation environment on my Ubuntu…
Download latest nodejs linux binaries from https://nodejs.org/download/release/latest/
into a folder for example /home/superman/Downloads (where superman is your username and you have downloaded the file in Downloads)Now install it under /usr/local usingcd /usr/local
tar --strip-components 1 -xzf /home/superman/Downloads/node-v8.2.1-linux-x64.tar.gzCheck the installation usingwhich node
it should give you output
usr/local/bin/node
node -v
should give you output
v8.2.1 (or whichever version you have installed)
into a folder for example /home/superman/Downloads (where superman is your username and you have downloaded the file in Downloads)Now install it under /usr/local usingcd /usr/local
tar --strip-components 1 -xzf /home/superman/Downloads/node-v8.2.1-linux-x64.tar.gzCheck the installation usingwhich node
it should give you output
usr/local/bin/node
node -v
should give you output
v8.2.1 (or whichever version you have installed)
CPU Affinity | Linux Journal
https://www.linuxjournal.com/article/6799
https://www.linuxjournal.com/article/6799
How to reset root password on Fedora 21, Fedora 22 | LinuxBSDos.com
http://linuxbsdos.com/2015/03/19/how-to-reset-passwords-on-fedora-21-and-22/
http://linuxbsdos.com/2015/03/19/how-to-reset-passwords-on-fedora-21-and-22/
Linuxbsdos
How to reset root password on Fedora 21, Fedora 22 | LinuxBSDos.com
How to reset root password on Fedora 21, Fedora 22. To reset the password for root or a user account, boot into single user mode. Use the passwd command to reset
Best Practices for Using Multiple Network Interfaces (NICs) with NI Products - National Instruments
http://www.ni.com/white-paper/12558/en/
http://www.ni.com/white-paper/12558/en/
Ni
Best Practices for Using Multiple Network Interfaces (NICs) with NI Products - National Instruments
It is becoming commonplace to have more than one Ethernet adapter in a PC or embedded controller, especially in systems where wired and wireless adapters are both present. However,...