๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Setting the MySQL root user password on OS X

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Macos Passwords

I just installed MySQL on Mac OS X The next step was setting the root user password so I did this next Launch the terminal app to access the Unix command line

Thumbnail for Posts

Simulator slow-motion animations are now on

๐Ÿ“‚ Categories: Programming

A while ago I was experimenting trying to see if i could get navigation items to animate and scroll between each other I dont know if this is related but

Thumbnail for Posts

single command to stop and remove docker container

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Docker

Is there any command which can combine the docker stop and docker rm command together Each time I want to delete a running container I need to execute 2

Thumbnail for Posts

SQL JOIN vs IN performance

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Sql-Server Performance T-Sql

I have a case where using a JOIN or an IN will give me the correct results Which typically has better performance and why How much does it depend on what

Thumbnail for Posts

static files with expressjs

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Express

I want to serve indexhtml and media subdirectory as static files The index file should be served both at indexhtml and URLs I have webserverusemedia

Thumbnail for Posts

Struct inheritance in C

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Inheritance Struct

Can a struct be inherited in

Thumbnail for Posts

Table is marked as crashed and should be repaired

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Database Wordpress

I am getting this error in WordPress phpMyAdmin 145 Table DBNAMEwpposts is marked as crashed and should be repaired When I login to phpMyAdmin it says wpposts

Thumbnail for Posts

The AsyncTask API is deprecated in Android 11 What are the alternatives

๐Ÿ“‚ Categories: Java

Google is deprecating Android AsyncTask API in Android 11 and suggesting to use javautilconcurrent instead you can check out the commit here deprecated Use the

Thumbnail for Posts

The specified child already has a parent You must call removeView on the childs parent first Android

๐Ÿ“‚ Categories: Java

I have to switch between two layouts frequently The error is happening in the layout posted below When my layout is called the first time there doesnt occur