[Linux Hacking] Terminal : .bash_history and .bashrc

Channel:
Subscribers:
17,500
Published on ● Video Link: https://www.youtube.com/watch?v=t5ZTOQg4rJs



Duration: 1:16
463 views
0


/*--GOODLUCK--*/
/*Get(Free,Donate)*/
//
$history : View history of commands ran in terminal.
$history -w [file.txt]: save/export to a file txt.
$history [Angle brackets] [file.txt]: save/export to a file txt, with line number.
//
Note: Your history of commands ran in terminal
stored in file /home/user/.bash_history
.bash_history
and defaults(/home/user/.bashrc):
.bashrc
max commands reused = 1000 commands
max line = 2000 lines
code:
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
//
You can change it.
unlimited
HISTSIZE=
HISTFILESIZE=
//test with HISTSIZE= 2(max reused is 2 last )




Other Videos By 1OP10


2017-11-14[Small Test] What is better 7-zip or WinRAR | 7z or rar
2017-11-12How to Play | Stream Two | Multiple Videos at the Same Time | with VLC
2017-11-11Mẹo | Kinh nghiệm chọn mua và sử dụng máy giặt tại Việt Nam
2017-11-08Try Linux: Parrot OS 3.9 | MATE DE and Hacking Tools of Kali Linux
2017-11-06Gems Of War Hack Full: Gold Soul Glory XP Gem | Best Places
2017-11-03Download Chrome OS for Windows | Linux | Apps and Games Run Offline
2017-11-03Rufus : Create Bootable USB Drives The Easy Way | MBR GPT UEFI
2017-11-02The Best Software for Kids : GIMP and Krita | Color World
2017-11-02Zorin OS 12: Power and FREE | The Best Linux Distro For Gaming
2017-11-02Rufus or Unetbootin: Create a bootable Ubuntu OS USB stick on Windows OS
2017-10-29[Linux Hacking] Terminal : .bash_history and .bashrc
2017-10-23[Jobs] Digital Artists in Linux: Krita | The Best Digital Drawing vs Painting vs Art
2017-10-22PPAs in Linux: Find | Add | Remove/Delete | Examples in Ubuntu 17.10
2017-10-22Lubuntu 17.10 is a Bad Choice | Linuxmint Cinnamon is a Smart Choice
2017-10-22Lubuntu 17.10: Install Linux without losing data | Gparted vs Somethings Else
2017-10-21Boot Repair | FIX Dualboot : Windows 10 vs Ubuntu | All Linux Versions
2017-10-21[Replay][RANK] Mid to SP: Ziggs | Always Combo EQ
2017-10-21[Replay][RANK] Mid to SP: Nidalee | Prey or Beast
2017-10-20Linux User: First Time using Windows 10 Fall Creators | Dualboot
2017-10-19Ubuntu 17.10: How to create a Bootable Windows 10 USB stick on Ubuntu
2017-10-19Linux: Download Ubuntu 17.10 Artful Aardvark | New Features



Tags:
ubuntu os
linux os
gimp photo editor
inkscape vector editor
blender 3D editor
qt creator
.bash_history
.bashrc