fortune is a simple program that displays a pseudorandom message from a database of quotations that first appeared in Version 7 Unix. The most common version on modern systems is …
Category:
Tutorials
-
-
Fixing error: Package packagename is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package ‘packagename’ has no installation candidate
by blackMOREOpsA common error in Linux A very common error in Linux; well, most Debian based Linux distributions such as Debian itself, Ubuntu, Kali, Linux Mint has this error when trying …
-
Fixing ProxyChains ERROR: ld.so: object ‘libproxychains.so.3’ from LD_PRELOAD cannot be preloaded: ignored.
by blackMOREOpsNullsec posted on – November 29, 2014 at 7:53 pm regarding ProxyChains giving an error: ERROR: ld.so: object ‘libproxychains.so.3’ from LD_PRELOAD cannot be preloaded: ignored. Essentially, this might expose you. …
-
Reset root password in Ubuntu, Debian, Kali, CentOS or pretty much any Linux distributions
by blackMOREOpsForgetting root password is an hassle. We try to be vigilant with our security and set a complex root password. We also try not to login using directly into root …
-
Fixing There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them in CentOS
by blackMOREOpsTried to install atop in one of the CentOS servers. Due to the fact this server is locked down, the install process failed. Next thing I know yum is giving …