Linux

Archive for the ‘System’

Install older .RUN and .BIN archives in Linux

When running older .RUN and .BIN archives in Linux, you might get the following (or a similar) error: Verifying archive integrity…tail: cannot open `+6′ for reading: No such file or directoryError in check su[...]


Find out details about your system’s temperature

To find out more about your system’s temperature, install acpi. Then do a simple acpi -V to get a listing similar to this one: Battery 0: Full, 100%Battery 0: design capacity 7800 mAh, last full capacity 4988 mAh =[...]


Use the same GTK theme for applications started as root

If you start a GTK GUI with root permissions and you notice that it uses the old GTK theme, you can make all applications started as root to use your current theme by doing this: sudo ln -s ~/.themes /root/.themessudo ln[...]


Disable NTP sync during USplash in Ubuntu Linux

NTP sometimes greatly slows down your Ubuntu’s boot time. To disable it just do a simple sudo apt-get remove ntpdate [...]