
#Python oolite software
On our Oracle Sun x4150’s the Hardware Raid can be checked after installing the StorMan software which is available (as StorMan-6.40.x86_64.rpm) in the software bundle for x4150s available after logging in to the Oralce support website and locating the downloads for x4150s. In /etc/sysconfig/iptables I added: *filter… Read more » Adaptec Hardware RAID controller on Sun 4150 Ogni invocazione del costruttore aggiunge un singolo nodo: class Albero: def init(self, Contenuto, SinistraNone, DestraNone): self.Contenuto Contenuto. The idea is that users hit a web page that adds their dynamic IP address to a list and then a script inserts that IP address into IPTables to allow SSH access. I achieved this as follows. Il processo di costruzione degli alberi è simile a quello che abbiamo già visto nel caso delle liste linkate. I wanted a custom IPTables firewall chain to allow SSH access to a machine. For reference the default keyboard layout file is at: /usr/lib/GNUstep/System/Applications/oolite.app/Contents/Resources/Config/ist Bash Shell Script to Automate FTP File TransferĪ little script to send a backup file to a remote FTP server: #!/bin/bash HOST=’123.111.123.111′ USER=’bak_user’ PASSWD=’OpEnSeSaMe’ TODAY=”$(date +”%Y%m%d”)” FILENAME=Hostname_$TODAY.tgz cd /var/backup/sched/ ftp -n -v $HOST << EOT ascii user $USER $PASSWD prompt cd backups put $FILENAME ls -la bye EOT Then run it every day from Cron. Paste the output into the ~/.Oolite/AddOns/ist file. To create a custom keyboard layout for Oolite on Ubuntu: mkdir -p /home/jonny/.Oolite/AddOns chown -R jonny:jonny /home/jonny/.Oolite gedit ~/.Oolite/AddOns/ist Download the Key Config tool extract it, open the web page and generate the keyboard layout you want.


I found Ninja IDE useful but had to Edit > Preferences and set the Python path to python3 as shown… Read more » Oolite Keyboard Layout Ubuntu I was testing out Python by creating a little program to notify if the input year was a leap year or not. I am using Ubuntu 12.10 but with Gnome Fallback session rather than Unity. Monthly Archives: December 2012 Beginning Python on Ubuntu
