Sunday, 19 April 2020

How to remove MySql on Linux

All you have to do, just type these below commands in terminal
1.
 sudo apt-get remove --purge mysql-server mysql-client mysql-common -y
2.
sudo apt-get autoremove -y
3.
sudo apt-get autoclean

Now remove all directories of mysql
1.
rm -rf /etc/mysql
2.
sudo find / -iname 'mysql*' -exec rm -rf {} \;

Now you have successfully removed the MySql from linux

If you again want to install then type theses commands

sudo apt install mysql-server   

Follow Haseebabbasi00.blogspot.com

Sunday, 12 April 2020

Basic Commands for Shell

Map Book for Experienced Bash users

The table below lists the usage of some basic commands to help you get started on PowerShell faster. Note that all bash commands should continue working on PowerShell session.
BashPowerShellDescription
lsdir, Get-ChildItemList files and folders
treedir -Recurse, Get-ChildItem -RecurseList all files and folders
cdcd, Set-LocationChange directory
pwdpwd, $pwd, Get-LocationShow working directory
clear, Ctrl+L, resetcls, clearClear screen
mkdirNew-Item -ItemType DirectoryCreate a new folder
touch test.txtNew-Item -Path test.txtCreate a new empty file
cat test1.txt test2.txtGet-Content test1.txt, test2.txtDisplay files contents
cp ./source.txt ./dest/dest.txtCopy-Item source.txt dest/dest.txtCopy a file
cp -r ./source ./destCopy-Item ./source ./dest -RecurseRecursively copy from one folder to another
mv ./source.txt ./dest/dest.txtMove-Item ./source.txt ./dest/dest.txtMove a file to other folder
rm test.txtRemove-Item test.txtDelete a file
rm -r <folderName>Remove-Item <folderName> -RecurseDelete a folder
find -name build*Get-ChildItem build* -RecurseFind a file or folder starting with 'build'
grep -Rin "sometext" --include="*.cs"Get-ChildItem -Recurse -Filter *.cs
| Select-String -Pattern "sometext"
Recursively case-insensitive search for text in files
curl https://github.comInvoke-RestMethod https://github.comTransfer data to or from the web

Saturday, 11 April 2020

Live Server in Atom

If you want to run live server in atom then follow the steps.
1. Downoad and install atom
2. go to preferences and go to package options
3. install live server plugins
4. press CTRL + ALT + L and your default browser will be opened
5. close the live server by pressing CTRL + ALT + Q
   

Friday, 10 April 2020

"Object not found!" Error in Xamp

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
IF you face this Error When you have installed Xamp on your PC and After  starting Apache you see this message then, There are possibilities of errors.
1. You have not placed your directory and you are opening in server
2. You have placed but at wrong place.
So Please copy you directory  in ~Xamp\htdocs.
then you won't face this error.

Sunday, 1 March 2020

Wifi drivers for windows 8.1 for dell

Download the drivers from link below.

1.extract zip file.

2. Go to device manager and select Network adapter

3.go for manually drivers and select the path where you have extracted zip file

4.wait for a minute then drivers will be updated.

Wireless_18.11.0_De164.zip - 26 MB

Emulator 8086


These are the Details for registration

emu8086 registration key:
User:  ic0n0statse
Key:  CSEJHFVZ3FRTQZXJKASA

Download from link below

Emulator.zip - 3 MB

rufus version 3.9



This Rufus will help you to make your USB bootable.

Please download from the link below

rufus-3.9.exe - 1 MB

How to make beautiful look like mac os in linux using plank

1. open your terminal using CTRL+ ALT + T
2. update repositries using commad sudo apt-get update
3. write this commad Sudo apt install plank
4. install tweak using commad sudo apt install tweak
5. open tweak and goto startup application option
6. add the plank application in startup application.
7. Enter ok and then enjoy interface like mac os.

How to remove read only permission on partition in Linux

First type in search "disk"
then make that partition mountable whenever restart
the open your terminal and type these commands 

sudo fsck -f /dev/sdxx

/*  put your partition device at the place of x */
then type
sudo ntfsfix /dev/your_drive

Now you have successfully removed the read only permission from the partition

Thursday, 27 February 2020

WhatsApp New Version (Haseebabbasi00)

Click on the link below

WhatsApp New Version.apk - 38 MB

PUBG MOBILE (Haseebabbasi00)

Download the New version of the PUBG mobile

from the link below



Haseebabbasi00.blogspot.com

PUBG MOBILE new Version.apk - 627 MB

Windows rebooting again and Again !!!!!!

If you are facing a problem that your PC  is restarting again and again and loading
widows again and again then follow the steps
1. search for control panel
2. search for the power options and open it.
3. click chose what the power buttons do
4. click change setting that currently  are unavailable 
5. turn of the fast bootup
problem solved ...

Wednesday, 26 February 2020

Grub Rescue from boot (for Linux)

This is temporary Solution

First of all list all the partitions using ls command
then search for the partition in which Linux is installed
example

ls (hd0,msdos6)

list until you get result ext2
then set as root that partition

set root=((hd0,msdos6))

then set the prefix to grub

set prefix=(hd0,msdos6)/boot/grub

then write

insmod normal

then write normal to start normally

normal

your OS will boot and you can do your work

If you want to set grub permanent then check out my post "Grub rescue in a minute "


set of commands by numbering

1. set root=((hd0,msdos6))
2. set prefix=(hd0,msdos6)/boot/grub
3. insmod normal
4. normal

Grub Rescue In A Minute

First make a usb bootable of linux and 
use as try (live)the open cmd 

sudo mount /dev/sda5 /mnt *****Using the linux installation on your hard drive
//// instead of /dev/sda5
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
grub-install /dev/sda *****Using your boot device instead of /dev/sda
CTRL-D
sudo umount /mnt/dev
sudo umount /mnt/proc
sudo umount /mnt/sys
sudo umount /mnt

Monday, 6 January 2020

Wednesday, 23 October 2019

Monday, 5 August 2019

CamScanner.apk


This is app. It provides functionalities to scan and convert into pdf.
CamScanner.apk - 65 MB

Fifa 13 (haseebabbasi00)- 7 GB

FIFA 13 


FIFA 13 is one of the best foot ball simulation game. We categorized it in sports games. This game also known as FIFA soccer 13. This game is developed by EA Canada and published by Electronic Arts. This game was released on 11 September 2012.

Fifa 13.iso - 7 GB

Wednesday, 2 January 2019

Java Development Kit (jdk)- 197 MB

The Java Development Kit is an implementation of either one of the Java Platform,

After installing it you will be able to run java programs and IDE.

jdk-8u191-windows-i586.exe - 197 MB

Netbeans 8.2 java-se - 94 MB

This is a perfect IDE (Integrated Developed Environment)
for Java Programmers.
It is also a perfect IDE for the beginners of Java.

You should have installed Java Development kit to run this,
otherwise you will not be able to run IDE

Click on below link to get JDK
 Java Development Kit 

Click on below link to get Netbeans
Netbeans-8.2-javase-windows.exe - 94 MB

Eclipse win32 - 207 MB

This is a perfect IDE (Integrated Developed Environment)

for Java Programmers.

It is also a perfect IDE for the beginners of Java.

You should have installed Java Development kit to run this,
otherwise you will not be able to run IDE
eclipse-jee-helios-SR1-win32.zip - 207 MB

Monday, 5 November 2018

Windows 10 86.iso haseebabbasi - 3 GB

This is the ISO file of windows 10

A operating system that works efficiently and fast

provides more convenience.


Haseebabbasi00.blogspot.com

Windows 10 86.iso - 3 GB

Monday, 1 October 2018

Codeblocks -17.12 Haseebabbasi00 - 86 MB

This is best compiler for the any type of programmer.
If you are at beginner level or you are very good at programming,
It will help you a lot.
It helps you to compile, run, debug , find errors, and syntax highlighting.

Haseebabbasi00.blogspot.com
codeblocks-17.12setup.exe - 86 MB

Sunday, 23 September 2018

Office Professional 2013 Haseebabbasi00.blogspot.com - 708 MB

This Microsoft Office 2103.

You can make every thing like Application, Letters,
 Statements, Data Entry and Slides, and much more.
This is for everyone. For Professional person , Student, Employee.



Office_Professional_Plus_Haseebabbasi00.blogspot.com.ISO - 708 MB

Monday, 17 September 2018

Dev-Cpp 5.11 by haseebabbasi00 - 48 MB

This is best compiler for the any type of programmer.
If you are at beginner level or you are very good at programming,
It will help you a lot.
It helps you to compile, run, debug , find errors, and syntax highlighting.
Haseebabbasi00.blogspot.com



Dev-Cpp 5.11  - 48 MB

Wednesday, 5 September 2018

IDM.6.30.Build.7 by Haseeb Abbasi- 8 MB

This Internet Down-loader is full version.
I have given the instructions to install the idm and its creak.
1. First install the winrar from this link wrar(pc) 510 by haseeb abbasi - 2 MB
2. Then extract it and read the instructions carefully, and apply it.
3. copy the crack and enjoy.
Thanks. 

IDM.6.30.Build.7 by Haseeb Abbasi.rar - 8 MB

Monday, 20 August 2018

Power ISO 7 by HaseebAbbasi00

This program will help you in these operations:-

Archiving files, Extracting files, Protecting files, Usb bootable, Burning DVD, Burning CD.

Requirements:- 70 MB Memory, Any Windows OS,


Power ISO 7- 5 MB

Sunday, 19 August 2018

Desmos Graphing Calculator - 2 MB

Desmos Graphing calculator is an app which is offline.
This app will help you to draw any graph.
Haseebabbasi00.blogspot.com


Desmos Graphing Calculator - 2 MB

WPS Office apk by Haseeb abbasi - 37 MB

This app will help you to open Word, Excel ,PowerPoint, Pdf and you can make these as well.

You can also make notes and much more.


WPS Office.apk - 37 MB

Sunday, 12 August 2018

IDM (Cool Patch)Activator.zip - 347 KB

Internet download manager provide us service for a month.
But we want free and unlimited service.
So this is a tool for you which will make your download manager unlimited.
Use these steps to register idm.
1. Download IDM tool from the link.
2. Use wrar510 - 2 MB to run extract tool.
3. after extracting run the activator.
4. type your name, last name and e-mail address.
5. That is all you are done with IDM registration.
6. Enjoy with full version of IDM.



IDM (Cool Patch)Activator.zip - 347 KB

Monday, 6 August 2018

Khan Academy.apk - 21 MB

You can learn everything. For free. Forever.
This app will help you to improve your skills in Math, Physics, Chemistry, Computer, Biology and much more.
You can download lectures in videos and learn from them any time any where.




Khan Academy.apk - 21 MB

U Dictionary.apk - 21 MB

U-dictionary works great Offline too. You can download offline packs for 38 International languages, Collins Advanced Dictionary, Word Net Dictionary and English Sample Sentences. You can use U-Dictionary Without internet. Also, the installation package is only 21Mb.


 


U Dictionary.apk - 21 MB

Saturday, 28 July 2018

English Urdu Dictionary Free.apk by Haseeb Abbasi - 13 MB

This dictionary is for Pakistanis.

By using this dictionary you can pronounce well.

You can increase the text size or decrease it.

It will help you to increase your vocabulary.


Share this link with your friends.

English Urdu Dictionary Free.apk - 13 MB

Merriam-Webster Dictionary.apk by Haseeb Abbasi - 67 MB

English is used all over the world.

English has large vocabulary.

"The deeper the well, the sweeter it is."

So by using this dictionary your vocabulary will be improved.


Share this link with your friends

Merriam-Webster Dictionary.apk - 67 MB

Hello English.apk by Haseebabbasi - 21 MB

English language is used all over the world.

So it is necessary to learn it and use it.

This app helps you to learn how to speak, understand how to communicate with other.

Even you are chinese,indian,russian,pakistani or Arabian.

It will guide you in your own language





also share this link to your friends

Hello English.apk - 21 MB


Wednesday, 25 July 2018

WhatsApp.apk by Haseeb Abbasi updated July 2018 - 31 MB

Whatsapp updated Aug 2018

New bug fixed.
New Features.








WhatsApp.apk - 31 MB

Messenger Lite.apk by Haseeb Ullah - 8 MB

Like Facebook,on other hand Messenger is also used.

So, This is lite Messenger which will be lighter than Original Messenger


 



Messenger Lite.apk - 8 MB

Facebook Lite.apk by Haseeb Abbasi - 1 MB

Facebook is an best social app.

But it heavy for android.

So, I have brought for you a light app that will not possess more storage than Original Facebook

here it is Facebook lite







Facebook Lite.apk - 1 MB

Tuesday, 10 July 2018

How to use Web Whatsapp




This post is for those who are unaware that how to use whatsapp on pc or laptop.
So, today I am going to tell you that how can you use whatsapp on pc or laptop step by step.
    1.     You should've installed whatsapp on your mobile.
     2.     Then open website web.whatsapp.com. you will find a web page like this:



3. Then open your whatsapp on mobile and and on the upper right corner you have to tap.
4. You will find many options like new groups and etc. But you have to tap on Whatsapp Web.
5. Then you have to scan the qr code which is on your pc screen from your mobile.
6. After checking your pc will open you web whatsapp and you can enjoy whatsapp on pc.
Thanks for visiting.