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
| # If you come from bash you might have to change your $PATH. | |
| export PATH=$HOME/bin:/usr/local/bin:$HOME/.composer/vendor/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="/home/fin/.oh-my-zsh" | |
| # Set name of the theme to load. Optionally, if you set this to "random" | |
| # it'll load a random theme each time that oh-my-zsh is loaded. | |
| # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
| #ZSH_THEME="robbyrussell" |
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
| ########## Install NGINX ############## | |
| # Install latest nginx version from community maintained ppa | |
| sudo add-apt-repository ppa:nginx/stable | |
| # Update packages after adding ppa | |
| sudo apt-get update | |
| # Install nginx |
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
| ## Sublime Text 3 Serial key build is 3176 | |
| > * Added these lines into /etc/hosts | |
| 127.0.0.1 www.sublimetext.com | |
| 127.0.0.1 license.sublimehq.com | |
| > * Used the license key | |
| ----- BEGIN LICENSE ----- |
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
| sudo apt install gnome-shell-extension-autohidetopbar | |
| gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize' | |
| # To revert to the default option, simply run | |
| # gsettings reset org.gnome.shell.extensions.dash-to-dock click-action | |
| sudo apt install zsh git curl node npm fonts-powerline net-tools libpng-dev | |
| chsh -s /usr/bin/zsh | |
| sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| # Install zsh-autosuggestions |
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
| taskkill /f /im OneDrive.exe | |
| taskkill /f /im explorer.exe | |
| if exist %SYSTEMROOT%\SysWOW64\OneDriveSetup.exe ( | |
| %SYSTEMROOT%\SysWOW64\OneDriveSetup.exe /uninstall | |
| ) else ( | |
| %SYSTEMROOT%\System32\OneDriveSetup.exe /uninstall | |
| ) | |
| rd /s /q "%USERPROFILE%\OneDrive" | |
| rd /s /q "%LOCALAPPDATA%\Microsoft\OneDrive" | |
| rd /s /q "%PROGRAMDATA%\Microsoft OneDrive" |
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
| reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f | |
| taskkill /f /im explorer.exe | |
| attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db" | |
| del "%userprofile%\AppData\Local\iconcache.db" /f /q | |
| start explorer | |
| pause |
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
| continue 2; //jump two circulation |
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
| $where = '(authorname:'.$keyword .' or title:'.$keyword.')'; | |
| $bookList = S2CR("CopyrightCommon/BookCommon")->queryNovels($where, 1, 50, 'checktime desc'); |
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
| <layout name="layout/tagPage"/> | |
| <block name="search_form"></block> | |
| <div class="page-content-area"> | |
| <div class="row clearfix"> | |
| <block name="table"></block> | |
| </div> | |
| <div class="row clearfix"> | |
| <block name="pagination"></block> | |
| </div> | |
| <div class="row"> |
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
| { | |
| "groups": { | |
| "0": { | |
| "id": 5, | |
| "title": "------------ 阅文(Yuew)|", | |
| "color": "", | |
| "position": 2 | |
| }, | |
| "1": { | |
| "id": 3, |
NewerOlder