Adam

54 posts

Adam banner
Adam

Adam

@adamjralph

The Education Engineer. I teach aspiring developers proven techniques to supercharge learning.

Find me here ➡️ Katılım Temmuz 2022
24 Takip Edilen13 Takipçiler
Adam
Adam@adamjralph·
@thedankoe A smart person might even have a smarter solution. GPT is almost always able to answer my dumb questions fast.
English
0
0
0
10
DAN KOE
DAN KOE@thedankoe·
Observation: Most smart people I know, when they want to learn something, immediately Google what they want to learn and go down a rabbit hole. Everyone else asks for all information to be given to them, rarely get a complete answer, and get distracted within 5 minutes.
English
175
477
3.2K
342.5K
Adam
Adam@adamjralph·
What if you don't want the input echoed to the terminal as it is typed? #linux #bash
Adam tweet media
English
0
1
0
66
Adam
Adam@adamjralph·
How do you read from input in bash? Use the read command with the -p option: #linux #bash
Adam tweet media
English
1
1
0
87
Adam
Adam@adamjralph·
At what point can you say you can code? Is it when you land a job (I haven't) Is it when you can create an apps that work? (I do) Every one has their own measure of success. Learning and teaching can be one. Teaching is a way to test the limits of your understanding.
English
0
0
0
35
Adam
Adam@adamjralph·
Disabling and Deleting Users: When a user is no longer needed, disable or remove their account. Use 'usermod -L' to lock an account and 'userdel' to delete it. This helps maintain a clean and secure user environment. 🗑️ #Linux #Maintenance
Adam tweet media
English
1
0
0
33
Adam
Adam@adamjralph·
🐧🔒 #Linux User Management: An Essential Guide 🔒🐧 Linux empowers you with robust user management. 💪 Understanding user accounts, permissions, and groups is crucial for system security and resource allocation. Let's dive into the basics! #LinuxTips #UserManagement
Adam tweet media
English
1
0
0
44
Adam
Adam@adamjralph·
Get a short description of a Linux command with apropos. Use the -e option to get an exact match #linux #bash
Adam tweet media
English
0
0
0
75
Adam
Adam@adamjralph·
The key is to set aside time. It can be as little as 5 minutes - even less is possible. The important thing is to do that every day. You can expand that time as you go, if you want to. After a week you will have learned something.
English
0
0
0
24
Adam
Adam@adamjralph·
It's easy to start learning. To keep learning is a skill. Skills can be learned and mastered. If you master the skill of learning, you will be able to learn anything.
English
1
0
0
26
Adam
Adam@adamjralph·
When setting user-specific environment variables, which one would you use? 1. /etc/profile 2. ~/.bashrc, 3. /etc/bash.bashrc #linux #debian #DevOps
English
0
0
0
37
Adam
Adam@adamjralph·
@EisenbergEffect It is hilarious. Can't wait to use it at work next week!
English
0
0
0
18
Rob Eisenberg
Rob Eisenberg@EisenbergEffect·
@adamjralph What's funny is someone called me a boomer, probably because of that. To me, it's a hilarious phrase I remember from reruns of The Jetsons I watched as a kid in the 80s.
English
1
0
2
767
Rob Eisenberg
Rob Eisenberg@EisenbergEffect·
If your CSS classes look like this: bg-white or this text-black or heavens to Murgatroyd this: bg-[#bada55] Look closely. You aren't really using CSS. You are using an obfuscated form of inline styles, placed in the class attribute.
English
126
25
318
290.5K