How to block nvidia driver in ubuntu 12.04
Tech-Today

How to block nvidia driver in ubuntu 12.04


This page is a series of bash commands to block nvidia in your linux system:
>cd /etc/modprobe.d/
>sudo vi blacklist-nvidia.conf //create if not exists
->write: blacklist nvidia-current
>sudo update-initramfs -u
>sudo reboot
A bonus is how to disabled ACPI:
>sudo vi /etc/default/grub 
//Find the following line:
GRUB_CMDLINE_LINUX=""
//and replace with:
GRUB_CMDLINE_LINUX="acpi=off"




- Install And Configure Mariadb On Ubuntu
I. Installation In your terminal execute the following commands: sudo apt-get install software-properties-common sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 sudo add-apt-repository 'deb [arch=amd64] http://mirror.zol.co.zw/mariadb/repo/10.3/ubuntu...

- How To Handle An Xmlrcp Wordpress Attack On Nginx Server
I'm not really a system administrator and these steps are just based on my personal experience in securing our own wordpress websites. Lately there has been a lot of attacks on wordpress sites (since it's a popular framework) specially on windows...

- How To Dual Boot Windows 7 And Ubuntu 12.04 On Lenovo G480
Finally after trying out several configurations that didn't work I am now able to successfully boot a Windows 7 and Ubuntu 12.04 OS on a Lenove G480 laptop. First here's what didn't work: 1.) easyBCD doesn't work, Windows 7 will just...

- How To Start/stop An Application On Boot On Ubuntu Like Services.msc In Windows
There's an easy way now to configure what application runs on ubuntu's startup like services.msc in windows. Rather than adding/modify some configuration, we can install a simple GUI that can do the job. sudo apt-get update sudo apt-get install...

- Replace Openjdk7 With Sun-java 1.6 In Ubuntu
Note that I'm using ubuntu 11.10 Oneiric Ocelot 1.) Execute the following commands: sudo apt-get install python-software-properties sudo add-apt-repository ppa:ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-jdk sun-java6-plugin...



Tech-Today








.