Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
FAQs about Debian videos:How many episodes does Debian videos have?The podcast currently has 20 episodes available.
May 07, 2023use dpkg to list installed packagesneed to run as rootrun dpkg -l to see a list of all packagesuse up / down arrows to scrolluse q to quit back to command shelldon't forget to exit from the root shell back to your own home / login shell...more0minPlay
May 07, 2023history command with grepWhile the history command is useful, it will display all previous commands, by piping | through the grep command we can filter by what we are looking forhistory | grep renameso in this instance, we are looking for the rename command...more0minPlay
May 07, 2023Bash - Batch renamingI needed to rename a set of video files, so used the rename command to just change a portion of the filename in a list of filesThe final command I used is:-rename 's/IMAG00/Trojans07May23/' *.MP4...more0minPlay
May 01, 2023Debian 11 reconfigure console setupdpkg-reconfigure console-setup allows you to change how the console looks, this is what you get when login without a gui or use ctrl-alt-fn keys to switch to a different text console.Again not going through the options, but this is handy to change the font size, typeface etc....more0minPlay
May 01, 2023Debian reconfigure localesLocales are a framework to switch between multiple languages and allow │ │ users to use their language, country, characters, collation order, etc.How to change locales in Debian 11. You need to know what options to use here....more0minPlay
May 01, 2023Debian 11 - Chage timezoneHow to change the timezone on Debian 11note use of su - to preserve root path...more0minPlay
May 01, 2023Upgradiang Debian 11.6 to 11.7I have already run apt update for the first time, so the output shown here reflects that, The first time you run apt update after a point release apt updates, so the upgrade pulls in the correct components....more0minPlay
April 21, 2023Using su command to login as another userthe su command can also be used to login as another user. As illustrated here, usesu usernameenter that users passsword...more0minPlay
March 30, 2023Move files between usersThis is a video to illustrate how to move files between GNU / Linux user accounts on Debian 11, with the BASH shell....more0minPlay
March 23, 2023Add duckduck go to firefoxFor some really odd reason the default search engine in Firefox is Google, as this is not good for privacy, then this is how to enable the privacy friendly duckduckgo....more0minPlay
FAQs about Debian videos:How many episodes does Debian videos have?The podcast currently has 20 episodes available.