Pages

Thursday 8 September 2016

How to get Nvidia drivers for Linux and how to install them ? !

Looking for a place to get nvidia drivers ? I will show you where to get them.

Nvidia has a page listing all the downloads for their drivers of different linux versions. Here you can download a driver specific for your linux OS.


Here is the link.


This is how the site looks like when the time of this writing this post.


The download gives you a file with .run as extenstion. For example "NVIDIA-Linux-x86_64-367.27.run". The numbers change depending on version. To install it you have to make it executable first.


First open a terminal and change the working directory to the folder that has the run file.

cd folder_name

then make it executable using this command

chmod +x file_name.run

The file name changes depending on some factors. But it mostly looks like the above example. If it doesn't work and givers permission denied as error. then try again with sudo.


sudo chmod +x file_name.run

Using sudo will ask for your root password. Type it and press enter.

Now finally type this command.

./file_name.run

After this the executable either automatically installs or opens a window with options on how to install. Follow the installer's instructions and soon you will have installed the Nvidia graphics drivers.

How to get Nvidia drivers for Linux and how to install them ? !

Looking for a place to get nvidia drivers ? I will show you where to get them.

Nvidia has a page listing all the downloads for their drivers of different linux versions. Here you can download a driver specific for your linux OS.


Here is the link.


This is how the site looks like when the time of this writing this post.


The download gives you a file with .run as extenstion. For example "NVIDIA-Linux-x86_64-367.27.run". The numbers change depending on version. To install it you have to make it executable first.


First open a terminal and change the working directory to the folder that has the run file.

cd folder_name

then make it executable using this command

chmod +x file_name.run

The file name changes depending on some factors. But it mostly looks like the above example. If it doesn't work and givers permission denied as error. then try again with sudo.


sudo chmod +x file_name.run

Using sudo will ask for your root password. Type it and press enter.

Now finally type this command.

./file_name.run

After this the executable either automatically installs or opens a window with options on how to install. Follow the installer's instructions and soon you will have installed the Nvidia graphics drivers.

Wednesday 23 April 2014

How to run php from wordpress blog

A quick update on the how to run php in a wordpress blog.

It's not a lengthy process but will need little work.

Download the plugin given here

The author of the plugin is Will Bontrager. You can find more about him here.

Download the zip file given in the above download link and save it in your local hard disk and log in to your wordpress account.

On the left panel bar click on "Plugins" and in sub menu click on "Add new" button.
In the install plugins page click "upload" and then browse and upload the zip file you downloaded.

Click install button given there and install it. Now click on "installed plugins" present in sub menu of Plugins.

In the plugins page look for "insert php"plugin and click on activate link given below it.

Now the plugin is activated to use. You can now use php in your wordpress blog.

But the normally <?php ?> tages won't work you have to use other syntax.

The syntax to use it is:

[insert_php] instead of <?php

and

[/insert_php] instead of ?>


like this:

[insert_php]
    //Your php code goes here
[/insert_php]


That's it guys now write your php in wordpress :-)


And note for viewers:
            Viewers if you find any grammatical or technical mistakes in any of my posts please comment about them in the respective posts. And i openly encourage you to share your ideas to improve the techniques or posts. Thanks guys.

Tuesday 22 April 2014

Ubuntu like network setting manager in Fedora 20

Quick Update:

I used fedora a long time back, one of the problems that bugs me is i can't find the network editor to change the settings. I am not saying that it is not available in fedora. It is not in a single click reach like in ubuntu. The problem still prevails in Fedora 20.

So i went on to find a easy way to access it and here it is, i finally found one.

Open your terminal in fedora (GUI users don't panic) and type the following command

nm-connection-editor

and press enter.



 A small window named network connections opens. It is same as the ubuntu network editor. Now use it to set your network settings for internet or intranet.




And note for viewers:

            Viewers if you find any grammatical or technical mistakes in any of my posts please comment about them in the respective posts. And i openly encourage you to share your ideas to improve the techniques or posts. Thanks guys.

Monday 21 April 2014

My failed ubuntu 14.04 upgrade

While upgrading from ubuntu 13.10 to 14.04 I accidentally pressed back the back button in a step when asked for creating a username. My installed ubuntu OS crashed. Luckily i backed up my data from it before upgrading. So nothing was lost. Don't worry, the install later worked properly when i tried properly. But you guys be careful and take precautions while installing it and don't forget to backup data first.

Thursday 10 October 2013

How to make a DSL connection through terminal (Puppy Linux or Slax Linux)

DSL Connection through Terminal:

 

Short info on what is a DSL modem

      A digital subscriber line or a DSL modem is a device used to connect a computer or at times a router to a telephone line which provides the subscriber connection to the Internet, and it is commonly called a DSL broadband.


What are the requirements  to make a successful DSL connection ?

Monday 7 October 2013

How to install and use Slax Linux

Slax Linux (Nick-named as pocket operating system)

What is Slax Linux and how to use it ?

 Slax Linux is a small and light-weight operating system which is based on slackware. It can be booted from a Live-CD or a USB. Slax Linux has a small size of over 200MB. Unlike other linux operating systems which focus on hard disk installation, Slax works completely from a USB and needs no particular installation or dedicated partition. You don't have to create a new partition for installing Slax. You can boot it from a pendrive and the changes you made are stored in the pendrive for later use.