|
新春快乐!独立博客正式上线
16 hours ago
by Velaciela
新春快乐,虎年大吉! 亲爱的朋友们新年好!在这里祝各位虎年发大财! 本博客即日起上线运行,同时停止原 校内,QQ空间,MSN空间,新浪博客等处的更新,并可能关闭部分旧空间。 请记住本站地址或使用RSS方式订阅。 特别要感谢 Hackfan在技术方面给我的帮助,没有他的话不可能做出这样漂亮的页面来。 目前这个站点还未装置完毕,先凑合用吧。其他功能将会后续增加…… 使用留言头像的方法:注册一下你的邮件地址,以后你使用该地址在全球任何一个支持该标准的博客留言,均可显示注册的头像。 另外SSH将于13号到期,可能需要更换地址,相应的朋友请联系我。
Velaciela, of the Alliance - neverwow.com
|
|
Cisco Nexus 1000V
19 hours ago
by craig
Today I was setting up the Nexus 1000V with Cisco UCS, and this was my 2nd time of experiencing the nexus 1000V. Previous experience when I did the 1st installation and configuration on Nexus 1000V, it take me few days to get it done, but it only took us 1 few hours to do so with a help from my coll ...
Malaysia VMware Communities - malaysiavm.com/blog · 22 references
|
|
cPanel WHM Delete Apache Logs SSH
21 hours ago
by Kristopher Smith
By Senior Editor – Kris Smith ( @croncast) If you host your site on a box that has Web Host Manager (WHM) or cPanel on it this post is for you. Since quite a few independent developers, indie hosting companies and startups do, I wanted to share this very important command for removing Apache logs un ...
TechStartups.com - techstartups.com · Rank: 5,085 · 84 references
|
|
Copying files via SSH
22 hours ago
by mp
Copy with permissions to $USER’s home directory on $HOST scp -p -r $USER@$HOST: file dir/
MP's BLOG - nsas.de/~michel
|
|
Command under Linux VPS SSH
23 hours ago
by neovps
directory rm -rf mydir /*delete mydir directory*/ cd mydir /*get into mydir directory*/ cd – /*up one level directory*/ cd .. /*up one level directory,there is a blank*/ cd ~ /*root directory*/ mv tools tool /*rename tools to tool */ ln -s tool bac /*add "_trial" to the directory tool,after this ope ...
NEOVPS - neovps.com
|
|
Rsync ber SSH-Tunnel auf einen nicht Standartport
23 hours ago
by Dirk
Viele SSH-Server, verwenden inzwischen nicht mehr Port 22 als Standartport sondern, arbeiten auf einem verbogenen Port. Da sich der Befehl Rsync idealer weise fr Backups anbietet, aber selbst nicht die Möglichkeit, einen anderen SSH-Port anzugeben. Rsync bietet zwar eine Option zur Veränderung des P ...
dotTux - dottux.de
|
|
SSH Tunneling
1 day ago
by MP
Contents [ hide ] Open a remote shell from localhost to server.internet.de ssh -q -N -R 1337:localhost:22 server.internet.de -p 22 connect to the remote shell from server.internet.de ssh localhost -p 1337 create a socks5 socket on server.internet.de ssh -qND 8089 user@server.internet.de -p 22 use th ...
MP's BLOG - nsas.de/~michel
|
|
rsync bei TYPO3 Projekten
1 day ago
by AaL
Wollte heute mal ein TYPO3 Projekt ganz unkompliziert ber rsync/ssh auf den Webserver hochladen. Funktioniert ganz gut mit: rsync -rulzPh -e 'ssh -ax' ./ ssh-user@ssh-host:/directory Die Optionen sind -r fr rekursiv, -u fr update, -l fr symbolische Links (erhalten), -z fr Komprimierung, -P fr –progr ...
cHmuul.net - chmuul.net
|