Please download and install Kodi on your computer or tablet (Android) Navigate to the “File manager” tab under the “SYSTEM” menu Click on the “Add source” option Select the top text input box marked “<None>” under the “Enter the paths of browse for the media locations” field. Using the on-screen keyboard, type in “http://fusion.tvaddons.ag” without quotations, and then press the “Done” button. In…
I will show in few steps how to access your windows pc for anywhere: By default, your local network is local and cut off from the rest of the internet. In most cases you have just one IP address that’s shown to the world, despite the many that your router distributes to your individual computers and devices locally. What port…
Creating Linux Mint USB In Mac : Insert Your Flash Drive open disk utility and format your USB drive ( fat32 , MBR partition ) Place your downloaded ISO on desktop Open Terminal ( Applications>>Utilities >> Terminal Convert Your ISO to IMG hdiutil convert -format UDRW -o output.img sourceLinux.iso IN my case Now Rename output.img.dmg ( it’s added by apple…
Home File Servers are the consumer electronics solution to the massive storage we all have now without having a dedicated PC. If you recently bought a home file server or are planning on getting one soon this article will help you understand how to set it up Naming the Home File Server The name you choose is not so important. Thanks to…
To get server or computer information and to save the information into a txt file fallow this simple step. you can also add this into script that will run this automatically for you: psinfo -d \\Server1 > date.txt psinfo -d \\Server2 >> date.txt psinfo -d \\Server3 >> date.txt psinfo -d \\Server4 >> date.txt :> psinfo \\development -h -d PsInfo v1.6…
Just follow this simple steps: Open Linux Terminal To START recording type script To EXIT recording type exit Automatically will be create a file in the local directory where the script was lunch initially called typescrpt, where are record all the terminal activity
To find word from a file use following syntax: grep “word” {filename} Find word Orange in the file called data.txt: $ grep “orange” data.txt Grep prints all lines containing ‘orange’ from the file data.txt, regardless of word boundaries; therefore lines containing ‘orangeade’ or ‘oranges’ are also printed. Grep Words Form the File To print all lines containing ‘orange ‘ as…
1 – Open Termina 2 – Type this command netstat -an 3 – Use this web site to find external IP-ADDRESS connect into your machine: http://www.ip-adress.com/ Example: Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:8123 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:4381 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN tcp…
The best way to do that is to Download a free software called Recuva. Recuva is a data recovery program for Windows, developed by Piriform. It is able to recover files that have been “permanently” deleted and marked by the operating system as free space.[5] The program can also be used to recover files deleted from USB flash drives, memory…
To install the scripts, download the archive, extract it and copy the extracted scripts (.scm) to the following location: Linux: for your user: ~/.gimp-2.8/scripts or system-wide: /usr/share/gimp/2.0/scripts Windows Vista/7: C:\Program Files\GIMP 2\share\gimp\2.0\scripts or C:\Users\YOUR-NAME\.gimp-2.8\scripts Windows XP: C:\Program Files\GIMP 2\share\gimp\2.0\scripts or C:\Documents and Settings\yourname\.gimp-2.8\scripts TO_INSTALL: Put the scripts in : Windows Vista/7/8) C:\Program Files\GIMP 2\share\gimp\2.0\scripts or C:\Users\YOUR-NAME\.gimp-2.8\scripts Linux /home/yourname/.gimp-2.8/scripts