๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Git Permission denied publickey fatal - Could not read from remote repository while cloning Git repository

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Git-Clone

I am unable to clone a Git repository and getting this error krishnasoniKRISHNACHANDRAS cProjects git clone httpstageabccom10088pqr httplturlgtltrepositorygt

Thumbnail for Posts

Go to beginning of line without opening new line in VI

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Vim Vi

For ages now Ive used SHIFTO and SHIFT to move to the beginning and end of a line in vi However SHIFTO is more for opening a new line above the cursor Is there

Thumbnail for Posts

How can I check if a jQuery plugin is loaded

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Jquery Jquery-Plugins

Is there any way to check if a particular plugin is available Imagine that you are developing a plugin that depends on another plugin being loaded For example

Thumbnail for Posts

How can I determine what font a browser is actually using to render some text

๐Ÿ“‚ Categories: Css
๐Ÿท๏ธ Tags: Browser Fonts

My CSS specifies fontfamily Helvetica Arial sansserif for the whole page It looks like Verdana is being used instead on some parts I would like to be able to

Thumbnail for Posts

How can I truncate table cells but fit as much as content possible

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css Html-Table Overflow

Meet Fred Hes a table lttable border1 stylewidth 100gt lttrgt lttdgtThis cells has more contentlttdgt lttdgtLess content herelttdgt lttrgt lttablegt Freds

Thumbnail for Posts

How can I use a batch file to write to a text file

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: File Batch-File Text

I need to make a script that can write one line of text to a text file in the same directory as the batch

Thumbnail for Posts

How do I convert an interval into a number of hours with postgres

๐Ÿ“‚ Categories: Postgresql
๐Ÿท๏ธ Tags: Datetime Intervals

Say I have an interval like 4 days 100000 in postgres How do I convert that to a number of hours 106 in this case Is there a function or should I bite the

Thumbnail for Posts

How do I create a MongoDB dump of my database

๐Ÿ“‚ Categories: Mongodb
๐Ÿท๏ธ Tags: Database Database-Dump

What command should I use to create a MongoDB dump of my

Thumbnail for Posts

How do I create directory if it doesnt exist to create a file

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net File-Io

I have a piece of code here that breaks if the directory doesnt exist SystemIOFileWriteAllTextfilePath content In one line or a few lines is it possible to