• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
KaliTut

KaliTut

Kali Linux tutorial and Linux system tips

  • Home
  • Raspberry Pi
  • Privacy Policy
  • About us

Dd Linux command and everything related to it

Last Updated on June 3, 2020 by Kalitut Leave a Comment

On UNIX systems, there is one very ancient command called dd. It is designed to copy something somewhere byte-by-byte we will learn How to use dd command in Linux in this article.

linux dd command
[Read more…] about Dd Linux command and everything related to it

Filed Under: Linux Commands Tagged With: dd command

How to fix permissions denied in Kali Linux (Ubuntu,Linux Mint,Fedora)

Last Updated on July 17, 2020 by Kalitut 1 Comment

https://www.youtube.com/watch?v=6kiArD9QnzE

Filed Under: Linux, Linux Commands

Linux Command Line Cheat Sheet

Last Updated on May 10, 2020 by Kalitut 7 Comments

The most essential Linux commands
Keep this Linux cheat sheet on your desk printed,
it will help you to learn them quickly and become a Linux expert very soon.
Click on the image to open at full size

File Commands
The linux ls command lists files and directories within the current working directory.

ls - directory listing
ls -al - formatted listing with hidden files

2) The cd Linux command changes the current directory in Linux and can toggle between directories conveniently.

cd dir - change directory to dir
cd - change to home

3) The pwd Linux command (print working directory) command displays the name of the current working directory.

pwd - show current directory
[Read more…] about Linux Command Line Cheat Sheet

Filed Under: Linux Commands

Linux bc command calculations

Last Updated on July 14, 2020 by Kalitut 1 Comment

bc utility is surely one of the underdogs when it comes to calculations on command line.
It’s a feature rich utility that has its own fan base but needs time to get comfortable with

Linux bc command
  • bc is included with (almost?) all Linux distros as standard, as well as (again, almost?) all Unices.
  • Results from calculations in some proprietary flavours of bc have up to 99 decimal digits before and after the decimal point. This limit has been greatly surpassed in GNU bc. I don’t know what that limit is, but it’s at least many, many tens of thousands. Certainly it’s more than any GUI-based calculators (I’ve used) could accomodate.
  • You may also find yourself working in an environment where you simply don’t have access to a GUI.
  • The syntax for basic sums is almost identical to Google’s calculator function, so you can learn how to use two utilities in one go!
[Read more…] about Linux bc command calculations

Filed Under: Linux Commands

basename command in Linux

Last Updated on July 12, 2020 by Kalitut Leave a Comment

basename command in Kali Linux

Description
Basename is a simple command which returns the file name string without any path info and it is mostly used in shell scripts.
It can also remove the file extension, and return only the file name without an extension.
The syntax of basename command is as follows,
basename String [ Suffix ]
basename OPTION string – input string Suffix – string needs to be removed from the input
Options
-a, –multiple
support multiple arguments and treat each as a NAME.
-s, –suffix=SUFFIX
remove a trailing suffix SUFFIX, such as a file extension.
-z, –zero
separate output with NUL rather than a newline.
–help
display help information and exit.
–version
output version information and exit.
Examples
basename /usr/bin/sort
Outputs the string “sort”.
basename include/stdio.h .h
Outputs the string “stdio”.
basename -s .h include/stdio.h
Outputs the string “stdio”.
basename -a any/str1 any/str2
Outputs the string “str1” followed by the string “str2”.

Filed Under: Linux Commands

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Follow us

  • Facebook
  • Twitter
  • YouTube

Categories

  • Android pentesting tools
  • Arduino
  • Books
  • Darknet
  • database
  • General
  • Github Tools
  • Hacking
  • Kali Linux
  • Linux
  • Linux Commands
  • Network Administrator
  • Penetration Testing
  • Penetration Testing Tools
  • PowerShell
  • Raspberry Pi
  • resources
  • Review
  • Termux
  • Tutorials
  • Ubuntu
  • Uncategorized
  • Video Tutorials
  • vmware
  • WiFi Adapter
  • WiFi Pentesting
  • Wireless Router
  • Wireshark

Recent Posts

  • Hijacked Wi-Fi? Thorough explanation of hacking techniques
  • Windows PowerShell tutorial for beginners
  • Learn to Hack Steps from Beginner to Hacker
  • PowerShell Tutorial – GUIDE introduction with basics
  • Top Hacking Tools
  • Home
  • About us
  • Privacy Policy
  • Affiliate disclaimer

Copyright © 2023