7 years ago by noddy

What are the arguments to tar command for extracting from tar.xz? . . .

linuxtarxzuncompress
  • 1
  • 0
  • 1359
7 years ago by noddy

How to set environment variables like PATH? How to do this from shell and how to make it available permanently? Is the command same for various distributions? . . .

linuxenvironment-variablepath
  • 1
  • 0
  • 1036
7 years ago by noddy

What is the easiest way to find Linux version and distribution name from the terminal? Is there a command that works for all different distributions? I am on Fedora. . . .

linuxfedoraversiondistributioncommand
  • 1
  • 0
  • 886
7 years ago by Vikas

Is it possible to completely remove / disable cortana from windows 10? If possible i want to remove the search box completely from the taskbar. . . .

windows-10cortana
  • 1
  • 1
  • 953
7 years ago by noddy

I am trying to insert into MYSQL table some data recieved from AJAX post. Error: Cannot enqueue Handshake after already enqueuing a Handshake.     at Protocol._validateEnqueue (C:\nodejs\n . . .

nodejsexpressmysqlhandshake
  • 3
  • 0
  • 24558
7 years ago by Remy Pereira

I have configured file history backup on my windows 10 laptop to copy files from a drive partition to an external usb HDD drive. In the Backup-options page when i click on backup now, it says ba . . .

windows-10filehistorybackup
  • 1
  • 0
  • 1870
7 years ago by noddy

Hi I am trying to create a nodejs server running on port 3000. I have already installed express (npm install express). I am getting the following error message TypeError: express.createServer is not . . .

nodejsexpressserver
  • 4
  • 1
  • 13921
7 years ago by Vikas

how can i start a elevated command prompt in windows 10? . . .

windows-10command-prompt
  • 2
  • 0
  • 891
7 years ago by Mark

Is it possible to find the number of lines of code in a Visual Basic.NET Project? I want to count the lines (excluding comments and line breaks) in all the source files of a visual basic solutio . . .

visual-basicvbnetvisual-studio-2010
  • 1
  • 0
  • 1211
7 years ago by mamdouh

Without any additional plugins what is the easiest way to generate a sitemap for your Laravel application? Most solutions around suggest using a plugin like laravel-sitemap package by Roume . . .

laravelsitemaplaravel53
  • 3
  • 0
  • 1651
7 years ago by rijo

What is the most efficient way to check if a string is a palindrome? . . .

javascriptstringspalindrome
  • 1
  • 0
  • 1109
7 years ago by jsRant

What is the most reliable way to test if a variable is NaN? . . .

javascriptnan
  • 0
  • 0
  • 984
7 years ago by jsRant

Sample: myArray = [1, 2, 4, 10, 20,100] How to find second largest value without sorting the array or latering its contents? . . .

javascriptarraysecond-largest
  • 8
  • 2
  • 34291
7 years ago by jsRant

I have var arr = [     {        name: 'a',        value: 1    },    {  &nb . . .

javascriptarrayobjectsfor-of
  • 1
  • 0
  • 981
8 years ago by Fischer

I am using Socialite2.0 with Laravel5.3 Facebook and Google authentication are working well. With twitter, it fails because twitter is not sending back email id. The createOrGetUser() method is . . .

socialitetwitterlaravelauthenticationoauth1
  • 1
  • 0
  • 2999