tar cf archive.tar file1 file2 Create archive archive.tar containing files file1 and file2. Here, the c tells tar you will be creating an archive; the f tells tar that the next option (here it’s archive.tar) will be the name of the archive it creates. file1 and file2, the final arguments, are the files to be archived. tar tvf archive.tar List…
Please follow the instructions below, and let this thread know if you were succesful in using the HG533 to share content over your network: Step1: Plug in the USB storage device to the HG533 USB port. Step2: Access to the GUI and create a Samba account. 1. Access the router UI via a browser with URL 192.168.1.1. 2. Type in…
Login to your cPanel. Under the files section, click on Backups. Now under the Download a MySQL Database Backup section, click on your database name, in this case userna5_wordpress. Go to the folder your web-browser downloaded the database backup to, and you should now see the compressed .sql.gz file. Now you’ll have a good working copy of your database locally…
For every operation/work in Linux there will be one command, this is true most of the time (all you need is to find that command). How to get BIOS info without rebooting the system? The command for this is dmidecode(DMI table decoder). Some times BIOS is called as DMI too. Just execute the command, It will just dump lots and…
On Linux to create a boot able USB follow this step: Download start up USB disk creator Select the .iso source image and the disk to use Click make start up disk To create a boot able USB on command line follow this steps: Place the ubuntu.iso file in any one of your hard disk partition. Then mount the ubuntu.iso…
To Google plus go to https://developers.google.com/+/web/badge/: Decide the look of the box ( size, colour, ecc…) Copy and paste the embedded code into the text or widget To Add Facebook page go to https://developers.facebook.com/docs/plugins/like-box-for-pages?locale=en_GB: Type the name of the page Get the code Copy and paste into Text page or widget
Download and install DELUGE qtorrent client http://deluge-torrent.org/ Search the files that you want download from http://torrent-finder.info/ or http://kickass.so/ Download the torrent Open th torrent file in DELUGE The moves music or book will start to download automatically the speed of download will depend on your internet connection speed Enjoi
If you want to share a workbook and allow changes by more than one user at the same time you need just to go under the REVIEW panel press the Share Workbook icon and tick the box under editing. To allow this file to be protect by an encrypt password you need to change some settings under Options —- Trust…
If you’re one of the millions of people using Google Chrome as your preferred browser, and if you happen to have any important passwords saved within the browser itself, you might just want to reconsider how wise that is. Your data is, of course, at risk any time your computer is stolen, lost or borrowed by another person, but there…
Step 1: Go to facebook and right click on website . Select “View source” and copy the code to notepad. Step2: Now search (Press ctrl +f) for keyword “action” in that code. You fill find the code like this: Here, let me explain what “action” means to. If you have some basic knowledge of web applications, then you already know…