Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Tuesday, June 27, 2017

How to Recover A Deleted Files on Your Windows

You may have experienced the loss of files that are very important, and you may also have noticed that the files you need are completely lost.

Don't Panic!, well your files could be still exist even when they are already delete for your recycle bin. And here how to recover your deleted files. But unfortunately if your files were deleted on SSD (Solid State Drive) it will automatically deleted permanently and cannot be recovered.

Does it still in Recycle Bin?

Before we going to deeper way, make sure that those files you just deleted are still in Recycle Bin, you can check it by opening your recycle bin in your desktop or you can open in on Quick Acces in Windows 10

Allright, when you find out that your files not in recycle bin or it has already emptied.. you can follow this step..

Don't put anything to your Drive!

This is very important because when you try to put another data or files into your hard drive then it will automatically delete your deleted files because your drive will replacing these new files into your cached deleted files.

Sunday, June 25, 2017

How to Install Elementary OS on your VM Virtual Box

Elementary OS is a new Operating system with a nice interface, it much more like Mac OS mixed with linux. so before you going to install it on your PC you may wanna test it first so here we go were going to show you how to install Elementary OS on Virtual Box.

Requirements

  • Make sure you have Elementary OS installation image (.iso)
  • Your Processor should be x64 or 64-bit because Elementary OS only availabe on x64 based-processor

Sunday, January 15, 2017

How To Compress An Files On Windows or Linux

It's not really hard to archived your files into an compressed files like .zip, .rar, or .tar.gz you may also don't need an software to compress an .zip files, because if you're an windows user then you can actually compress it by just right clicking on the files and then click Send to > Compressed (zipped) folder and then it will compress the files, and even you also can open compressed (zipped files) without any software as compressed folder.

If you are Linux user then probably you should use the most used compression type called tar or tar.gz, you can compress your files by typing on console
tar -zcvf name-of-archive.tar.gz /path/to/directory-or-file
you can compress multiple files at once by typing
tar -zcvf archive.tar.gz /usr/local/gta /usr/public/minecraft /home/test/file1.txt /home/test/file2.txt
if you don't put parameters at the end of the extension of a files like .txt or .exe, that mean you the console will compress/archive the whole files in the folder

Saturday, January 7, 2017

How To Upload Your Files to Web Hosting Faster

You may get annoyed when you try to upload an website files through your web hosting server because the the FTP only upload the files one by one per files and it's also takes a lot of time. Actually you can simply archive your files into a .zip extension then upload it without uploading like the FTP Software do.

We just need to simply compress the whole files into a zip Compression and then we can extract it later on the File hosting Manager, so we can reduce the time to upload the files.

Archive your website files into a zip extension

You may have to upload the compressed files into the folder which you want to make it as sub folder or the main folder for example, you put it on public_html and then when we uncompress the files we already have the file ready that can be access through the main domain.

Tuesday, December 20, 2016

How to Download and Install Manually Drivers on Windows!

Since you make fresh install Windows whatever what version of the windows it is you may find that some feature from your device that doesn't work properly or even not work at all, well probably you haven't install the Drivers.

Some Device that doesn't have drivers installed in their Operating System will ignore the device itself and will not used by the operating system. For example you got an old Graphic card installed to your computer then you gonna reinstall your windows after the Installation you may find that your graphic resolution doesn't adjusted properly, the Aero desktop doesn't transparent anymore. well it probably Windows can't use your graphic card as it does.

And today were going to show you how to install the Drivers manually for free, you may find it some software driver finder can't actually find your device or you must have to pay for the software to download the drivers.


Saturday, December 3, 2016

How to change Microsoft Visual Studio 2015 color theme


Sometimes you may see some Visual Studio project on internet or anywhere, and then wondering how did they change the color of their IDE, or maybe you just get bored with the current default theme. well today we're going to change the Visual Studio color theme so just follow these step bellow.

Wednesday, November 2, 2016

How to make your Windows PC Games more Smoother and Faster

I have an medium PC Notebook that I've use it everyday but the notebook wasn't too good for gaming so I have wandering the internet to find out how to make my game more smoother on my notebook, then I found some kind of Software that name Contig which is probably can speed up your games processing which is make it more smoother.

If you guys already knew how to make your games smoother using "contig", then stop reading this because in this post I just tell you how to speed up your pc using contig only.

Okay, The first thing to do you have to download the contig here : https://technet.microsoft.com/en-us/sysinternals/contig.aspx

After you download the contig open it using WinRAR or something like that which is can open .zip files. Then drag one of contig files into your game folder based on your System Type Operating System for example you drag the contig64.exe to your game folder if you has 64-bit operating system but if you had 32-bit operating system then just put the contig.exe into your game folder.

Tuesday, February 2, 2016

How to make simple hello world program in C++

Some of you may already experienced in programming but today we going to make a simple hello world program using C++. you can create hello world program from any IDE, Compiler, etc. but we going to use notepad instead and using TDM-GCC compiler, so the first thing that you have to do is download TDM-GCC compiler from http://tdm-gcc.tdragon.net/download
After you install the compiler it should be already installed PATH on windows for recognize the command of the compiler.

Friday, January 15, 2016

How to install LWJGL 3 on Intellij IDEA 15

Maybe some of you may already know what was actually LWJGL (Light Weight Java Gaming Library) is, well its an open source java programming language library for Developing games like the most popular game Minecraft.

And today we're going to add the lwjgl library or probably we can say "installing LWJGL"  into Intellij IDEA IDE(Integrated development environment).

So for those of you who want to make games with the Java programming language, you can start by using this library. Before we start, all you have to do is of  download the latest LWJGL library package from the website lwjgl website:  https://www.lwjgl.org/download