billmagee.wordpress.com
Arch Linux | Wamlabs Mediatronics
https://billmagee.wordpress.com/2011/01/02/arch-linux
Bill Magee’s Blog. It is a wise man who is able to look his own deficiencies in the face. Recently I have discovered that I am a distroholic. I simply cannot stop downloading Linux distros and running them in VirtualBox. Usually, this is a harmless habit, but every now and then it results in a lost weekend (like so many habits). Arch is a beautiful and elegant distro. Although all Linux distros give you control over your system, I finally feel completely in control of my computer. Have a lost weekend!
yonitg.com
pwd | Linux Admin Steps Into Management
http://yonitg.com/linux-commands/pwd
Linux Admin Steps Into Management. BASH BUILTINS(1) BASH BUILTINS(1). Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the -P. Option is supplied or the -o physical option to the set. Builtin command is enabled. If the -L option is used, the. Pathname printed may contain symbolic links. The return sta-. Tus is 0 unless an error occurs while reading the name of the. Current directory or an invalid option is supplied. Leave a Reply Cancel reply.
yonitg.com
ln man page | Linux Admin Steps Into Management
http://yonitg.com/linux-commands/ln
Linux Admin Steps Into Management. LN(1) User Commands LN(1). Ln – make links between files. Ln [OPTION]… [-T] TARGET LINK NAME (1st form). Ln [OPTION]… TARGET (2nd form). Ln [OPTION]… TARGET… DIRECTORY (3rd form). Ln [OPTION]… -t DIRECTORY TARGET… (4th form). In the 1st form, create a link to TARGET with the name LINK NAME. In the 2nd form, create a link to TARGET in the current directory. In the 3rd and 4th forms, create links to each TARGET in DIRECTORY. Creating hard links, each TARGET must exist.
habibs.wordpress.com
Alternative Solutions | Habib's Water Shaders
https://habibs.wordpress.com/alternative-solutions
Habib's Water Shaders. Click here to download this chapter in word version: Alternative solutions doc version. The following parts of water rendering will be discussed:. Water representations – we can use several methods to describe our water surface, but in the end, everything needs to be described by vertices to be able to render the result. Grids and particle systems are the most popular ways for this. 2D Grids – Hightmaps. Real water surfaces are continuous, but interactive computer graphics need a p...
yonitg.com
archives | Linux Admin Steps Into Management
http://yonitg.com/archives
Linux Admin Steps Into Management. Here are all the 74 posts made on yonitg.com :. 05: adding java support ot firefox and chrome. 05: mounting Samsung galaxy on fedora. 21: Upgrading mysql server on Centos from 5.5 to 5.6. 15: wkhtmltopdf install on Centos 6. 15: Devos blogs list. 24: Postfix queue management – list, debug and clean. 15: Finally a Linux jmx query tool that works out of the box! 05: Jumpy KDE on a new T430. 16: GNU/Linux distro timeline. 13: New site theme today. 11: Social Networking Map.
yonitg.com
cd man page | Linux Admin Steps Into Management
http://yonitg.com/linux-commands/cd
Linux Admin Steps Into Management. BASH BUILTINS(1) BASH BUILTINS(1). Cd [-L -P] [dir]. Change the current directory to dir. The variable HOME is. The default dir. The variable CDPATH defines the search path. For the directory containing dir. Alternative directory. Names in CDPATH are separated by a colon (:). A null direc-. Tory name in CDPATH is the same as the current directory,. Ie, “.”. If dir begins with a slash (/), then CDPATH is. Not used. The -P option says to use the physical directory. On pro...
handofthemagi.wordpress.com
Sentien Kickstarter Goes Live! | Role Playing It Up
https://handofthemagi.wordpress.com/2013/08/19/sentien-kickstarter-goes-live
Role Playing It Up. A place for the adventurer tired from a day's journey. Stay updated via RSS. Ye Ol’Treasure Chest. Ye Ol’Treasure Chest. Celebrating The End of a Journey. January 23, 2015. The Long Road Home! February 3, 2014. October 15, 2013. Back from the Past! 8211; Part 1. September 17, 2013. Sentien Kickstarter Goes Live! August 19, 2013. On Cube World, Prepare to be…. On Cube World, Prepare to be…. On DnD: Shadowlands Update and…. Learn How to Draw Fa…. On Artwork – Boy Oh Bo…. Is a new and ex...
handofthemagi.wordpress.com
DnD: Shadowlands Update and To-Do’s | Role Playing It Up
https://handofthemagi.wordpress.com/2013/06/26/dnd-shadowlands-update-and-to-dos/comment-page-1
Role Playing It Up. A place for the adventurer tired from a day's journey. Stay updated via RSS. Ye Ol’Treasure Chest. Ye Ol’Treasure Chest. Celebrating The End of a Journey. January 23, 2015. The Long Road Home! February 3, 2014. October 15, 2013. Back from the Past! 8211; Part 1. September 17, 2013. Sentien Kickstarter Goes Live! August 19, 2013. On Cube World, Prepare to be…. On Cube World, Prepare to be…. On DnD: Shadowlands Update and…. Learn How to Draw Fa…. On Artwork – Boy Oh Bo…. Finish leveling...
yonitg.com
lsattr | Linux Admin Steps Into Management
http://yonitg.com/linux-commands/lsattr
Linux Admin Steps Into Management. Lsattr – list file attributes on a Linux second extended file system. Lsattr [ -RVadv ] [ files… ]. Lsattr lists the file attributes on a second extended file system. See chattr(1) for a descrip-. Tion of the attributes and what they mean. R Recursively list attributes of directories and their contents. V Display the program version. A List all files in directories, including files that start with `.’. V List the file’s version/generation number. There are none :-).
yonitg.com
Upgrading mysql server on Centos from 5.5 to 5.6 | Linux Admin Steps Into Management
http://yonitg.com/upgrading-mysql-server-on-centos-from-5-5-to-5-6
Linux Admin Steps Into Management. Upgrading mysql server on Centos from 5.5 to 5.6. January 21, 2014. Before upgrading make sure to backup the my.cnf file if you wish to use your former settings. Cp /etc/my.cnf /etc/my.cnf bak `date %F`. Better also to dump the current mysql data to somewhere else for backup. Remove the current mysql:. Yum remove mysql55-server mysql55-libs mysql55-devel mysql55-bench mysql55. Add the repository for the relvant mysql – 56 in our case:. Set the service to start on boot:.