• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » command

command

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • blog (44)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • command_line_tipps (blog)
  • lightning_fast_command_line_use_in_linux
  • parsing_long_and_short_command_line_options_in_bash
  • renew_license_key_of_bitdefender_for_linux_command_line_version
  • search_google.com_from_the_linux_command_line
  • securely_wipe_free_space_using_built-in_cypher_command
  • tasks_that_are_best_done_on_the_command_line
  • unix_command_line_cheat
  • linux (blog:send…pe_and_unix)

Fulltext results:

unix_command_line_cheat @blog
11 Hits, Last modified: 16 years ago
====== Unix command line cheat sheet ====== <code> File Commands ls - directory listing ls -a - directory ... ttern dir - search recursively for pattern in dir command | grep pattern - search for pattern in the output of command updatedb - updates the slocate database; see next... mation cat /proc/meminfo - memory information man command - show the manual for command df - show disk usag
mac_os_x_hotkeys @blog
10 Hits, Last modified: 5 years ago
^ | Capture entire screen: |Command-Shift-3 | |Capture Area to file | Command-Shift-4| |Captures window or menu | Command-Shift-4, Space Bar, Click| |Captures to clipboard |Command-Shift-Control-4| ^Programs/Windows ^^ |Close fro
tasks_that_are_best_done_on_the_command_line @blog
10 Hits, Last modified: 16 years ago
====== Tasks that are best done on the command line ====== Here are a few tasks that you might want to consider using the command line for. ===== Resizing images ===== Unless yo... reason to load up Photoshop or the Gimp. A simple command will usually suffice for almost all your image re... doing lots of image resizing during the day, this command could potentially save you a LOT of time. You can
command_line_tipps @blog
9 Hits, Last modified: 15 years ago
====== Command line tipps ====== ===== Resizing images ===== Unless you are doing some sort of cropping ... reason to load up Photoshop or the Gimp. A simple command will usually suffice for almost all your image re... doing lots of image resizing during the day, this command could potentially save you a LOT of time. You can... ime adding drop shadows to images. Using a simple command I was able to create drop shadows in seconds. c
lightning_fast_command_line_use_in_linux @blog
7 Hits, Last modified: 16 years ago
====== Lightning fast command line use in Linux ====== You can use keyboard shortcuts and other command line tricks to make entering commands easier and ... all changes to the line. | | Alt-Ctrl-e | Expand command line. | | Ctrl-r | Incremental reverse search of... rse search of history. | | ''!!'' | Execute last command in history | | ''!abc'' | Execute last command i
mbr_copy_backup_and_restore @blog
7 Hits, Last modified: 14 years ago
table) with the contents of $mbr.backup.file. dd command to copy MBR (identically sized partitions only) Type dd command as follows: # dd if=/dev/sda of=/dev/sdb bs=512 count=1 Above command will copy 512 bytes (MBR) from sda to sdb disk. T... both discs have identically sized partitions. dd command for two discs with different size partitions #
install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu @blog
5 Hits, Last modified: 14 years ago
e repositories Now you need to run the following command to update the source list sudo apt-get update... e libdvdcss2 package is essential. The following command adds Medibuntu’s repository to Ubuntu. It also ad... se --force-yes instead of --yes in order for this command to succeed. For i386 Users install Codecs using the following command sudo apt-get install w32codecs libdvdcss2 F
crontab_howto @blog
5 Hits, Last modified: 16 years ago
r specifying day , date and time followed by the command to be run at that interval. '' * * * * * command to be executed - - - - - | | ... ing the parameter values as below will cause this command to run at different time schedule below : 30 0... ==== Environment ==== cron invokes the command from the user's HOME directory with the shell, (/
create_encrypted_tar_files @blog
5 Hits, Last modified: 15 years ago
upload and download files, etc. And aws, a simple command-line utility written in Perl, is the perfect tool... u can do this using the sudo apt-get install curl command. Next, grab the latest version of the aws script:... create a bucket for your backup use the aws mkdir command (replacing BUCKET with the actual name): aws m... ord to yourself, and keep it carefully. The above command will generate a file called todays_backup.tgz.aes
monitor_linux_network_interface_traffic_using_nagios @blog
5 Hits, Last modified: 14 years ago
roups based configuration. <code> # 'ssh_netio' command definition define command{ command_name ssh_netio command_line /usr/lib/nagios/plugins/check_by_ssh -H $HOS
shutdown_windows_from_a_linux_box @blog
5 Hits, Last modified: 16 years ago
reboot a Windows box from your Linux machine, the Command-Line Fu web site has you covered with the quick and easy command to use. ===== ===== In order to actually use this command, you'll need to make sure that you have the samba... The simple ''sudo apt-get install samba-common'' command will do it for any Debian-based Linux. Now you c
securely_wipe_free_space_using_built-in_cypher_command @blog
5 Hits, Last modified: 15 years ago
== Securely wipe free space using built-in cypher command ====== There's plenty of utilities to help you s... recover them, but did you know there's a built-in command-line utility that can do just that? Here's how to... ld be able to use the cipher.exe utility from the command line to securely overwrite files—all you need to ... te that we tested this on Windows 7, but the same command is available on XP or Vista if you are using the
writing_custom_man_pages @blog
4 Hits, Last modified: 15 years ago
ut nothing as complicated as troff/groff. At the command line, type txt2man -h to view the built-in docume... is actually the displayed help itself. Using the command: $ txt2man -h 2>&1 | txt2man -T will display ... e and preview it with the default pager. The same command, without the "-T" option, will display the troff/... d output itself. If we redirect the output of the command to a file: $ txt2man -h 2>&1 | txt2man > txt2ma
search_google.com_from_the_linux_command_line @blog
4 Hits, Last modified: 16 years ago
====== Search Google.com from the Linux command line ====== You can search Google.com from the Linux command line without using a CLI web browser like lynx or... packages installed. Then you issue the following command: curl -A Mozilla http://www.google.com/search?... ://tips4linux.com/search-googlecom-from-the-linux-command-line/ {{tag>linux}} ~~LINKBACK~~ ~~DISCUSSION~~
export_maple_figure_to_eps_file @blog
3 Hits, Last modified: 16 years ago
ed); plotsetup(default); The first line of the command above will set up maple to create an output file ... "c:\temp" directory. The second line is the maple command to produce the figure. And the last command is to set up everything back. {{tag>latex maple}} ~~LINKBACK
the_ultimate_bash_prompt @blog
3 Hits, Last modified: 11 years ago
namebench_dns_benchmark @blog
2 Hits, Last modified: 16 years ago
bash_use_alt-._to_copy_last_argument @blog
2 Hits, Last modified: 16 years ago
release_space_from_fail2ban_sqlite3 @blog
2 Hits, Last modified: 3 years ago
metacity_compositing_effects_in_ubuntu @blog
2 Hits, Last modified: 16 years ago
limesurvey_password_reset @blog
2 Hits, Last modified: 9 years ago
replace_oracle_openoffice_with_libreoffice_linux @blog
2 Hits, Last modified: 15 years ago
install_firefox_3.5_on_ubuntu_using_ubuntuzilla @blog
2 Hits, Last modified: 16 years ago
copy_a_filesystem_from_one_computer_to_another_using_tar_and_netcat @blog
2 Hits, Last modified: 16 years ago
webcam_indicator_for_ubuntu @blog
2 Hits, Last modified: 14 years ago
ubuntu_11.04_fingerprint @blog
2 Hits, Last modified: 14 years ago
using_rdesktop_to_run_windows_apps_on_linux_desktop @blog
1 Hits, Last modified: 16 years ago
vim_show_linenumberes @blog
1 Hits, Last modified: 16 years ago
linux @blog:change_windows_desktop_background_for_day_and_night_ubuntu_gnu
1 Hits, Last modified: 15 years ago
access_encrypted_lvm_disk_from_live_cd @blog
1 Hits, Last modified: 13 years ago
run_dd_with_progress_information @blog
1 Hits, Last modified: 14 years ago
renew_license_key_of_bitdefender_for_linux_command_line_version @blog
1 Hits, Last modified: 15 years ago
parsing_long_and_short_command_line_options_in_bash @blog
1 Hits, Last modified: 4 years ago
opening_a_file_manager_from_the_term @blog
1 Hits, Last modified: 14 years ago
linux_on_usb_stick @blog
1 Hits, Last modified: 8 years ago
install_terminator_with_built-in_quake_mode @blog
1 Hits, Last modified: 14 years ago
install_fonts_on_linux @blog
1 Hits, Last modified: 16 years ago
infiniality_installation_on_linux @blog
1 Hits, Last modified: 3 years ago
convert_nero_nrg_to_iso_file @blog
1 Hits, Last modified: 14 years ago
configure_linux_as_an_airprint_server @blog
1 Hits, Last modified: 13 years ago
configure_backuppc_with_a_non-root_account @blog
1 Hits, Last modified: 15 years ago
configure_awstats_on_debian_webserver @blog
1 Hits, Last modified: 15 years ago
common_sed_taks @blog
1 Hits, Last modified: 16 years ago
linux @blog:send_sms_from_the_command_line_using_skype_and_unix
1 Hits, Last modified: 13 years ago

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-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki