Posts

Showing posts with the label Linux

Automatic Date and Time Enable Kali Linux

In some linux computer there is  problem with ' Automatic Date and Time ' update. But they little bit confused how to solve it. Some people say it uninstall NTP (Network Time Protocol) and then reinstall it problem will be solved. But there are few things what I am going to describe about this. First of all,  let me say that what I am faced about the clock problem in Kali linux. Whenever I open my laptop I need to set Time and Date in Kali linux. But as I know it should be worked automatic. Then I had seen that, in my 'Date & Time' settings 'Automatic Date and Time' is not enabled. Whenever I have tried to enable it, it instantly jumps to the left side. It's not enabling. After lots of research I have come with a solution. You may can set the Hardware/System or NTP time synchronization system. I will show you the both things. But I would suggest you to use the NTP. It is little bit tough to configure but once you have done it will work till you dea...

Best VPS Hosting for SEO

Image
Linux one of the best operating system for server side applications. If you learn about linux, so don't think that you wasted your time. Most of the VPS runs on linux server (as I know). For website SEO VPS hosting is too good. But there are also windows server where you can run your SEO tools. By the way, there are already installed few SEO tools with licensed in the windows server. If you choose a good VPS Hosting company then you will get those licensed tools. So that through those VPS Hosting tools you can boost your website. When you are taking a hosting server you will be asked 'Do you wanna take shared hosting or VPS hosting'. Shared hosting is the most cheapest of all. But it is little bit insecure. Because your data is sharing from a specific server. So in case, if there is a DDOS Attack then your website will be down. And this Shared hosting is slower then VPS hosting. VPS hosting is little bit costly. But it is secure. You are not sharing your data with anoth...

How to start hotspot in kali linux

Image
Kali linux is the most popular operation system for the black hat hackers. SO, popular operating system has some simple problems. Like the hotspot. The new Kali 2017.2 has this problem. Some laptops automatically solve this problem when updating but not all of it. You have lots of solutions they will say install this package that package bla bla bla bla ................... No need to install any package. I am going to tell you the easy way to start hotspot in kali linux. In this picture, when you'll click on "Use as Hotspot" for start your hotspot. But it's not working because of you configuration. Let's configure > Go to the terminal and type as root: gksu nm-connection-editor A pop-up window will come like this In there, you need to click on " + " button another window will come. In this window you need to configure your hotspot. Network type " Wi-Fi " Then you need to configure your hotspot like second pic.  If you want t...

Chrome keyring when starting

Hello Handsome/Beautiful, Many people's faced this problem. And they requested me to make an article about this. Actually they are my friends :) tut tut. OK let's start Your google-chrome keyring is different from your login credentials. When you start your chrome and you always see this kind of message on your screen. It could be a PAM problem. PAM was developed to assist police problem. PAM is designed to guide analysis. When you open google-chrome again it will ask for the password for the keyring. You can enter your password and it will be unlock or it can be say your entered password is wrong. Here's the way you can solve this issue :) sudo rm ~/.local/share/keyrings/* then when you will open your chrome then it will again show up for last time. That's it give your login password and feel free :)  If you have any que then ask free :) Have a great life ðŸ˜Š

Run your XAMPP without mysql problem

Couldn't start MySQL! while starting XAMPP. Hello handsome/beautiful, I am back.  Most common and most popular problem it is. Everyone wants to solve this problem and they search online always and try hard to find it. But it's take so much time to solve so I thought I should make an article about this problem. Here is the way you can solve this problem.  There are many kinds of ways you can solve this problem. I am showing you all kinds of ways. This is first way you can solve your mysql problem 1. First of all we need to take right permission of file. Through this command, The owner has all the permissions to read, write and execute. Everyone else can only read and execute, but cannot make changes to the file. sudo chmod 755 /opt/lampp/etc/my.cnf 2. Here is the second command you need to execute :). Through this command, Everyone can read write and execute. In a web server, it is not advisable to set this permission for your files and folders as i...

How to update Ubuntu or Kali linux

Hey Handsome/Beautiful, Today I am here for your another and beginner's problems. Some of my friends told me what to do after installing Ubuntu or Kali linux. Actually yes what you will do after installing linux. First of all you need to check, which version of linux you are going to install. If it's an update version of linux then you don't need to read this article. If your installed linux version is not update version of linux. Then you need to write this command.  For Ubuntu and Kali linux and any kinds of Debian OS (All): Go to terminal and type this command sudo apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y If it is solve your problem please let me know. So I can get more solution for you guys. Thank you for being with me.

Install Eclipse with C/C++ development tools in linux

Today I will show you how to install ECLIPSE with C/C++ development tools. This is very simple to install. No need to browse anywhere. Just open your terminal. Just copy my command and paste in your terminal:- 1. apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y 2. This is our last command :) apt-get install eclipse eclipse-cdt g++ No need to worry it will take some time. Just be patience....... Bye see you soon. 

Very SIMPLE way to install GOOGLE-CHROME BROWSER on KALI LINUX

Image
Download GOOGLE-CHROME by clicking  HERE  !! After downloading google-chrome you must install it......  So, I will tell you how to install google-chrome on kali linux (all) LET'S GOOOOOO!!!!!! First of all you need to read full post then you will try to install  google-chrome  lonely.  Go to the terminal & type this:   apt-get update && apt-get upgrade && apt-get dist-upgrade After downloading google-chrome  go to your downloads folder by this command:  cd /root/Downloads/ Install your google-chrome  browser dpkg -i *.deb   (by using this command: You are installing all kinds of deb file in you kali linux) or dpkg -i <file_name>.deb (by using this: You are installing only one file) example ^ ^ dpkg -i google-chrome-stable_current_amd64.deb After installing your browser you need to add a standard user by this command:  adduser chrome (yo...

Run VLC player on Kali Linux 2.0

Allow VLC player to run as rooooooooooot...... :) Most Kali Linux VLC Player does not work as the root user. Despite some problems to install VLC player. Today I'll show you how to run Kali Linux VLC Player as the root user. Follow me....... If you try to open vlc player as root, you will face the error like this: "VLC is not supposed to be run as root. Sorry. If you need to use real-time priorities and/or privileged TCP ports cannot be run by non-trusted users first)" To allow ROOT user to run VLC:- Go to the terminal and type this command: sed -i 's/geteuid/getppid/g' /usr/bin/vlc That's mean you are opening /usr/bin/vlc and replace geteuid to getppid. Now you are allow to run VLC player as the root user. Thanks. Have a sweet life :)