- Open PlayOnLinux
- Click Configure - the wheel symbol
- Go to 'Wine' tab
- Open the task manager
- In the 'Applications' tab, browse to the age of empires exe
I note down things I come across each day, with my views on it. It can be anything that I feel I should write.
Friday, 13 January 2017
Open Age Of Empires in Ubuntu
Friday, 29 August 2014
[Solved] Android to Ubuntu file transfer over bluetooth shows "Connection failure" error
Sunday, 4 May 2014
Ubuntu - Google Hangout/Chat : A plugin is needed to display this content
Monday, 31 March 2014
Always open google chrome in incognito mode in Ubuntu
- Take a backup of the google-chrome.desktop file. Use the following command in terminal sudo cp /usr/share/applications/google-chrome.desktop /usr/share/applications/google-chrome.desktop.backup
- Open the google-chrome.desktop file for editing. Use the following command in terminal sudo gedit /usr/share/applications/google-chrome.desktop
- Find the line(line 108 for me)Exec=/usr/bin/google-chrome-stable %UReplace it with Exec=/usr/bin/google-chrome-stable --incognito %U
Saturday, 29 March 2014
Setup Hot corners in Ubuntu 12.04
- Install 'CompizConfig Settings Manager' from 'Ubuntu Software Center'
- Go to Category > General > General Options > Key bindings > Show Desktop > Click on 'Disabled' button
- Select the corner that need to be enabled
- Install gconf-editor (type gconf-editor in terminal, the command to install will be shown if it is not installed already)
- After setting the hot corners using CompizConfigSetting Manager, open terminal and type gconf-editor
- In the Configuration Editor, go to apps > compiz-1 > general > screen0 > options
- Double click on active_plugins
- In the Edit Key dialog, move 'scale' to the end of the list, move 'expo' to second last in the list
Tuesday, 25 March 2014
Setup Firefox in Ubuntu 12.04
- Download firefox from www.mozilla.org
- Extract the firefox-_____.tar.bz2 to a directory firefox
- Run the following command in terminal, to move the directory into /opt/sudo mv firefox /opt/firefox
- Using the following command, take a backup of the default firefox symbolic link in /usr/bin/ directorysudo mv /usr/bin/firefox /usr/bin/firefox_backup
- Create a symbolic link in the /usr/bin/ directory that points to the newly downloaded firefox binary. Use the following commandsudo ln -s /opt/firefox/firefox /usr/bin/firefox
- Open Tools > Setup Sync and follow instructions to complete the sync setup
- Install Adobe Flash Player plugin. This is needed to play video files in youtube. Use the following command to installsudo apt-get install flashplugin-installer
- After that install Adobe Flash Player, visit the url www.adobe.com/software/flash/about/ to ensure that the plugin is installed
Sunday, 23 March 2014
Install gnome 3 themes on Ubuntu 12.04
Ubuntu 12.04 - Brasero will not copy a DVD to ISO
- Insert the disk into the DVD drive
- Open Brasero, and select Copy CD/DVD
- If the Select disk to copy list is having a value, you may not need to go further reading the post. You are good to go. Proceed to next step if the Select disk to copy is empty. Note:Don't close the Copy CD/DVD dialog.
- Right click on the DVD drive that is mounted, and select Eject
- Insert the DVD back in the drive
- The DVD should be listed in the Select disk to copy list
Install restricted extras in Ubuntu 12.04
Saturday, 16 November 2013
Login as root in Ubuntu
Wednesday, 10 April 2013
Play age of empires in Ubuntu
After install do the following:
- Open PlayOnLinux
- Click Configure - the wheel symbol
- Go to 'Wine' tab
- Open the task manager
- In the 'Applications' tab, browse to the age of empires exe
Tweaks can be done:
- The config file is ~/.PlayOnLinux/shortcuts/Age Of Empires II : The Conquerors
- In this file, the working directory will be the directory in the cd command.
- POL_Wine <the exe name> -nostartup "$@" is the next line
Thursday, 28 March 2013
Batch processing using Gimp for Ubuntu
Monday, 26 March 2012
[Solved]: Ubuntu 11.10 wireless very slow in Dell XPS M1530
In one of my previous posts about slow internet connection experienced in Ubuntu 11.04, I could not solve the problem and finally I had to downgrade my laptop to Ubuntu 10.10.
Today's post is about slow wireless connection experienced in my Dell XPS M1530 laptop after installing Ubuntu 11.10 and how this problem was solved.
In my laptop I have installed Ubuntu on dual boot, along with Vista SP2. The wireless speed from Vista SP2 was fairly fast (after I manage to open a browser and try to download in Windows after long wait to boot and finally another long wait after double clicking on the browser application). So I concluded, the slow wireless speed in Ubuntu is something to do with the driver of the wireless adapter that is installed. From the information I got from lspci command, I searched for Linux driver for my wireless adapter, but I couldn't find any. Finally I got information about an utility in Ubuntu that allows installation of drivers which are released by the manufacturers for Windows OS. That is brilliant. I gave it a shot and got excellent speed in my WiFi connection.
I am listing below the steps that I followed to fix the wireless problem and get the WiFi connection to full speed on my laptop.- Downloaded the drivers (.exe files) from dell.com for Windows OS. These driver packages (.exe files) are self extracting zip files, which can be opened and extracted using Archive Manager in Ubuntu
- Extract the downloaded drivers
- Using 'Package Manager', search for 'ndisgtk' and install ndisgtk
- Open 'Wireless Network Drivers', and click 'Install New Driver'
- Locate the .inf file from the extracted location above and click 'Install'
- In the 'Wireless Network Drivers' the driver will be listed with status Hardware Present: Yes
Hope this helps. :-)
Friday, 8 July 2011
An error occured in avast! engine: Invalid argument
An error occurred in avast! engine: Invalid argument
Solved:
In older kernels the maximum size of SHM block was limited to a certain number of bytes, that is being exceeded by the database. We need to increase the size of the SHM block to accommodate the large database
The command to be executed in the terminal is as follows. When executing the command it will ask for the root password.
sudo sysctl -w kernel.shmmax=128000000
The above command provided me with a temporary solution to the problem I was facing. After I restarted my machine, if I wanted to open avast, I had to type the command again. To get away with this, there is another way.
Add the line kernel.shmmax = 128000000 to the bottom of the sysctl.conf text file.
How to update the sysctl.conf file:
- Go to 'etc' folder, select sysctl.conf file
- With the sysctl.conf file selected, press Alt + F2. This will open the 'Run application' dialog
- Type gksu gedit
- Add kernel.shmmax = 128000000 to the file and save
Tuesday, 17 May 2011
Ubuntu 11.04 - Slower like Windows
When the beta release of Ubuntu 11.04 was available I could not stop myself from upgrading. I had to downgrade the OS within a few days to Ubuntu 10.10 because of the performance problems in WiFi connection. I am looking forward for the Ubuntu 11.04 to be stable and faster, to upgrade the OS on my laptop.
The UI changes in the latest release is a very good improvement from the previous version. That is the feature I liked the most in Ubuntu 11.04.