Example with android studio:
sudo chown -R $USER:$USER /opt/android-studio
Here is the command, where $USER will change by itself to your current active user
- posted by: Lâm Ngọc Khương
- site: https://ngockhuong.com
- email: [email protected]
Example with android studio:
sudo chown -R $USER:$USER /opt/android-studio
Here is the command, where $USER will change by itself to your current active user
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['username'] = 'root';
$cfg['Servers'][$i]['password'] = 'your_password';
If your password null or '' the uncomment the blow line
custom.blade.php
@if ($paginator->hasPages())
<ul class="pagination pagination-sm no-margin pull-right">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="disabled"><span>«</span></li>
@else
<li><a href="{{ $paginator->previousPageUrl() }}" rel="prev">«</a></li>
@endif
Cài đặt PHP-Code-Sniffer
composer global require "squizlabs/php_codesniffer=*"Thêm bộ quy tắc Framgia PHP https://github.com/wataridori/framgia-php-codesniffer
Cài đặt Sublime Text package https://packagecontrol.io/packages/Phpcs.
| package util; | |
| import java.sql.Connection; | |
| import java.sql.DriverManager; | |
| import java.sql.SQLException; | |
| /** | |
| * https://ngockhuong.com | |
| */ |
Add these lines in your ~/.bashrc file
# Show git branch name
force_color_prompt=yes
color_prompt=yes
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
if [ "$color_prompt" = yes ]; then
You can add the following meta tag
<meta name="csrf-token" content="{{ csrf_token() }}">