Nine Years of Service
Posts: 1,166
Threads: 82
RE: What do you have copied right now? 04-10-2017, 10:01 PM
#36
ps -amcwwwxo "command %mem %cpu" | grep -v grep | head -19
^ Was testing some geeklets out for a cool rainmeter alternative for mac called GeekTool.
•
Nine Years of Service
Posts: 581
Threads: 41
RE: What do you have copied right now? 04-11-2017, 09:09 AM
#40
if ($conn->query($sql) === TRUE) {
echo "New record created successfully";
} else {
echo "Error: " . $sql . "<br>" . $conn->error;
}
Everyone should learn how to code, it teaches you how to think.
You don't have to be a Genius to know how to code you just need to be determined.
The computer is incredibly fast, accurate, and stupid; man is unbelievably slow, inaccurate, and brilliant; together they are powerful beyond imagination.
•