Some time ago I wrote about how to make a screencast from shell, but I had mentioned the possibility to do so by recording simultaneously from a microphone, and therefore very useful for those who want to make guides. The idea was given to me by a reader, whom I thank, and I just wondered if there was a single command for an audio-video screencast. I must say that I found it difficult to find an optimal solution, since using mainly Debian testing and Sid, that happens sometimes (often) what you have experienced the day before and was working the next day gives you trouble or not working. However this time I also experienced all that I installed Ubuntu 9.10 last night, just because I wanted to get rid of curiosity, indeed my last attendance dates back to the Ubuntu version 8.4. Here are the commands that I have met:
NetFleet is a cross-platform download manager written in C + + relying on the Trolltech Qt library. With very intuitive interface and licensed under GPL v3, download speeds by using multiple connections for each file. To prove:
To know what are the programs that take up much space in our system, there is a command, a little longish for the truth, but that helps us to understand who are the monsters that take up so much space. I have one, and is called imageshack-uploader, which ever is the ground because I feel very comfortable.
Those who know me know that I am a set of privacy and security, so much so that my debianbox always use some of the ways to protect my freedom. But sometimes it happens that you underestimate some things and one of these cookies are the adobe flash player, so much so that we feel safe once used the tools that give us our browser for the removal of navigation information. Well it is not, and I invite anyone who reads this post to go and check the following locations:
Inxi is a tool that I met recently and I immediately appreciated for its simplicity and the directness with which information displayed on screen of your system, thanks to the two colors, blue and red. To install I used:
# Cd / usr / local / bin & & wget-Nc smxi.org / inxi & & chmod + x inxi
or use the repository for Debian based versions of cathbards:
This post was created as a supplement to my guides that are made earlier here and here, to give more color to the shell, but arises mainly from a request made to me by a reader, I asked:"How did I change only the color cursor and use the green for the normal user and red for root "I replied immediately by saying that you can change the cursor and you can test everything with these commands:
Then choose the color of the cursor replace the string present in PS1. Bashrc with the string bass is good for Debian based, no need to insert another fere only the entry for color
per quello di root , in più l'orario e la data. Today I got the idea to give a little more color in my terminal and then I started to work to make some changes and add a guide in the past, the color green for the 'regular user and red for what root, plus the time and date. Without going into too much detail we go to see this kind of customization. Let's start by saying that what we are going to change is the environment variable "PS1", so for data that are inside, just for a:
In the terminal entering the Stinga below, will appear once the new changes that everyone can further edit it to your liking, and eventually save them. Bashrc to take effect for the normal user, or in / root / .bashrc to root account. This string will clearly sosituire the default which is located near the beginning of. bashrc.
Normal user color:
PS1='\[\e[1;42m\d\\\t\\\]\u\H\[\e[0;40m\]:\w\$'
Root red:
PS1='\[\e[1;41m\d\\\t\\\]\u\H\[\e[0;40m\]:\w\$'
Explanation of the string:
\[ the start of a sequence of non-printing characters, which can be used to include a sequence in the prompt control of the terminal.
\e un carattere ASCII di escape (033)
1;42 formattazione in grassetto colore di sfondo verde intensità normale
m fine di una sequenza ANSI
\d la data nel formato "Giorno-della-settimana Mese Giorno"
\\ un backslash
\t l'ora corrente nel formato HH:MM:SS 24 ore
\u il nome-utente dell'utente corrente
\H il nome dell'host
0;40 formattazione normale colore di sfondo nero intensità normale
\] marca la fine di una sequenza di caratteri non stampabili
\w la directory di lavoro corrente con HOME abbreviato con una tilde
To generate a password, in addition to the command above, there are 4 other commands, or at least I know only these, however, all from the command line.