Smart 🧠 Fullstack
45 subscribers
168 photos
11 videos
13 files
153 links
About channel: everyday developer hints.

for (💲Coders as 💲Student):
echo("Hello 💲Student->name");
endfor;

Author: @BakirovRoman
Download Telegram
😱1
Inkscape Hotkeys

Ctrl+Shift+R - is a quick way to fit the canvas to the selection

#inkscape #svg #img
Linux Locale Error
manpath: can't set the locale; make sure $LC_* and $LANG are correct

Show locales:
locale -a

Fix:
sudo locale-gen en_US.UTF-8

sudo dpkg-reconfigure locales


#locale
🤣2
PHPUnit Stop on First Failure
php ./bin/phpunit test/Suit/Feature/Controller.php --stop-on-failure

#test #phpunit #php
1🔥3
alias git-exclude-untracked='git ls-files --others --exclude-standard >> .git/info/exclude'
1
Please open Telegram to view this post
VIEW IN TELEGRAM
1
Keyring Troubles

sudo apt install seahorse

seahorse


Solution:
You Can Set Empty Password for Disable Keyring Troubles


#linux #keyring
2🔥1
chrome://browser/content/browser.xhtml


#firefox #funny #debug
🌪 JestBrains IDE's Feature ⛈

File -> Export -> Files or Selection to HTML...

#jetbrains #export #html
Please open Telegram to view this post
VIEW IN TELEGRAM
dump.php.html
3 KB