Fant en fin oppskrift, må bare dele den..
Se på http://www.itsolutionskb.com/2009/04/adding-ubuntu-to-a-windows-server-2008-active-directory/
Fant en fin oppskrift, må bare dele den..
Se på http://www.itsolutionskb.com/2009/04/adding-ubuntu-to-a-windows-server-2008-active-directory/
Here are a small “copy-paste-howto”:
sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update && sudo apt-get install -y ubuntu-restricted-extras non-free-codecs w32codecs totem-mozilla libdvdcss2 totem-xine xine-ui libxine1 libxinerama1 libxine1-all-plugins libxine1 libxine1-ffmpeg libdvdnav4 libdmx1 libdvdread4 gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly vlc smplayer smplayer-themes smplayer-translations && sudo /usr/share/doc/libdvdread4/install-css.sh
Enjoy, and thanks to bucknasty
Tips for how to correct the ZPixmap – problem in Opera (and probably a few other program as well):
According to some guy at Blogspot it is an issue with the Intel driver. He did post the issue before Ubuntu 8.10, but it is still not fixed (as of 9.04).
If you got the problem on your computer (with an Intel graphics card) you’ll see the message ZPixmap not supported when running Opera from console. The fix is simple: Just add the line Option “AccelMethod” “XAA” in the file /etc/X11/xorg.conf, as the last element in the “Device” section. Reboot to ensure that the drivers are loaded as they should, and you’re up and running.
After installing and upgrading Jaunty, and adding the Wine repository, the following message are shown:
W: GPG error: http://wine.budgetdedicated.com jaunty Release: De følgende signaturene kunne ikke verifiseres fordi den offentlige nøkkelen ikke er tilgjengelig: NO_PUBKEY 58403026387EE263
W: Det kan hende du vil kjøre «apt-get update» for å rette på disse problemene
Sorry for the bad English, the message is something as (more…)
My wife have bought some DVDs not released in any zone readble for our DVD-player:
So what do you do when you’r DVD player are programmed to lock after 5 zone switches?
Here are the recipi for cracking your DVDs so they’ll be readable in your DVD-player: (more…)
Just had a small laptop breakdown, where Windows wrote a BSOD – memory dump to the unencrypted Ubuntu partition. The backup was a week old, so fortunately the blogpost about encrypted filesystems in Ubuntu 8.10 work just as well in Debian Lenny
A nice guy on the web got a (almost) working recipi for solving the missing gpg key error on Intrepid. He have made a Perl-script that fixes the problem. Here are his recipi, modified to the “worksforme” edition.
The changes that made the script work is in red, it’s really minor changes. (more…)
Sorry to say, but after struggling with Qemu on Debian Etch, Debian Lenny, Ubuntu 8.04 and Ubuntu 8.10, the conclusion is: DONT!
The reason is not that it’s hard to set up or use, quite the contrary. The reason is that when using Qemu and VNC simultaneously, the kernel dies from time to time. Sometimes it’s the Qemu-image that segfaults, other times it’s the servers kernel that segfaults.
Sun have a far better – and more stable – alternative, use it.
..or.?
Actually, I dont..
But what do you do when there are thousands of unwanted things out there that want to do a hostile takeover of just everything?
This site is protected on several layers. One layer is called htaccess, a file controlling the server giving the content you read right now. Kismet provides another layer, identifying the spammers that need to be blocked out. blockacountry.com provides the list of countries where the spammers are
At the moment, this site is controlled by a combination of these and a few other tools, the result is that a few Asian, Russian and American hosts are blocked.
In an ideal world, these measures should not be required. This is NOT an ideal world..
Now when economists are crying, it’s more important than ever to not let people grab your data!
One thing is to make sure that you use password login, but what if somebody took your laptop – and placed the hard drive as spare drive on another computer? That somebody will never need to ask you for any password, they are located at the hard drive – and the creep got all the time in the world..
To keep things worse, there are many companies using VPNs like the VPN-solution on Fortigate security appliances – where the credentials for the VPN are stored on the stolen laptop..
What is there to do about it? Use an proprietary encryption device – and assume that the makers of the device have made an extreme encryption instead of thinking about the costs of doing so?
Personally, I think not. I want to create a device / hard drive partition where I can use whatever encryption I got in my kernel, with a file system of my own choice. You an do it if you want too, it’s easier than you think
How to do it
First you need to get your own laptop, and install Debian 8.10 on it. On my laptop, I got a 8 GB root partition (sda1), 512 MB swap (sda2), and the remaining space is used by a partition for the encrypted system (sda3).
After doing the initial setup, and logging in as a normal user, you need to get the cryptsetup-packages, by sudo apt-get install cryptsetup
Then you need to make a connection between the device you want, and the physical partition. Add the following in /etc/crypttab: crypt-home /dev/sda3 none luks
The next step is to create the encrypted system on top of the unused partition. To do this, you first sudo cryptsetup luksFormat /dev/sda3. You get asked about the password for the encrypted device, it is the unlock-key. If you loose it, you have to consider the data lost (or crack the encryption key). You have been warned..
Then you need to start the encrypted device. This is done by sudo /etc/init.d/cryptdisks restart
The next step is to create an filsystem on top of the device. Personally, I like to use ReiserFS, but you can use any file system you wish.
The command is sudo mkfs.reiserfs /dev/mapper/crypt-home
Last step: modify /etc/fstab, so the file system on the encrypted device is used on boot. To do so, you need to sudo vim /etc/fstab, and add the connection to the device. here is one example:/dev/mapper/crypt-home /srv reiserfs realtime 0 2
That’s it, basically. Congratulation, you have now made yourself an encrypted device where you can store all the data you want.. Reboot your computer to ensure that it get started as it should. When the computer tries to mount the device, you’ll be asked for the password. Remember the password or start cracking..
Bad Behavior has blocked 50 access attempts in the last 7 days.