Truecrypt NTFS volumes
I describe how TrueCrypt volumes that are formatted with NTFS can be checked for errors. The built-in Truecrypt "fsck.ntfs" does not work, as this utility is obsolete. One uses now the "ntfsprogs" and its tools.
binds to the appropriate volume (ONLY embed this one, else can change the number in Step 2) Step 1
ntfsprogs install
sudo apt-get install ntfsprogs
Step 2
check with ntfsfix
ntfsfix / tmp/.truecrypt_aux_mnt1/volume
If there are acute
error, I recommend "test disk" use described on this website.
whom it has helped, please leave a quick comment there.
Sunday, January 23, 2011
Sunday, January 9, 2011
Used Ice Skates For Sale In Maine
Ubuntu software alternatives available
Who knows a Windows software and is looking for comparable alternatives in the Linux environment, will appreciate the following website.
http://alternativeto.net/software/?profile=linux
Who knows a Windows software and is looking for comparable alternatives in the Linux environment, will appreciate the following website.
http://alternativeto.net/software/?profile=linux
Friday, January 7, 2011
Black & Ivory Wedding Center Pieces
play Super Nintendo on Ubuntu
So you can revive the classics from your childhood: Installing
So you can revive the classics from your childhood: Installing
Step 1
ZNES emulator
sudo aptitude install zsnes
The emulator is located after installation in the menu under games.
Step 2
download ROMs. They are old, gray modules in file format.
Step 3
ZNES and "Config" both the input device, and "Video" a nicer Resolution. With the keyboard it gets difficult, but playable. Good controller you get already for 10 € at Amazon.
with "Esc" to get again and again to the menu. ROMs to load on "Game> Load".

Thursday, January 6, 2011
White Mucus 2 Days Before Af Due
Ubuntu Startup Output
If you want to watch instead of a blank screen and the Ubuntu logo prefer the output from the system, to any stall or display errors or simply to see what's going on, I recommend "quiet" kernel option and remove "splash".
Step 1
Grub customize configuration
sudo gedit / etc / default / grub
Step 2
make changes - Removed from the following line to the two words "quiet" and "splash". Then save and close the file.
From:
GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
Where:
GRUB_CMDLINE_LINUX_DEFAULT = ""
Step 3
Then you have to update Grub:
sudo update-grub
Now you can restart the test times.
Have fun!
Wednesday, January 5, 2011
Sony Dvp Sr 200regio Free
external monitor set as primary monitor in Ubuntu
I had the problem I got the two-screen mode always shows the little laptop screen as primary screen with the gnome-panel and slide on the large external monitor always had all the windows.
xrandr - primary
I had the problem I got the two-screen mode always shows the little laptop screen as primary screen with the gnome-panel and slide on the large external monitor always had all the windows.
Now I have found relief.
Step 1
go to "Configure display settings" in the two-screen mode. Resolutions and the wishes adapt
Step 2
with xrandr the screens identify
xrandr-q
Step 3
xrandr with external screen on (with my VGA-0) as the primary screen:
xrandr - primary
Finish - VGA-0 output.
Anyone who hopes to replace everything, including the configuration of the graphical tool, which performs the following yet, or transfer it into a script, which he then links to the desktop or in a panel.
So in total it looks like this:
xrandr - output VGA-0 - primary; xrandr - output VGA-0 - auto - pos 0x0 - output LVDS - auto - left-of VGA-0
your can
VGA-0 is the external screen when you are called out VGA-1: may have to adjust the following.
LVDS is the laptop. Can also mean LVDS-1.
test this with "xrandr-q".
"- left-of VGA-0" is set for me so, because my laptop is next to my external monitor. Fits this if it is in another way.
Who has helped here can, indeed a short comment, so I know that I have not written in vain. Thank you.
Monday, January 3, 2011
Could I Play Heartgold On Vba
Uhhuh. NMI received for unknown reason a1 on CPU 0
Ubuntu tended, with the following error message in the "from looking at" in / var / log freeze.
Uhhuh. NMI received for unknown reason a1 on CPU 0th
Sometimes:
Uhhuh. NMI received for unknown reason a0 on CPU 0th
I use a Thinkpad T60 with Radeon X1400 graphics card on Ubuntu 10.10.
For me it was a huge problem because the laptop I do not play or surf use, but also in order to give presentations. In order to debug the error at all, I had to install the kernel log daemon, which then all the kernel messages when you crash and start the file "/ var / log / kern.log" logged. Installs
he is with
sudo apt-get install klogd
I was on the launch pad following article carefully describes the NMI problems on other systems.
It seems that it has to do with the energy saving feature of the new kernel generations, which is described here:
means it is up to Devices that switch to energy saving mode.
I was on my Thinkpad T60 can delay the problem, I had hidden, my internal wireless card via the BIOS. However, he then Stuertz still from time to time. I also installed the Advanced Configuration tool "TLP" for Thinkpad laptop and configured it according to my guesses.
I realized it on other devices (such as external hard drives) was that used the ACPI functions.
I've tried to solve the problem following workaround:
first Go to Step
root
sudo su -
second Step
create directory and script
mkdir scripts
nano scripts / usb-control.sh
third Step
content of the script
# / bin / bash
for i in / sys / bus / usb / devices / * / power / control;! Do echo on> $ i; done
for i in / sys / bus / usb / devices / * / power / autosuspend; do echo -1> $ i; done
for i in / sys / bus / pci / devices / * / power /
control; do echo on> $ i; done
4th Step
The script executable make
chmod + x scripts / usb-control.sh
5th Step
edit crontab for the script under the "root" account is running every 5 minutes.
crontab-e
6th Step
Add the following entry below in the crontab. (Use a value from a tab (tab key))
* / 5 * * * * / root / scripts / usb-control.sh
( So this: * / 5 * tab tab tab * * * tab tab / root / scripts / usb-control.sh)
7th Step
This will now with all USB devices, including the newly set the ACPI suspend Function disabled.
Anyone have any other errors in his "from looking at has, please consider the following entry in the blog.
whom this description, please leave a quick comment so I know that I'm not here for nothing. Hope it helps you as I do. I will in no case more need to change back to Windows.
Subscribe to:
Posts (Atom)