In the third line I think you need a space before ] .
User: Blackbird_13; Keyword(s):
In the third line I think you need a space before ] .
Not sure how helpful I can be, but this is my experience.
I have a desktop and a laptop that each have 2 hard discs. I used the 12.04 alternative install CD and encrypted partitions on both hard...
I use, and have not had any problems with, iptables-persistent which is referenced on
https://help.ubuntu.com/community/IptablesHowTo#Solution_.233_iptables-persistent
You're welcome. I hope it worked for you.
I'm using just over 400MB at the moment, which is pretty usual for me. Do you know what is using up your RAM?
Since installing 12.04 I find my system very slow switching between users. This was not...
The following worked for me:
mkdir 2-june-2012:22:15:45
Try
date +%e-%B-%Y-%T
As I said, my setup is slightly more complicated as I use LVM as well and I don't have pre-boot luks.
Using what works for me I would try:
mkdir /mnt/mydir # directory to mount sdb1...
I used this iso: systemrescuecd-x86-2.6.0.iso from http://www.sysresccd.org/SystemRescueCd_Homepage. Not sure my commands will work for you, however, this is what works for me (LVM included).
...
I am not sure what "LUKS pre-boot encryption" means. With the exception of my boot partition I have luks encrypted my hard disc . Booting from a systemrescuecd I can mount any of my encrypted...
To change "swappiness":
gksudo gedit /etc/sysctl.confSearch for vm.swappiness and change its value as desired. If vm.swappiness does not exist, add it to the end of the file like so:
...
I changed to the main server and am still getting the "changes not available" message.
Try adding --display=:0. For example
zenity --info --text="Hi there" --display=:0
I have never had a problem sharing a fat (or ntfs) partition with Ubuntu and other linux/windows operating systems on the same hard drive.
Have you tried connecting to the other pc with ssh and then using zenity?
I've been using a separate boot partition for some time. I followed this guide initially.
http://rxezlqu.wordpress.com/2010/04/07/separate-boot-partition-vs-dedicated-boot-partition/Current...
I multi-boot with grub2. This is what I do with one hard disc.
Install my first Ubuntu OS without a separate boot partition (ie boot/grub is part of root partition), installing grub to mbr of sda....
Try this:
Install boot-up manager ("bum"). It will show a list of services - you can untick Bluetooth services ...
Same here with Firefox 3.6.8.
Just done a fresh install of lucid on my dad's pc. It takes 15 seconds to load every page:
- not using wireless
- download speed of 1 mb/sec when I did a system...
The simple answer is yes, you can install Ubuntu to the ext3 partitions. You just need to decide how you want to allocate your partitions - just do a search on Ubuntu partitioning. This is no right...
For a one-off boot (i.e. not remembered for subsequent boots) at the grub boot menu:
press e to edit the ubuntu entry
move to the linux line
delete "quiet splash"
press [control] x to...
This works for me:
Receiving
pop3.live.com
name@hotmail.com
SSL encryption
password: check for supported types
Sending
smtp.live.com:587
You can get around the problem with ~/.hidden files in /home by having a separate Data partition with Documents/Pictures/Videos/Music etc. You can then create sym links in your /home/user/ directory...
Not experienced this.
This may help:
http://ubuntuforums.org/showthread.php?t=1358123
Did you install grub2 from a fresh install of lucid? If so, the standard install should have written a small amount of grub2 code to your MBR which will point to your /boot/grub/grub.cfg on boot.
My...