Want to exclude comments and empty lines from a file? This guide explains how …
Tag:
Linux tips
- Bash TipsBASHFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and Tricks
Difference Between Defining Bash Variables With And Without export
By skBy sk 3.1K viewsI’ve added this “export HISTCONTROL=ignoredups” line in ~/.bashrc file to avoid duplicate entries in …
- Linux troubleshootingFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
Restore Executable Permission To Chmod Command In Linux
By skI came across an interesting discussion thread on Twitter. It is about an Interview …
- Linux Tips & TricksCentOSDebianFAQFedoraLinuxLinux AdministrationLinux BasicsLinux CommandsSUSETips and TricksUbuntuUnix/Linux Beginners
How To Change Default Sudo Log File In Linux
By skThis brief guide explains how to change default sudo log file in Linux distributions …
- Bash TipsBASHCommand line utilitiesFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
[Bash Tips] Rename Files Without Typing Full Name Twice In Linux
By skThis brief guide explains how to rename files without typing full name twice in …
- Linux Tips & TricksAudio/Video ToolsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsOpensourceTips and TricksUnix/Linux Beginners
Turn Your Linux PC Into Bluetooth Speakers For Your Phone
By skDid you know that you can use your Linux PC as Bluetooth speakers for …
- Linux Tips & TricksFAQLinuxLinux AdministrationLinux BasicsLinux CommandsUnix/Linux Beginners
How To Disable Suspend And Hibernation In Linux
By skToday we are going to learn how to disable suspend and hibernation in Linux. …
- Linux Tips & TricksLinuxLinux AdministrationLinux BasicsLinux CommandsUnix/Linux Beginners
How To View A Specific Section In Man Pages In Linux
By skWhen looking for the usage of a Linux/Unix command, you don’t have to Google …
- Linux Tips & TricksLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
How To Run All Scripts In A Directory In Linux
By skBy sk 16.4K viewsThe other day I have been testing some basic shell scripts that I created …
- Bash TipsBASHCommand line utilitiesLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksOpensourceTerminal hacksTips and TricksUnix/Linux Beginners
[Bash Tips] How To cd and ls in One Command
By skHere is a BASH function to combine cd and ls in one command. It …
