ALT7700 A site about flight simulation - building a 747 cockpit

OS category

Windows equivalent for ‘tail’

Just came across this Windows equivalent for the Unix/Linux tail command:

Get-Content Log.txt –Wait
read more...

Mount NAS share under Linux

More of a note-to-self, but here’s how to mount a CIFS (or SMB) share on Ubuntu Linux (192.168.1.20 is the NAS IP address in this case):

mkdir ~/data_flightsim/
sudo apt-get install cifs-utils
sudo mount -t cifs -o username=my-username,uid=$(id -u),gid=$(id -g) //192
read more...

Ubuntu 18.04 installation notes

I decided to give Ubuntu 18.04 on my system. Here are some notes on the proces, for myself mostly.

read more...

CentOS 6 auto logon

Currently I am using a CentOS 6.2 desktop machine for my forward view with 2x 22″. One of my wishes is to have the system log on automatically using my account.

read more...