Is it possible to dual boot between Ubuntu and W7.vhd? If anyone knows please tell me how.
if you can answer to [email protected] would be perfect. Thanks
I have done a fresh install of Ubuntu Server version 12.04 and am trying to install a dhcp server package using the following command:
sudo apt-get install dhcp3-server
However I get this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dhcp3-server
Can someone tell me how to install this package on my server?
Thanks,
Alex.
I've just made a fresh installation of Ubuntu 10.04 on my Dell Inspiron 1420. Without updates, I'm not able to play media files. Is there any procedure to install updates via offline as I don't have a internet connection at home.
Thanku.
I have installed ubuntu on my server.
I want the cronjobs to send me emails for output.
How can i send emails from terminal . which thing i have to install and how will i put smtp or pop setting in that program
My only issue that is stopping me from moving to Linux is the dual monitor support. If I use TwinView, maximizing an application causes it to take over both monitors, not maximize in the current monitor the way it works in Windows. If I use two separate X windows, certain programs default to a specific monitor with no way of moving it to the other desktop. Has anyone else had these issues? Are there any detailed dual monitor resources.for Linux/Ubuntu I can read?
Hello,
I've just installed ubuntu 10.10 on my laptop its all great but the screen resolution is a bit crap i have it set 1200:800 and when i do xrandr it indicates that the i can have a bigger screen resolution but i dont seem to to be able to increase it more 1200:800.
another interesting thing is that xorg.conf does not exist on the /etc/X11/
is there a way to increase the screen resolution for Sony laptops?
the graphics card is Intel Graphics
Please help!
What is the standard/correct way to re-install grub2?
I am using liveusb right now and i am unable to boot into Ubuntu on my hard drive.
Partitions are as follows:
/dev/sda1 1 3917 31463271 7 HPFS/NTFS
/dev/sda2 3918 10444 52428127+ 7 HPFS/NTFS
/dev/sda3 10445 15671 41985877+ 7 HPFS/NTFS
/dev/sda4 15672 19457 30411045 5 Extended
/dev/sda5 * 15672 17711 16386268+ 83 Linux
/dev/sda6 17712 19457 14024713+ 83 Linux
Pleas help.
thanks
i have been installed ubuntu server 11.10 and i doesn't specify the domain name during the installation
but after i have been edit /ete/resolve.conf with my dns servers which run windows server the dns can't recognise my server name .
then i installed likewise-open but that doesn't solve the problem and make some problems with ftp .
can someone help me please to join this server to the dns .
thanks in advance .
hi
I want to setup a system for a domain which enable me to charge money into user's account for printing.
I am using Ubuntu server 8.04 and installed samba server for creating domain but I don't know how to handle my problem.
does anyone has any idea?
I installed Ubuntu on my external hard drive but it won't boot on my laptop. It works fine on my desktop but not my laptop. It says it can't find root... what do i do?
I have set up a Ubuntu PC on a next work that is behind a ISA Proxy.
When I run the command
sudo apt-get update
I get several messages with this message:
502 Proxy Error (The ISA Sever denied the specified Uniform Resource Locator)
The computer can see the internet and adding the proxy settings in the Network Preferences does not help. When I do a ifconfig Im on a 192 address which is not the usual subnet our PCs are on.
Any ideas?
i just installed a ubuntu 12.04 server on a 2008 R2 Hyper-V server and all is fine (networking/storage ...). There is just one thing, when i halt my linux (using "sudo halt"), i can see on the console that the system is halted but the vm status on hyper-v is still "started". Then i need to stop it on the hyper-v management tool.
Anybody has an idea on how to properly stop this VM on hyper-V automatically ?
Thanks,
Alex
I noticed that the username I used to install Ubuntu got added to a bunch of groups in the /etc/group file. I'm getting rid of unneeded accounts. Would anything break if I removed that first account?
I am setup postfix on my linode vps using https://help.ubuntu.com/community/Postfix, mail are going to localhost perfectly. Problem is i am configure SASL in postfix ,since i don't have ssl and i can't send any mails to external domains get error "relay access denied".
Through google this error i found articles related to SSL, but how can i setup postfix without SSL and send mails to external domain like gmail or yahoomail.
I use Ubuntu 11.04 and Gnome 2.32.1.
I want to create a new launcher for Sql Developer on the desktop with the following value :
Name : SqlDeveloper
Command : /bin/sh /opt/sqldeveloper/sqldeveloper.sh
Icon : A icon in the directory of sql developer
When I click or double-click on the launcher nothing happens.
$ ls -l /opt/sqldeveloper/sqldeveloper.sh
-rwxr-xr-x /opt/sqldeveloper/sqldeveloper.sh
What should I do ?
I've installed ubuntu 10.04 LTS, and ran apt-get install couchdb. This installed 0.10.0, however the newest is 0.11.0 and I would like to install that from source.
What's the appropriate way of upgrading the current install to the newest version?
i have ubuntu 10.10 x86_64 with nvidia 9800 gt and nvidia driver version 270.41.06
my video card has two DVI sockets, but i only use single monitor configuration. Now, i think the main DVI socket might be busted, so i want to try to enable the other as the main one, however, i don't know how to achieve that. I tried just plugging the monitor in that socket but it won't just auto-detect (it would have been way too easy to just work)
Which command should I use to download security uodates for Ubuntu Hardy?
Ideally would like the command to also create a log file listing files downloaded, install and any errors.
Thanks for help.
I have a small java project that handle connections.
In order to run it from the terminal I have to cd into the folder that contains the source and run the following command:
java -cp classes com.packagename.mainclass
Where classes is the folder that contains the classes.
I want ubuntu to run this application on startup, is there a Java command I can use? Or am I just better off creating a shell script?
Thanks!
I can't wrap my brain around the new pam.d configuration syntax used in Ubuntu 10.04. How do I setup PAM so that it allows users stored in my LDAP database to login.
I already configured nscd, so id <user> or getent passwd are already listing my LDAP users, but PAM doesn't work, whether the normal shell login nor su.
Normally when I read a book I use a bookmark held horizontally under the current line I'm reading to help me keep my eyes on the right spot. When I read a PDF or other document on my computer I would like to be able to do the same thing, only with a line on the screen controlled by the up and down arrow keys. Any suggestions for an application which would do this? I'm a Ubuntu Linux user.
I need to have two instances of Tomcat 6 running on Ubuntu 10.04. I know it should be doable pretty simply by something like:
copy /var/lib/tomcat6 to /var/lib/tomcat6-2
modify ports in /var/lib/tomcat6-2/conf/server.xml
copy /etc/init.d/tomcat6 to /etc/init.d/tomcat6-2
modify /etc/init.d/tomcat6-2...
...but my problem is that I'm unsure what I should modify in /etc/init.d/tomcat6-2. Chaging the NAME in the beginning of the file clearly is not enough.