• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » bash
Trace: • base • Change Encoding with iconv • encoding • jps - Java Virtual Machine Process Status Tool • Increase the Tomcat Upload Limit • Home Server Goals • Cleanup Packages • install • debugging • Mercurial

bash
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info:linux
  • Any namespace
  • info:linux:debian (3)
  • info:linux:gnome (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Cleanup Packages @info:linux:debian
7 Hits, Last modified: 12 years ago
ut not purged) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code... irectly to aptitude to purge the packages: <code bash> aptitude purge $(dpkg --get-selections | grep 'd... First, you have to install ''deborpan'': <code bash> aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deborphan </code> If you want, you can even mor
Disable a Service @info:linux:debian
4 Hits, Last modified: 9 years ago
le a Service ====== To disable a service: <code bash> service <service> stop update-rc.d <service> ena... With ''systemd'' (starting with Debian 8): <code bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <se... With ''systemd'' (starting with Debian 8): <code bash> systemctl enable <service> </code> {{tag>linux
Setting the Timezone @info:linux:debian
3 Hits, Last modified: 13 years ago
imezone''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # ca... et the Timezone ===== You can use ''vi'': <code bash> vi /etc/timezone </code> Or set it directy: <code bash> echo "Europe/Berlin" > /etc/timezone </code> {{
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
the value ''32'' with your prefered size. <code bash> gsettings set org.gnome.desktop.interface cursor
Disable Core Dumps
1 Hits, Last modified: 12 years ago
umps'' with the content ''* hard core 0'': <code bash> echo '* hard core 0' > /etc/security/limits.d/no
pargs for Linux
1 Hits, Last modified: 12 years ago
iss ''pargs'' from Solaris, then try this: <code bash> ps eww -p <pid> </code> {{tag>linux sysadmin cl

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki