LXer: How to Install Firefox Beta on Ubuntu Linux
location: linuxquestions.com - date: September 29, 2012
Published at LXer:
The following tutorial will teach Ubuntu users how to install the latest Beta release of the popular Mozilla Firefox web browser on their systems.
Read More...
How To Install Adnroid SDK in Ubuntu Linux?
location: ubuntuforums.com - date: August 25, 2012
Ubuntu: 12.04 LTS
How can i install the linux version of Android SDK from the official developer site in my Ubuntu 12.04 LTS?
Im downloading the "android-sdk_r20.0.3-linux.tgz" file but i have no clue how to install such files.
Usually when i download softwares etc from the website like TeamViewer or Skype, the download automatically starts with Ubuntu Software Centre, but alot of the files dont start that way. They apparently have to be installed manually i guess. Can you guys help me learn how to install such files? thanks alot...
EDIT - This is the installation guide provided in the website. I cant seem to use the apt-get codes in the terminal to install the related programs...In other words, i could not do a thing other than download the Android SDK. PLEASE HELP...
Getting started on Linux
Your download package is a .tgz. Unpack it to a safe location on your machine. By default, the SDK files are unpacked into a directory named androi
how do i install a cd game on linux?
location: linuxquestions.com - date: December 24, 2005
The game cd is 'Uplink Hackers Elite'. How do i install it from a cd?
LXer: How to Install Thunderbird Beta on Ubuntu Linux
location: linuxquestions.com - date: September 30, 2012
Published at LXer:
The following tutorial will teach Ubuntu users how to install the latest Beta release of the popular Mozilla Thunderbird email and RSS client on their systems.
Read More...
LXer: How to install LibreOffice RC3 on Ubuntu Linux
location: linuxquestions.com - date: January 13, 2011
Published at LXer:
LibreOffice RC3 has been released today. This articles details two ways to install LibO, from the official .deb archives or from the LibreOffice ppa.
Read More...
How to remove the previous Ubuntu linux kernel.
location: linuxquestions.com - date: July 20, 2007
Recently, when I go for an update. There is update of kernel. However, since then , I have 2 more options, which are the 2 new version of Kernel and its recovery mode.
I do not know what to do with the Grub as I tried to "c" (Without the " ") and d or e.(Command-Line tried before, Delete a command , edit the command also)
Note: After i finish, I press Esc and there is nothing change. How should I save them. There is no "s" .(Without the " ")
Perhaps, there might be a better way to do. If there is , can anyone kindly say so.
Thanks.
[SOLVED] How to input Chinese in Ubuntu Linux
location: linuxquestions.com - date: November 2, 2011
I downloaded the Ubuntu Linux 11.10 from American server,but I don't know how to input Chinese,need software or something else?
[SOLVED] How Install MySQL on Oracle Enterprise Linux
location: linuxquestions.com - date: May 11, 2010
Good day
We have an Oracle Enterprise Linux server ( 2.6.18-92.el5PAE ). I now need to install MySQL also for a specific application but can't get it right. Please help!
What I've tried so far:
Tried to install the RPM
"rpm -ivh MySQL-server-community-5.1.46-1.rhel5.x86_64.rpm"
This gave the following dependency errors:
error: Failed dependencies:
libc.so.6()(64bit) is needed by MySQL-server-community-5.1.46-1.rhel5.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by MySQL-server-community-5.1.46-1.rhel5.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by MySQL-server-community-5.1.46-1.rhel5.x86_64
libc.so.6(GLIBC_2.3.4)(64bit) is needed by MySQL-server-community-5.1.46-1.rhel5.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by MySQL-server-community-5.1.46-1.rhel5.x86_64
libcrypt.so.1()(64bit) is needed by MySQL-server-community-5.1.46-1.rhel5.x86_64
libcrypt.so.1(GLIBC_2.2.5)(64bit) is needed by MySQL-se
How to add patch in Ubuntu/Linux?
location: ubuntuforums.com - date: November 9, 2009
hey....this is Kshitiz. I am new to linux. I have designed a scheduling algorithm which I want to in Linux. Can you please guide me how to proceed for that or what material I should refer??
Howto install Sybase ASE on Ubuntu Linux
location: ubuntuforums.com - date: October 2, 2010
Goto http://www.sybase.com/linux
and download the ASE Developer’s Edition.
While it is downloading, install libaio1
Code:
apt-get install libaio1
because the install anywhere installer doesn't resolve dependencies.
Now, while it still is downloading, use the time and edit your
Code:
/etc/sysctl.conf
and add or edit the following line:
Code:
kernel.shmmax = 300000000
for that it has at least 300 MB shared memory, and not just 30 as it is the default.
Then, load the setup
Code:
/sbin/sysctl -p
or change the current configuration like this:
Code:
echo "300000000" > /proc/sys/kernel/shmmax
for that we don't have to restart.
Now, unzip the downloaded file, and open a bash console.
Change to the download directory:
Code:
cd /home/username/Downloads/ase155_linuxx86
Now give the install anywhere-file execute permission:
Code:
chmod +x ./setup.bin
Execute with
Code:
./setup.bin
Enter the setup's info and run the insta
please wait...
Page: 1 2 3 4 5 6 7 8 9 10