x
Class.Expert

Main menu

Skip to content
  • Index
  • Windows Phone
  • Android
  • Visual Studio
  • Services
  • C#
Administration, Linux

[ Linux ] Recursively Chmod And Chown Via SSH

Author Alex Date Январь 27, 2017
Recursively Chmod Change chmod for all files and folders in concrete folder: chmod -R...
Tagged change, chmod, Linux, rights, ssh | Leave a comment |
Administration, Linux

[ Linux ] How To Install Ajenti Control Panel On Debian 8

Author Alex Date Ноябрь 16, 2016
Installation apt-get update apt-get upgrade wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-debian.sh | sh apt-get install ajenti-v ajenti-v-nginx...
Tagged ajenti, debian, install | Leave a comment |
Administration, Linux

[ Linux ] Server Settings For Max Redis Performance

Author Alex Date Ноябрь 5, 2016
sysctl.conf Add to /etc/sysctl.conf nano /etc/sysctl.conf In the end of file these lines: net.ipv4.conf.default.rp_filter =...
Tagged high, limit, load, redis, server, settings | Leave a comment |
Administration, Linux

[ Linux ] Installation Of Most Common PHP Modules In Debian

Author Alex Date Октябрь 18, 2016
PHP5 modules apt-get install php5-curl php5-gd php5-imagick php5-mysqlnd php5-redis php5-tidy php5-xmlrpc php5-xsl php5-pspell php5-recode...
Tagged debian, gearman, modules, parallel, php, thread | Leave a comment |
Administration, Linux

[ Linux ] How To Solve Ajenti Bind Problem In Debian 7 / Debian 8

Author Alex Date Октябрь 11, 2016
If your ajenti panel can’t start at 8000 port, first that you should do...
Tagged ajenti, bind, debian, port, slove, start, work | Leave a comment |
PHP

[ PHP ] Convert IPv6 address to IPv4

Author Alex Date Сентябрь 13, 2016
Function I recieve IP address of user from node.js in IPv6 format and want...
Tagged convert, format, ipv4, ipv6, php | Leave a comment |
Android

[ Android ] How To Insert Text in Cursor Position

Author Alex Date Апрель 5, 2016
The most correct way to do that is something like that: String text="Some Text";...
Tagged android, cursor, edittext, insert | Leave a comment |
Administration, Linux

[ Linux ] How To Copy db0 To db1 Of Redis Database

Author Alex Date Февраль 21, 2016
All of it is for Debian 7.9 Wheezy. Prepare We need to flush our...
Tagged copy, database, db, debian, redis | Leave a comment |
Android

[ Android ] Get Access To ViewModel Anywhere

Author Alex Date Февраль 17, 2016
We need some class to get access to our view models: public class ViewModelsUtil...
Tagged access, android, binding, viewmodel | Leave a comment |
Android

[ Android ] How To Get Style Attribute from AttributeSet Programmatically

Author Alex Date Февраль 16, 2016
int gravity=attrs.getAttributeIntValue("http://schemas.android.com/apk/res/android", "layout_gravity", -1);  
Tagged android, Attribute, Programmatically | Leave a comment |
Page 2 of 71234567
© Class.Expert