Thursday, August 29, 2013
Ernesto is on the news
UF aerospace engineering seniors Lee Jones, 23, and Ernesto Aneiros, 23, both sport beards. A significant drop in razor sales has been reported as facial hair becomes more of a trend.
http://www.alligator.org/news/local/article_51b04382-0fa3-11e3-873f-001a4bcf887a.html
http://www.alligator.org/news/local/article_51b04382-0fa3-11e3-873f-001a4bcf887a.html
Tuesday, August 27, 2013
Nalimov's tablebases online
The links to the tablebases web interfaces:
- CHESSOK http://chessok.com/?page_id=361
- Knowledge4IT http://www.k4it.de/index.php?topic=egtb&lang=en
- Shredder http://www.shredderchess.com/online-chess/online-databases/endgame-database.html
An explanation of tablebases:
Friday, August 9, 2013
Fedora 19 sytemctl
systemctl
works with not only services but all other unit types, and is a valuable tool when monitoring or troubleshooting a system. It can list all known units, limit the results to a single unit type, show only failed units, or examine unit relationships. The table below shows some useful systemctl
features and should help system administrators replace their old workflow in sysVinit.
systemctl
command reference
sysVinit command | systemd command | Notes |
---|---|---|
service sshd start | systemctl start sshd.service | Used to start a service (not reboot persistent) |
service sshd stop | systemctl stop sshd.service | Used to stop a service. (not reboot persistent) |
service sshd restart | systemctl restart sshd.service | Used to start and stop a service. |
service sshd reload | systemctl reload sshd.service | When supported, reloads the config file without interrupting pending operations. |
service sshd condrestart | systemctl condrestart sshd.service | Restarts if the service is already running. |
service sshd status | systemctl status sshd.service | Tells whether a service is currently running. |
ls /etc/rc.d/init.d/ | systemctl list-unit-files --type=service | Lists all available services. |
chkconfig sshd on | systemctl enable sshd.service | Always run the service at this target (runlevel.) |
chkconfig sshd off | systemctl disable sshd.service | Do not automatically run the service at this target (runlevel.) |
chkconfig --list | systemctl list-units -t service --all | Print a table of available services and their status. |
chkconfig sshd --list | ls /etc/systemd/system/*.wants/sshd.service | Lists the targets that will include the service. |
chkconfig sshd --add | systemctl daemon-reload | Used when you create a service file or modify any configuration. |
telinit 3 | systemctl isolate multi-user.target | Move system into another target (change runlevels.) |
[no comparable command] | systemctl show -p "Wants" multi-user.target | Lists units pulled in by a given target. |
[no comparable command] | systemctl show -p "After" sshd.service | Shows dependent services and other targets. |
[no comparable command] | systemd --test --system --unit=multi-user.target | Simulates booting the system to a given target |
[no comparable command] | systemd-analyze plot > boot.svg | Generates a diagnostically useful graphical representation of the boot process. |
ps xawf -eo pid,user,cgroup,args | systemd-cgls | Display control group process tree. |
Thursday, July 18, 2013
Windows Manual Time Synchronization
w32tm /config /manualpeerlist:time.nist.gov,0x8 /syncfromflags:MANUAL
w32tm /config /update
net time /querysntp
w32tm /resync
w32tm /config /update
net time /querysntp
w32tm /resync
Wednesday, June 19, 2013
Tuesday, June 18, 2013
MARTIN LUTHER'S Morning and Evening Prayers
Martin Luther wrote two short prayers for individuals and families to use in the morning after waking and in the evening before going to sleep. These lovely prayers, taken from Dr. Luther's Small Catechism, can help you begin and end each day with the Lord.
LUTHER'S MORNING PRAYER
In the name of the Father and of the Son and of the Holy Spirit. Amen.
I thank you, my heavenly Father, through Jesus Christ, Your dear Son, that You have kept me this night from all harm and danger; and I pray that You would keep me this day also from sin and every evil, that all my doings and life may please You. For into Your hands I commend myself, my body and soul, and all things. Let Your holy angel be with me, that the evil foe may have no power over me. Amen.
LUTHER'S EVENING PRAYER
In the name of the Father and of the Son and of the Holy Spirit. Amen.
I thank you, my heavenly Father, through Jesus Christ, Your dear Son, that You have graciously kept me this day; and I pray that You would forgive me all my sins where I have done wrong, and graciously keep me this night. For into Your hands, I commend myself, my body and soul, and all things. Let Your holy angel be with me, that the evil foe may have no power over me. Amen.
LUTHER'S MORNING PRAYER
In the name of the Father and of the Son and of the Holy Spirit. Amen.
I thank you, my heavenly Father, through Jesus Christ, Your dear Son, that You have kept me this night from all harm and danger; and I pray that You would keep me this day also from sin and every evil, that all my doings and life may please You. For into Your hands I commend myself, my body and soul, and all things. Let Your holy angel be with me, that the evil foe may have no power over me. Amen.
LUTHER'S EVENING PRAYER
In the name of the Father and of the Son and of the Holy Spirit. Amen.
I thank you, my heavenly Father, through Jesus Christ, Your dear Son, that You have graciously kept me this day; and I pray that You would forgive me all my sins where I have done wrong, and graciously keep me this night. For into Your hands, I commend myself, my body and soul, and all things. Let Your holy angel be with me, that the evil foe may have no power over me. Amen.
Subscribe to:
Posts (Atom)