About Me
- krishnavedam
- United States
- www.krishnavedam.googlepages.com/vedam's hi everyone, Interested to do something more to our college or to our friends,and to make ourselves be special one among all others then cmon share your views and ideas suggestions here cmon in. help each other in answering their questions and through others ways. just post here ur question or else answer the posts as far and as many as u can
Friday, July 23, 2010
laptop screen randomly dims in ubuntu
There is another place to set gnome power manager options:
Start Gconf-editor:
Alt-F2 > type gconf-editor> run
Select apps menu > gnome-power-manager
There are some options to try:
- dim-on-idle
- backlight menu > idle-...
Now, notebooks have very specific hardware that have specific issues. Some options in some computer still don't work
Start Gconf-editor:
Alt-F2 > type gconf-editor> run
Select apps menu > gnome-power-manager
There are some options to try:
- dim-on-idle
- backlight menu > idle-...
Now, notebooks have very specific hardware that have specific issues. Some options in some computer still don't work
__________________
Thursday, July 22, 2010
ORACLE CONFIGURATION IN UBUNTU 10.04
Q. How do I install Oracle Database XE Server on my Ubuntu Linux desktop system?
A. An Oracle database consists of a collection of data managed by an Oracle database management system. You can download Oracle Database XE server for Debian, Mandriva, Novell, Red Hat and Ubuntu Linux distributions. First you need to get databases up and running in order to use Oracle. The Oracle database has had a reputation among new Linux users as difficult to install on Linux systems. Now Oracle Corporation has packaged recent versions for several popular Linux distributions in an attempt to minimize installation challenges beyond the level of technical expertise required to install a database server.
Append following line:
Save and close the file. Next import GPG key:
Update package database:
Finally install Oracle:
Output:
Output:
A. An Oracle database consists of a collection of data managed by an Oracle database management system. You can download Oracle Database XE server for Debian, Mandriva, Novell, Red Hat and Ubuntu Linux distributions. First you need to get databases up and running in order to use Oracle. The Oracle database has had a reputation among new Linux users as difficult to install on Linux systems. Now Oracle Corporation has packaged recent versions for several popular Linux distributions in an attempt to minimize installation challenges beyond the level of technical expertise required to install a database server.
Make sure you have enough disk space and memory
If you have less than 1GB memory run the following commands to create swap space:$ sudo dd if=/dev/zero of=/swpfs1 bs=1M count=1000
$ sudo mkswap /swpfs1
$ sudo swapon /swpfs1Debian / Ubuntu Oracle installation
First modify /etc/apt/sources.list file:$ sudo vi /etc/apt/sources.listAppend following line:
deb http://oss.oracle.com/debian unstable main non-freeSave and close the file. Next import GPG key:
$ wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add - Update package database:
$ sudo apt-get updateFinally install Oracle:
$ sudo apt-get install oracle-xeOutput:
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-2.6.20-15-generic linux-headers-2.6.20-15 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libaio The following NEW packages will be installed: libaio oracle-xe 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 221MB/221MB of archives. After unpacking 405MB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://oss.oracle.com unstable/non-free oracle-xe 10.2.0.1-1.1 [221MB] .... ....
Post-install configuration
You must configure Oracle TCP/IP port and other parameters. Simply type the following command:$ sudo /etc/init.d/oracle-xe configureOutput:
Oracle Database 10g Express Edition Configuration ------------------------------------------------- This will configure on-boot properties of Oracle Database 10g Express Edition. The following questions will determine whether the database should be starting upon system boot, the ports it will use, and the passwords that will be used for database accounts. PressTo access the Database Home Page go to http://127.0.0.1:8080/apex. Open a web browser and type url (you need to use username "system" and password setup earlier)to accept the defaults. Ctrl-C will abort. Specify the HTTP port that will be used for Oracle Application Express [8080]: [Enter key] Specify a port that will be used for the database listener [1521]:[Enter key] Specify a password to be used for database accounts. Note that the same password will be used for SYS and SYSTEM. Oracle recommends the use of different passwords for each database account. This can be done after initial configuration:secret Confirm the password:secret Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:y Starting Oracle Net Listener...Done Configuring Database...Done Starting Oracle Database 10g Express Edition Instance...Done Installation Completed Successfully. To access the Database Home Page go to "http://127.0.0.1:8080/apex"
Friday, January 1, 2010
PALM PRE TREO phone
UBUNTU 9.10 is the best version i have ever seen

Thanks for the open source creator for creating such a flexible options and many ways to personalize our selves. This entire aggrandize is as i started using UBUNTU 9.10 which made everything easy for me and all i require is only connecting it once to the wired internet for upgrading its firmware for my lappy i don't know how it works for other manufacturers( i am on dell).
But i am sad in one angle as i now don't have much work to try on it or test on it now it became a cake walk for me using ubuntu 9.10 anyways for all the future endeavors i wish UBUNTU guys a big success and happy new year
Thursday, December 3, 2009
UBUNTU AND DELL INSPIRON 1525 f**k man they are born rivals i guess
Hi guys, I was now trying to mess my laptop with all the possible ways. as i am more towards open source coz they give you the freedom ur looking for and which i want. And as a noob i prefer using ubuntu as my standard linux operating system which i personally suggest you all to use if you prefer playing with OS. and in this installation i got another problem which is my Dell 1395 wireless card. Linux specially ubuntu is still not supporting this Dell Wireless card. And here in my Univ i will be desparately looking for wi- fi spots than lan. so i thought to struggle some how and get it connected and i suceeded atlast.
Now i am giving the steps of making your wireless card enabled for networking.
first the process is we use ndiswrapper to use our windows version of devise driver software and work it with ubuntu
After trying many different approaches suggested all over the web, and gathering clues in many Ubuntu forum posts, I finally worked out this solution:
1. blacklist bcm43xx
echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
2. install ndiswrapper and related files
sudo apt-get install ndiswrapper-common ndisgtk
(this should also pull in the 'utils' package)
when I was all said and done, I had
ndiswrapper 1.45
ndiswrapper-utils 1.9
ndisgtk (you don't really need this, and my instructions don't make use of it)
3. download and extract http://ftp.us.dell.com/network/R174291.exe
this is a ridiculous bit of bloat, but the most complete INF for 43xx devices
4. go into folder DRIVER_US inside the result of what you did above
5. use ndiswrapper to install bcmwl5.inf
sudo ndiswrapper -i bcmwl5.inf
sudo ndiswrapper -m (this one will give you a bunch of warnings - ignore)
sudo ndiswrapper -ma
sudo ndiswrapper -mi
(I don't honestly know if the last three steps are necessary, but can't hurt)
6. reboot your machine
Now i am giving the steps of making your wireless card enabled for networking.
first the process is we use ndiswrapper to use our windows version of devise driver software and work it with ubuntu
After trying many different approaches suggested all over the web, and gathering clues in many Ubuntu forum posts, I finally worked out this solution:
1. blacklist bcm43xx
echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
2. install ndiswrapper and related files
sudo apt-get install ndiswrapper-common ndisgtk
(this should also pull in the 'utils' package)
when I was all said and done, I had
ndiswrapper 1.45
ndiswrapper-utils 1.9
ndisgtk (you don't really need this, and my instructions don't make use of it)
3. download and extract http://ftp.us.dell.com/network/R174291.exe
this is a ridiculous bit of bloat, but the most complete INF for 43xx devices
4. go into folder DRIVER_US inside the result of what you did above
5. use ndiswrapper to install bcmwl5.inf
sudo ndiswrapper -i bcmwl5.inf
sudo ndiswrapper -m (this one will give you a bunch of warnings - ignore)
sudo ndiswrapper -ma
sudo ndiswrapper -mi
(I don't honestly know if the last three steps are necessary, but can't hurt)
6. reboot your machine
Saturday, October 24, 2009
Atlast back
Hi guys i am back after a long time. Now i am in US and doing my thesis and struggling a bit for my living and things. Anyways how are you guys doing?
Subscribe to:
Posts (Atom)
