Skip to content

🔐 Karlo Luiten

Think Evil, DO Good

🔐 Karlo Luiten

Think Evil, DO Good

  • Home
  • About me
    • About me
    • LinkedIn
    • Guide to Karlo
  • SELinux cheat sheet
  • CISSP Reference
  • Contact
    • Home
    • Linux
    • Page 3
Linux

SSH: Don’t display motd and banner

karlo Jun 12, 2013 0 Comments

Stop display of motd on login: # On the machine of which you don't want to see the banner $ touch ~/.hushlogin Stop display of banner on ssh login: #…

Linux

Reposync errors: empty rpm’s

karlo Jun 4, 2013 0 Comments

I recently got empty rpm's back from Red Hat. The system was registered properly. Problem was thet for reposync, I used a different .repo file. This file still had the…

bsd Linux

Backup and restore permissions linux (accidental chmod -R)

karlo Mar 29, 2013 0 Comments

cd /etc/ chmod -R 664 . *SHIT!* If you find you did an accidental chmod -R, you may be able to restore it. Make sure SSH login keeps working (chmod…

CLI and tools

A better todo.txt repeated task inserter

karlo Jan 2, 2013 0 Comments

I have a scheduled.txt file like this: # Scheduled tasks for todo.txt # Format: # # a dow, Mon,Tue,Wed,... # b moy, Jan,Feb,Mar,... # d dom, 01..31 # D m/d/y…

CLI and tools

Useful ‘command not found’ output for bash

karlo Apr 10, 2012 0 Comments

Add this to your .bashrc: clippy() { echo "I see you're trying to use the terminal …"; echo " v "; echo " ╭─╮"; echo " ⌾ ⌾"; echo "…

Linux

[SOLVED] Add date (and seconds) to GNOME3 bar/clock

karlo Mar 29, 2012 0 Comments

$ gsettings list-recursively | grep gnome.shell.clock org.gnome.shell.clock show-date false org.gnome.shell.clock show-seconds false Set via: $ gsettings set org.gnome.shell.clock show-date true $ gsettings set org.gnome.shell.clock show-seconds true

Linux

[SOLVED] Install native spotify on Fedora (with Spotify apps)(64bit+32bit)

karlo Mar 23, 2012 0 Comments

This cost me some hours to find out, but I am currently using the native spotify linux preview under fedora 16, 64 bit: Steps: Make sure you don't use spotify…

bsd Linux

My tip: a temporary directory (for temporary files)

karlo Feb 13, 2012 0 Comments

My tip: make a temporary directory for all kinds of random stuff. Downloads, quick notes et cetera. I use it a lot. By using a crontab like this, the old…

Linux

Import mp3 in audacity (on fedora)

karlo Feb 8, 2012 0 Comments

Remove audacity (#yum remove audacity), install audacity-freeworld (#yum install audacity-freeworld ). That's it. You might have to enable RPMFusion.

CLI and tools

Clear BASH history

karlo Dec 19, 2011 0 Comments

Clear the BASH history easily via: $ >~/.bash_history Remember to log out after doing this.

Linux

ifconfig gone (command not found)

karlo Dec 18, 2011 0 Comments

Today, ifconfig was not working for me. I think this happened after I installed X11 on my headless server. $ ifconfig bash: ifconfig: command not found It turns out something…

bsd Linux

Use $top over SSH

karlo Dec 18, 2011 0 Comments

If you want to use `top` over SSH, use the -t option: $ ssh -t servername top This also works if you want to use `tail -f` over ssh: $…

Posts navigation

1 2 3

« Previous Page

Posts

  • Elasticsearch start fail on debian 11 after install from ES repos May 16, 2023
  • Add a simple password to apache site May 11, 2023
  • Linux: add user to existing group May 11, 2023
  • Mikrotik RouterOS guest VLAN routed over ProtonVPN (2023) May 9, 2023
  • SSH in for loop (consuming stdin / using file descriptor 3) May 7, 2023
  • Bash clear tmp files (for script) on exit (trap) May 7, 2023
  • Apache2 (apache) forward https headers May 3, 2023
  • Postgres read long lines (wrap text) May 1, 2023
  • Install `strings` command in debian/linux April 30, 2023
  • SSH jump host config April 8, 2023
  • Wireguard site-to-site (proxmox to mikrotik/routeros) April 8, 2023
  • Masquerade ip forward for Proxmox on hetzner (single IP) April 7, 2023
  • Proxmox migrate to node outside of cluster April 7, 2023
  • Fix “Cannot remove image, a guest with VMID ‘xxx’ exists!” April 7, 2023
  • Add Microsoft fonts (like Arial) to Nextcloud Office (Collabora) April 4, 2023
  • Proxmox move progress (container/VM) March 26, 2023
  • Proxmox move container/vm to different storage on different host March 26, 2023
  • LineageOS recovery bootloop into Google firmware March 24, 2023
  • Add new dmraid to debian11 March 22, 2023
  • Nextcloud / php / apache no error for Internal Server Error March 19, 2023

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Posts

Uncategorized

Elasticsearch start fail on debian 11 after install from ES repos

CLI and tools Linux

Add a simple password to apache site

Linux

Linux: add user to existing group

Networking

Mikrotik RouterOS guest VLAN routed over ProtonVPN (2023)

🔐 Karlo Luiten

Think Evil, DO Good

Copyright © All rights reserved | Blogus by Themeansar.