Categories
- Database (7)
- DNS (5)
- Encryption (8)
- Linux Administration (78)
- MacOSX (9)
- Mailserver (11)
- Monitoring (3)
- Multimedia (2)
- Photo (1)
- PHP (7)
- Rescue (4)
- Review (5)
- Security (37)
- Storage (1)
- Uncategorized (1)
- Version control system (16)
- Virtualisation (4)
- Web technologies (8)
- Wordpress (1)
Social Profiles
Facebook
Github
Twitter
Linkedin
Xing
Gravatar
Stackoverflow
Mastodon-
Tag Archives: Linux
MacOS Dash alternative for Linux
The handy utility Dash – Offline access to documentation is sadly only available for MacOS, but there are compatible alternatives available to let you browse documentation offline on Linux. Zeal – offline documentation browser Dash being a MacOS only Application … Continue reading
Posted in Linux Administration
Tagged AutoKey, Dash, Documentation, Linux, Offline, Zeal
Comments Off on MacOS Dash alternative for Linux
apt – install the package that contains a specific file
Sometimes a command that you execute complains about a dependency being missing on the system. From the file name in the error message it is often not possible to know exactly which package needs to be installed to resolve the … Continue reading
Posted in Linux Administration, Security
Tagged apt, apt-file, Debian, gnupg, hopenpgp-tools, Linux, LinuxMint, ubuntu
Comments Off on apt – install the package that contains a specific file
Replace hard disk from software RAID
A hard disk is one of those components that will fail at some point in time. To protect against data loss in such a situation you might have already configured a RAID array. Eventually, you’ll have to replace a malfunctioning hard disk, … Continue reading
Posted in Linux Administration
Tagged HDD, Linux, raid, RAID1
Comments Off on Replace hard disk from software RAID
Remove a range of lines from a huge file
When you have to deal with a huge file containing gigabytes of data and need to delete a range of lines from it, opening it with a text editor can be a fatal mistake. As an example, in this post I will demonstrate how to delete a whole database out of a huge SQL dump without messing around with a text editor. Continue reading
Posted in Linux Administration
Tagged Linux, sed
Comments Off on Remove a range of lines from a huge file
Access the internet from server without direct connection
When two servers are connected to each other but only one server has access to the internet, it is always complicate to connect to the server without internet connection as well as you need internet connectivity to update/install packages from the repositories. Here is how you get ride of all the restriction to work comfortable even with the server that has no direct internet access. Continue reading
Posted in Linux Administration
Tagged Linux, routing
Comments Off on Access the internet from server without direct connection
Change file time on Linux or Mac OS X
Changing the date of a file under Linux or Mac OS X can be quite a challenge. As far as I know both do not provide a UI (User Interface) option to do this out of the box, but what both operating systems do provide are the tools needed to do it in the console. I wanna show how … Continue reading
Posted in Linux Administration, MacOSX
Tagged File time, Linux, Mac OS X
Comments Off on Change file time on Linux or Mac OS X
SPF and multiple domain mailserver
We all hate spam, right? I think you all know the annoying emails, but what is worse than receiving emails? How about when emails you send to someone are for some reason detected as spam? This happened to me recently. … Continue reading
Posted in DNS, Linux Administration, Mailserver
Tagged DNS, Linux, Mailserver, postfix, Sender Policy Framework, SPF
1 Comment