Posts by Raphael Cabral • 27 points
4 posts
-
-2
votes2
answers10669
viewsA: As local network localhost address
There are several ways to do this, and the previous answer is not the best one, but it might break a branch. There are two practical options: If you just want to leave something more visually…
-
0
votes2
answers91
viewsA: part of my php code is displayed in the browser when I do not open with localhost. How do I resolve?
This is easy to identify, can be two things: You have inserted your PHP code outside the PHP block. It ends up being sent as HTML and is shown on the screen. You do not have the PHP server on your…
-
1
votes2
answers425
viewsA: Accent error in IDE editor - Linux
How I solved the Android Studio accent problem in Elentary OS. First of all, this is the problem of Elementary OS (or the Linux you’re using) and not Android Studio. So no use reinstalling, it won’t…
-
2
votes2
answers1375
viewsA: Android Studio - No accent appears
Maybe, in Ubuntu, to regain accentuation, it is only necessary to execute the command in the terminal: ibus-daemon -drx But in Elementary OS I did not have the same luck. It was necessary to do the…