Flight1 Beechcraft King Air B200
One of the best products I’ve seen in a while, go get it…
Tongass Fjords in Prepar3D 2.5
1. Enable Migration Tool
http://www.flightsim.ee/products/migration-tool
2. Install Tongass Fjords into Prepare3D. At the end of the setup the configuration menu should appear. Save & apply the settings…
3. Follow this guide by Holger Sandmann (I’ve added the file as it is only available if you register to the FSaddon forums):
The active terrain.cfg file is in the main FSX/Prepar3D foler. Note that starting with v2.5 of Prepar3D the location has changed to C:\ProgramData\Lockheed Martin\Prepar3D v2
1. Make a backup copy of your current terrain.cfg file in case something goes wrong with the manual editing
2. Open the attached file and your current terrain.cfg in Wordpad, Notepad or some other text editor and copy & paste the entire Tongass block at the bottom of your terrain.cfg
3. Scroll to the top of the terrain.cfg and note the number next to “DefaultTextureCount=” then find the first “Tongass Fjords FSX custom texture” entry and change the “xxx” in its [Texture.xxx] line to that number
4. Go through each of the other 39 Tongass Fjords blocks and change their [Texture.xxx] accordingly, increasing each entry’s value by 1; make sure not to end up with any duplicates or missing numbers
5. Scroll back to the top and add 40 to the current value of “DefaultTextureCount=”; save the terrain.cfg and the next time you start FSX/P3D the Tongass X water and other features should display.
http://fssupport.com/fsaddonforum/index.php?topic=34.0
4. Start Prepare3D
5. Disable migration tool after you have started Prepar3D (not before).
Linux: Prevent a background process from being stopped after closing SSH client
You can use the following code to run a process in the background without creating any stdout or stderr output (no nohup.out file)
nohup command > /dev/null 2>&1 &
WiFi adapter keeps on ‘going to sleep’
Try this. Make a file 8192cu.conf in directory /etc/modprobe.d/ with the command
sudo nano /etc/modprobe.d/8192cu.conf
and add the following lines
# Disable power management
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
I assume that you are using Edimax or NETIS wireless USB adapters.