num5
num7
- Add Text
- do whatever you want with the text
num3
r x 90
- In toolshelf, use Data tab (F)
- Geometry: play with Extrude
- Object Mode
alt+C
-> Mesh from Curve/Meta/Surf/Text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Name: Sonar | |
Description: how to kill a sim with llCastRay | |
Creator: Chaser.Zaks | |
License: CC-BY | |
Construction: | |
1) Create 3 prims, set their positions to the same spot. | |
2) Set the first prim to Cylinder, 2x2x0.13, slice 0.1 to 1.0. | |
3) Set the second prim to Cylinder, 2x2x0.13, slice 0.0 to 0.1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#----------------------------------------------------------# | |
# settings # | |
#----------------------------------------------------------# | |
#text colors | |
redtext() { echo "$(tput setaf 1)$*$(tput setaf 9)"; } | |
greentext() { echo "$(tput setaf 2)$*$(tput setaf 9)"; } | |
yellowtext() { echo "$(tput setaf 3)$*$(tput setaf 9)"; } |
wget https://gist.githubusercontent.com/luisintosh/ad4ef22dc1c4fa40adf336e608f0cafe/raw/70dd98b379ae8614d6df96720f9845b5ae026002/create_wp.sh && chmod +x create_wp.sh && mv create_wp.sh /usr/local/bin/create_wp
create_wp domain [email]
NOTE: If you disabled the PHP functions proc_open()
and/or proc_close()
you need to temporary enable them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this tutorial provided without any guarantee! | |
# only tested in ubuntu 16.04 64bit | |
--- 1st step --- | |
open /usr/local/vesta/bin/v-add-email | |
navigate to 'Action' and change to this | |
# Generating hashed password | |
# salt=$(generate_password "$PW_MATRIX" "8") | |
# md5="{md5}$($BIN/v-generate-password-hash md5 $salt <<<$password)" |
I've made a new web template to make Laravel work easily on VestaCP, and so I wouldn't have to change my Laravel installation, if I ever wanted to deploy it elsewhere.
Each file should be put in /usr/local/vesta/data/templates/web/apache2
Then, when you edit your domain/site, you can change the web template to Laravel and just upload your whole project into public_html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
+ For the following awesome sysadmin, All the credit goes to the author , Francisco Augusto kahun,+ | |
+ and community + contributers + | |
+ https://github.com/kahun/awesome-sysadmin.git+ + | |
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
###Awesome Sysadmin | |
A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP | |
Awesome Sysadmin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>RSS Feed Reader</title> | |
</head> | |
<body> | |
<?php | |
//Feed URLs | |
$feeds = array( | |
"http://maxburstein.com/rss", | |
"http://www.engadget.com/rss.xml", |