Recovering my GNU/Linux system
I have made some modifications to my RHEL/Fedora/CentOS, Debian/Ubuntu operating system and now it does not restart. How can I make a recovery / rescue operation?
Recovering my GNU/Linux system Read More »
I have made some modifications to my RHEL/Fedora/CentOS, Debian/Ubuntu operating system and now it does not restart. How can I make a recovery / rescue operation?
Recovering my GNU/Linux system Read More »
Some ftp servers do not display by default hidden directories and files therefore lftp does not take care about them in certain operations, for example when trying to delete a directory that contains hidden files lftp throws the following error message: operation failed: 550 cannot delete directory: directory not empty (rm: Access failed: 550 Can't remove directory) To change this behavior.
lftp: show hidden directories and files Read More »
Passive ftp connections are very common when set behind a proxy or firewall. In a passive ftp connection, the client sends the PASV command to the server and is the server who selects a port at random and sends it to the client. We must configure directive PassivePorts in ProFTPD.
Passive connections in ProFTPD Read More »
ls is a utility that list information for any file type including directories, by default (when not passed any option) ls displays the contents of the current (or specified) DIR no recursively, ordered alphabetically and ignoring the hidden files/directories.
Listing directories, 7 practical examples Read More »
prename is a utility developed in Perl by Larry Wall (creator of the Perl language) and improved by Robin Barker, which allows you to rename in masses. prename finds all files whose name matches a pattern specified (REGEXP). This utility is part of the perl package in Debian GNU/Linux.
If you can’t connect to ftp site due by ISP provider/Network restriction then it is recommended that you use an ftp client that implements the hftp Protocol
Ftp behind a proxy or firewall Read More »
When you try to unpack a .tar.xz file you get the following error messages:
tar (child): xz: Cannot exec: No such file or directory (child) tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now
Error decompressing .tar.xz file Read More »
Git is one of the most popular version control system due to its speed, efficiency and support to a distributed development. Today LibreByte will shown how to sharing a git repository in read mode.
git – export repository in read mode Read More »
Recently a friend told me:
I have to remove the watermark of hundreds of images, you could do it with a program like GIMP but are hundreds of images, I know that you can automate this process using some commands of the ImageMagick suite; I need your help to make the script in bash.
Cropping images in mass Read More »
Some months ago when I replaced my Ubuntu 10.10 (Maverick Merkat) by Debian 6.0 (Squeeze) XFCE, on my work computer, it happened that the font rendering were very ugly, the desktop in general looked ugly then I found some interesting trick at the Arch Linux wiki, after reading: Font Configuration, I execute the following steps:
Fixing ugly fonts on GNU/Linux Read More »