x
Class.Expert

Main menu

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

[ Debian 9 ] Ajenti: Empty Page After Login

Author Alex Date Июль 11, 2018
Look at verbose logs via command: ajenti-panel -v If you have something like: Traceback...
Tagged ajenti, debian 9, empty, login | Leave a comment |
Administration, Linux

[ Linux ] Clear SSH Login History

To clear:

echo > /var/log/wtmp && echo > /var/log/btmp && echo > /var/log/lastlog

To check:
last History of successed login in /var/log/wtmp

lastb History of failed login attempts in /var/log/btmp

lastlog List of last connected users in /var/log/lastlog

 

Author Alex Date Май 2, 2018
Administration, Linux

[ Linux ] How to install GeoIP PHP Extension

Author Alex Date Сентябрь 18, 2017
Installation Let’s install GeoIP PHP extention: apt-get install php5-geoip Next, we are should to...
Tagged database, debian, extension, geoip, install, Linux, php | Leave a comment |
Administration, Linux

[ MYSQL ] Optimization Util: MysqlTuner

Author Alex Date Июнь 28, 2017
Let’s download mysqltuner: wget http://mysqltuner.pl/ -O mysqltuner.pl And starting it: perl mysqltuner.pl After we...
Tagged mysql, optimization, util | Leave a comment |
Administration, Linux

[ Ajenti ] How To Run PHP Code In .htm File

Author Alex Date Июнь 15, 2017
Ajenti Soulution First of all, you need to configure your website via ajenti panel....
Tagged ajenti, htm, php | Leave a comment |
Administration, Linux

[ Linux ] How To Install Gearman PHP 7 Module in Debian 8

Author Alex Date Июнь 15, 2017
Install some packages for compilling: apt-get -y install php7.0-dev unzip wget re2c libgearman-dev Downloading and...
Tagged gearman, install, module, php7 | Leave a comment |
Administration, Linux, Snippets

[ Debian ] add-apt-repository command not found

Author Alex Date Июнь 15, 2017
How to fix in Debian 8 (Jessie) and higher apt-get -y install python-software-properties How to...
Tagged add-apt-repository, debian, not found | Leave a comment |
JavaScript

Javascript FrameWorks

Author Alex Date Июнь 5, 2017
Kendo UI Webix Control-Panel Desktop ExtJS Tables Bootstrap Table dynatable JED datatables.net
Tagged framework, javascript, tables | Leave a comment |
Administration

GitHub Tips

Author Alex Date Май 17, 2017
How To Delete Commit in GitHub Looking for {COMMIT_ID} before wrong commits, it’s will be like...
Tagged commit, delete, git, github | Leave a comment |
Administration, Linux

[ Linux ] sFTP Access For SSH User To Specified Folder

Author Alex Date Февраль 14, 2017
Let’s create sFTP only group: groupadd sftp_users Create sFTP user and add to sFTP...
Tagged access, premission, sftp, ssh | 1 Comment |
Page 1 of 71234567
© Class.Expert - Powered by WordPress and WPThemes.co.nz