Ignore file permissions in git
git config core.fileMode false
cherry valley forever
Today's Document

shark vs the universe
hello vonnie
will byers stan first human second
One Nice Bug Per Day
RMH

Love Begins
Game of Thrones Daily

Product Placement
Noah Kahan
"I'm Dorothy Gale from Kansas"
🪼
ojovivo

★

PR's Tumblrdome
𓃗
sheepfilms
🩵 avery cochrane 🩵
TVSTRANGERTHINGS
seen from Bangladesh

seen from Switzerland

seen from Portugal

seen from Australia
seen from United Kingdom
seen from Bangladesh
seen from Argentina
seen from United Kingdom

seen from Türkiye
seen from France

seen from Colombia

seen from Türkiye
seen from United States
seen from Brazil

seen from Spain
seen from Singapore
seen from United States
seen from Malaysia

seen from United Kingdom

seen from United States
@carlostips
Ignore file permissions in git
git config core.fileMode false
Verbose Nginx Start?
nginx -c /etc/nginx/nginx.conf
Shall tell you what went wrong on restart of Nginx.
A little nice tutorial that helped me to set up Nginx as a reverse proxy for Apache.
MySQL cheatsheet
Just simply creating a note to remind myself how a new DB with a user is created in MySQL
mysql -u USER -p
CREATE DATABASE db_name;
CREATE USER username@localhost;
GRANT ALL PRIVILEGES ON db_name.* TO username@localhost IDENTIFIED BY 'password1234';
FLUSH PRIVILEGES;
For some reason keep forgetting on how to do this lol
Planning some YouTube coding project series
Hey everyone, been a while aslready lol. I honestly do wanna use this tumblr blog a bit more but it's kinda tricky, hardly have any time cause of work.
Anyways I wanna make some new YouTube series where I work on projects not basics, so watch this space.
Write and let your phone do the talk! Simple as that.
My most downloaded app
Hey everyone, if there is anyone out there. This is my most downloaded app on the Play Store with over 2000 downloads, no idea how. I have never even advertised it before!
Anyways, I decided to get back to improving it and I have just released version 0.3 after almost a year of releasing version 0.2. This version was mainly to make sure I can still make updates to this app lol
I plan on improving it based on previous feedback I got from its actual users, let's see how it goes.
Should I make more videos?
I started Carlos.Tips as a YouTube series which I easily gave up on. Now I have better equipment for both recording and video editing, but I am so lazy that I never get motivation to make them.
The plan would be to make this tumblr my actual website (Oh wait, it is!) and post some new things I find on the web and some of my projects.
I wanna make more youtube videos, but this time for projects and not to teach from scratch, because there are a lot of those videos out there already. I know, because I have seen them!
Eclipse ADT to Android Studio? That was easy.
Took me less than 10 minutes to fully import my most downloaded app into Android Studio 2.0, nice job Google!