웹마짱구의 블로그

728x90

백업에서 복원시 사용자 정보 수정시  에러 날때.


EXEC sp_change_users_login 'Auto_Fix', '계정이름'

728x90

$ php artisan schedule:run
No scheduled commands are ready to run.

 

$ php artisan up
Application is now live.

 

$ php artisan schedule:run
Running scheduled command: 

728x90

원문 : https://saturnkim.dev/posts/vim-remembering-last-position/

vimrc

 

if has("autocmd")
  au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif

 

chown username .viminfo

 

전체 환경에 적용하려면 /etc/vim/vimrc에 추가